|
5 | 5 | <parent> |
6 | 6 | <groupId>org.jboss</groupId> |
7 | 7 | <artifactId>jboss-parent</artifactId> |
8 | | - <version>39</version> |
| 8 | + <version>50</version> |
9 | 9 | <relativePath /> |
10 | 10 | </parent> |
11 | 11 |
|
|
14 | 14 | <version>1.1.19.Final-SNAPSHOT</version> |
15 | 15 | <packaging>pom</packaging> |
16 | 16 |
|
| 17 | + <name>Prospero Parent</name> |
| 18 | + <description>Provisioning tool for the Wildfly application server.</description> |
| 19 | + <url>https://github.com/wildfly-extras/prospero/</url> |
| 20 | + |
| 21 | + <licenses> |
| 22 | + <license> |
| 23 | + <name>Apache License 2.0</name> |
| 24 | + <url>https://www.apache.org/licenses/LICENSE-2.0</url> |
| 25 | + <distribution>repo</distribution> |
| 26 | + </license> |
| 27 | + </licenses> |
| 28 | + |
| 29 | + <developers> |
| 30 | + <developer> |
| 31 | + <name>Bartosz Spyrko-Smietanko</name> |
| 32 | + <email>bspyrkos@redhat.com</email> |
| 33 | + <organization>Red Hat</organization> |
| 34 | + <organizationUrl>https://www.redhat.com</organizationUrl> |
| 35 | + </developer> |
| 36 | + <developer> |
| 37 | + <name>Pedro Silva</name> |
| 38 | + <email>pesilva@redhat.com</email> |
| 39 | + <organization>Red Hat</organization> |
| 40 | + <organizationUrl>https://www.redhat.com</organizationUrl> |
| 41 | + </developer> |
| 42 | + <developer> |
| 43 | + <name>Tomas Hofman</name> |
| 44 | + <email>thofman@redhat.com</email> |
| 45 | + <organization>Red Hat</organization> |
| 46 | + <organizationUrl>https://www.redhat.com</organizationUrl> |
| 47 | + </developer> |
| 48 | + <developer> |
| 49 | + <name>Yeray Borges Santana</name> |
| 50 | + <email>yborgess@redhat.com</email> |
| 51 | + <organization>Red Hat</organization> |
| 52 | + <organizationUrl>https://www.redhat.com</organizationUrl> |
| 53 | + </developer> |
| 54 | + <developer> |
| 55 | + <name>Jean Francois Denise</name> |
| 56 | + <email>jdenise@redhat.com</email> |
| 57 | + <organization>Red Hat</organization> |
| 58 | + <organizationUrl>https://www.redhat.com</organizationUrl> |
| 59 | + </developer> |
| 60 | + </developers> |
| 61 | + |
17 | 62 | <scm> |
18 | 63 | <connection>scm:git:git@github.com:wildfly-extras/prospero.git</connection> |
19 | 64 | <developerConnection>scm:git:git@github.com:wildfly-extras/prospero.git</developerConnection> |
20 | 65 | <url>https://github.com/wildfly-extras/prospero</url> |
21 | | - <tag>1.1.0.Final</tag> |
22 | | - </scm> |
| 66 | + <tag>HEAD</tag> |
| 67 | + </scm> |
23 | 68 |
|
24 | 69 | <properties> |
| 70 | + <nexus.repository.staging>wildfly-staging</nexus.repository.staging> |
| 71 | + <maven.compiler.release>11</maven.compiler.release> |
25 | 72 | <prospero.dist.name>prospero</prospero.dist.name> |
26 | 73 | <prospero.target.server>Wildfly</prospero.target.server> |
27 | 74 | <prospero.base.feature-pack.groupId>org.wildfly</prospero.base.feature-pack.groupId> |
|
449 | 496 | <artifactId>maven-shade-plugin</artifactId> |
450 | 497 | <version>${version.maven-shade-plugin}</version> |
451 | 498 | </plugin> |
452 | | - <plugin> |
453 | | - <groupId>org.apache.maven.plugins</groupId> |
454 | | - <artifactId>maven-compiler-plugin</artifactId> |
455 | | - <version>${version.maven-compiler-plugin}</version> |
456 | | - </plugin> |
457 | 499 | <plugin> |
458 | 500 | <groupId>org.apache.maven.plugins</groupId> |
459 | 501 | <artifactId>maven-antrun-plugin</artifactId> |
|
0 commit comments