Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tdiesler committed Dec 11, 2018
1 parent e788030 commit 53f278e
Show file tree
Hide file tree
Showing 34 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion archetypes/archetype-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wildfly.camel.archetypes</groupId>
<artifactId>wildfly-camel-archetype</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Archetypes :: CDI</name>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wildfly.camel.archetypes</groupId>
<artifactId>wildfly-camel-archetype</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Archetypes :: Spring</name>
Expand Down
6 changes: 3 additions & 3 deletions archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Archetypes</name>
Expand Down Expand Up @@ -153,8 +153,8 @@
</feature-pack>
</feature-packs>
<plugin-options>
<jboss-maven-dist/>
<jboss-fork-embedded/>
<jboss-maven-dist />
<jboss-fork-embedded />
</plugin-options>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: BOM</name>
Expand Down
2 changes: 1 addition & 1 deletion catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Catalog</name>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Common</name>
Expand Down
6 changes: 3 additions & 3 deletions config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Config</name>
Expand Down Expand Up @@ -118,8 +118,8 @@
</feature-pack>
</feature-packs>
<plugin-options>
<jboss-maven-dist/>
<jboss-fork-embedded/>
<jboss-maven-dist />
<jboss-fork-embedded />
</plugin-options>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion cxfhttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>WildFly Camel :: CXF Undertow</name>
Expand Down
2 changes: 1 addition & 1 deletion docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Docker</name>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Docs</name>
Expand Down
2 changes: 1 addition & 1 deletion feature/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel-feature</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Feature :: Common</name>
Expand Down
2 changes: 1 addition & 1 deletion feature/extrasA/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel-feature</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Feature :: ExtrasA</name>
Expand Down
2 changes: 1 addition & 1 deletion feature/extrasB/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel-feature</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Feature :: ExtrasB</name>
Expand Down
2 changes: 1 addition & 1 deletion feature/extrasC/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel-feature</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Feature :: ExtrasC</name>
Expand Down
2 changes: 1 addition & 1 deletion feature/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel-feature</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Feature :: Modules</name>
Expand Down
6 changes: 3 additions & 3 deletions feature/pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel-feature</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Feature :: Pack</name>
Expand Down Expand Up @@ -131,8 +131,8 @@
</feature-pack>
</feature-packs>
<plugin-options>
<jboss-fork-embedded/>
<jboss-maven-dist/>
<jboss-fork-embedded />
<jboss-maven-dist />
</plugin-options>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Feature</name>
Expand Down
2 changes: 1 addition & 1 deletion itests/camel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel-itests</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Testsuite :: Camel</name>
Expand Down
2 changes: 1 addition & 1 deletion itests/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel-itests</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Testsuite :: Common</name>
Expand Down
2 changes: 1 addition & 1 deletion itests/docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel-itests</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Testsuite :: Docker</name>
Expand Down
2 changes: 1 addition & 1 deletion itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Testsuite</name>
Expand Down
2 changes: 1 addition & 1 deletion itests/standalone/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel-itests-standalone</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Testsuite :: Standalone :: Basic</name>
Expand Down
2 changes: 1 addition & 1 deletion itests/standalone/docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel-itests-standalone</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Testsuite :: Standalone :: Docker</name>
Expand Down
2 changes: 1 addition & 1 deletion itests/standalone/extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel-itests-standalone</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Testsuite :: Standalone :: Extra</name>
Expand Down
6 changes: 3 additions & 3 deletions itests/standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel-itests</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Testsuite :: Standalone</name>
Expand Down Expand Up @@ -131,8 +131,8 @@
</feature-pack>
</feature-packs>
<plugin-options>
<jboss-maven-dist/>
<jboss-fork-embedded/>
<jboss-maven-dist />
<jboss-fork-embedded />
</plugin-options>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion itests/standalone/smoke/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel-itests-standalone</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Testsuite :: Standalone :: Smoke</name>
Expand Down
6 changes: 3 additions & 3 deletions patch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Patch</name>
Expand Down Expand Up @@ -75,7 +75,7 @@
</feature-pack>
</feature-packs>
<plugin-options>
<jboss-fork-embedded/>
<jboss-fork-embedded />
</plugin-options>
</configuration>
</execution>
Expand Down Expand Up @@ -119,7 +119,7 @@
</feature-pack>
</feature-packs>
<plugin-options>
<jboss-fork-embedded/>
<jboss-fork-embedded />
</plugin-options>
</configuration>
</execution>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<artifactId>wildfly-camel</artifactId>
<packaging>pom</packaging>

<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>

<description>WildFly Camel Integration</description>
<url>https://github.com/wildfly-extras/wildfly-camel</url>
Expand All @@ -39,7 +39,7 @@
<connection>scm:git:https://github.com/wildfly-extras/wildfly-camel.git</connection>
<developerConnection>scm:git:https://github.com/wildfly-extras/wildfly-camel.git</developerConnection>
<url>http://github.com/wildfly-extras/wildfly-camel</url>
<tag>HEAD</tag>
<tag>9.0.0</tag>
</scm>

<!-- Properties -->
Expand Down
2 changes: 1 addition & 1 deletion subsystem/cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel-subsystem</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Subsystem :: CDI</name>
Expand Down
2 changes: 1 addition & 1 deletion subsystem/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel-subsystem</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Subsystem :: Core</name>
Expand Down
2 changes: 1 addition & 1 deletion subsystem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Subsystem</name>
Expand Down
2 changes: 1 addition & 1 deletion subsystem/security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel-subsystem</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Subsystem :: Security</name>
Expand Down
2 changes: 1 addition & 1 deletion subsystem/undertow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel-subsystem</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Subsystem :: Undertow</name>
Expand Down
2 changes: 1 addition & 1 deletion testenricher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<name>Wildfly Camel :: Enricher</name>
Expand Down

0 comments on commit 53f278e

Please sign in to comment.