Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
doncorley committed May 17, 2012
1 parent f12e048 commit 6f3659d
Show file tree
Hide file tree
Showing 17 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion jibx-maven-plugin/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.jibx.config</groupId> <groupId>org.jibx.config</groupId>
<artifactId>maven-plugin-reactor</artifactId> <artifactId>maven-plugin-reactor</artifactId>
<version>1.2.4.3</version> <version>1.2.4.4-SNAPSHOT</version>
</parent> </parent>


<groupId>org.jibx</groupId> <groupId>org.jibx</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-jibx-plugin/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.jibx.config</groupId> <groupId>org.jibx.config</groupId>
<artifactId>maven-plugin-reactor</artifactId> <artifactId>maven-plugin-reactor</artifactId>
<version>1.2.4.3</version> <version>1.2.4.4-SNAPSHOT</version>
</parent> </parent>


<groupId>org.jibx</groupId> <groupId>org.jibx</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -10,7 +10,7 @@
</parent> </parent>


<artifactId>maven-plugin-reactor</artifactId> <artifactId>maven-plugin-reactor</artifactId>
<version>1.2.4.3</version> <version>1.2.4.4-SNAPSHOT</version>


<packaging>pom</packaging> <packaging>pom</packaging>
<name>maven-plugin-reactor - Maven plugin top-level project</name> <name>maven-plugin-reactor - Maven plugin top-level project</name>
Expand Down
6 changes: 3 additions & 3 deletions test-suite/base-binding-test/org.jibx.schema.address/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.jibx.test.basebinding</groupId> <groupId>org.jibx.test.basebinding</groupId>
<artifactId>base-binding-test</artifactId> <artifactId>base-binding-test</artifactId>
<version>1.2.4.3</version> <version>1.2.4.4-SNAPSHOT</version>
</parent> </parent>


<artifactId>org.jibx.schema.address</artifactId> <artifactId>org.jibx.schema.address</artifactId>
Expand All @@ -17,7 +17,7 @@
<plugin> <plugin>
<groupId>org.jibx</groupId> <groupId>org.jibx</groupId>
<artifactId>maven-jibx-plugin</artifactId> <artifactId>maven-jibx-plugin</artifactId>
<version>1.2.4.3</version> <version>1.2.4.4-SNAPSHOT</version>


<executions> <executions>
<execution> <execution>
Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency> <dependency>
<groupId>org.jibx.test.basebinding</groupId> <groupId>org.jibx.test.basebinding</groupId>
<artifactId>org.jibx.schema.person</artifactId> <artifactId>org.jibx.schema.person</artifactId>
<version>1.2.4.3</version> <version>1.2.4.4-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
6 changes: 3 additions & 3 deletions test-suite/base-binding-test/org.jibx.schema.company/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.jibx.test.basebinding</groupId> <groupId>org.jibx.test.basebinding</groupId>
<artifactId>base-binding-test</artifactId> <artifactId>base-binding-test</artifactId>
<version>1.2.4.3</version> <version>1.2.4.4-SNAPSHOT</version>
</parent> </parent>


<artifactId>org.jibx.schema.company</artifactId> <artifactId>org.jibx.schema.company</artifactId>
Expand All @@ -18,7 +18,7 @@
<plugin> <plugin>
<groupId>org.jibx</groupId> <groupId>org.jibx</groupId>
<artifactId>maven-jibx-plugin</artifactId> <artifactId>maven-jibx-plugin</artifactId>
<version>1.2.4.3</version> <version>1.2.4.4-SNAPSHOT</version>


<executions> <executions>
<execution> <execution>
Expand Down Expand Up @@ -61,7 +61,7 @@
<dependency> <dependency>
<groupId>org.jibx.test.basebinding</groupId> <groupId>org.jibx.test.basebinding</groupId>
<artifactId>org.jibx.schema.address</artifactId> <artifactId>org.jibx.schema.address</artifactId>
<version>1.2.4.3</version> <version>1.2.4.4-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
4 changes: 2 additions & 2 deletions test-suite/base-binding-test/org.jibx.schema.person/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.jibx.test.basebinding</groupId> <groupId>org.jibx.test.basebinding</groupId>
<artifactId>base-binding-test</artifactId> <artifactId>base-binding-test</artifactId>
<version>1.2.4.3</version> <version>1.2.4.4-SNAPSHOT</version>
</parent> </parent>


<artifactId>org.jibx.schema.person</artifactId> <artifactId>org.jibx.schema.person</artifactId>
Expand All @@ -17,7 +17,7 @@
<plugin> <plugin>
<groupId>org.jibx</groupId> <groupId>org.jibx</groupId>
<artifactId>maven-jibx-plugin</artifactId> <artifactId>maven-jibx-plugin</artifactId>
<version>1.2.4.3</version> <version>1.2.4.4-SNAPSHOT</version>
<inherited>true</inherited> <inherited>true</inherited>


<executions> <executions>
Expand Down
2 changes: 1 addition & 1 deletion test-suite/base-binding-test/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent> <parent>
<groupId>org.jibx.test</groupId> <groupId>org.jibx.test</groupId>
<artifactId>test-suite-reactor</artifactId> <artifactId>test-suite-reactor</artifactId>
<version>1.2.4.3</version> <version>1.2.4.4-SNAPSHOT</version>
</parent> </parent>


<groupId>org.jibx.test.basebinding</groupId> <groupId>org.jibx.test.basebinding</groupId>
Expand Down
2 changes: 1 addition & 1 deletion test-suite/org.jibx.test.bind/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>test-suite-reactor</artifactId> <artifactId>test-suite-reactor</artifactId>
<groupId>org.jibx.test</groupId> <groupId>org.jibx.test</groupId>
<version>1.2.4.3</version> <version>1.2.4.4-SNAPSHOT</version>
</parent> </parent>


<artifactId>org.jibx.test.bind</artifactId> <artifactId>org.jibx.test.bind</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-suite/org.jibx.test.comparedocs/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>test-suite-reactor</artifactId> <artifactId>test-suite-reactor</artifactId>
<groupId>org.jibx.test</groupId> <groupId>org.jibx.test</groupId>
<version>1.2.4.3</version> <version>1.2.4.4-SNAPSHOT</version>
</parent> </parent>


<artifactId>org.jibx.test.comparedocs</artifactId> <artifactId>org.jibx.test.comparedocs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-suite/org.jibx.test.gen/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>test-suite-reactor</artifactId> <artifactId>test-suite-reactor</artifactId>
<groupId>org.jibx.test</groupId> <groupId>org.jibx.test</groupId>
<version>1.2.4.3</version> <version>1.2.4.4-SNAPSHOT</version>
</parent> </parent>


<artifactId>org.jibx.test.gen</artifactId> <artifactId>org.jibx.test.gen</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-suite/org.jibx.test.genandbind/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>test-suite-reactor</artifactId> <artifactId>test-suite-reactor</artifactId>
<groupId>org.jibx.test</groupId> <groupId>org.jibx.test</groupId>
<version>1.2.4.3</version> <version>1.2.4.4-SNAPSHOT</version>
</parent> </parent>


<artifactId>org.jibx.test.genandbind</artifactId> <artifactId>org.jibx.test.genandbind</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-suite/org.jibx.test.jibx2wsdl/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>test-suite-reactor</artifactId> <artifactId>test-suite-reactor</artifactId>
<groupId>org.jibx.test</groupId> <groupId>org.jibx.test</groupId>
<version>1.2.4.3</version> <version>1.2.4.4-SNAPSHOT</version>
</parent> </parent>


<artifactId>org.jibx.test.jibx2wsdl</artifactId> <artifactId>org.jibx.test.jibx2wsdl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-suite/pom.xml
Expand Up @@ -11,7 +11,7 @@


<groupId>org.jibx.test</groupId> <groupId>org.jibx.test</groupId>
<artifactId>test-suite-reactor</artifactId> <artifactId>test-suite-reactor</artifactId>
<version>1.2.4.3</version> <version>1.2.4.4-SNAPSHOT</version>


<name>test-suite-reactor - Test cases</name> <name>test-suite-reactor - Test cases</name>
<packaging>pom</packaging> <packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions test-suite/web-schema-test/org.jibx.schema.address/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.jibx.test.webschema</groupId> <groupId>org.jibx.test.webschema</groupId>
<artifactId>web-schema-test</artifactId> <artifactId>web-schema-test</artifactId>
<version>1.2.4.3</version> <version>1.2.4.4-SNAPSHOT</version>
</parent> </parent>


<artifactId>org.jibx.schema.address</artifactId> <artifactId>org.jibx.schema.address</artifactId>
Expand Down Expand Up @@ -43,7 +43,7 @@
<plugin> <plugin>
<groupId>org.jibx</groupId> <groupId>org.jibx</groupId>
<artifactId>maven-jibx-plugin</artifactId> <artifactId>maven-jibx-plugin</artifactId>
<version>1.2.4.3</version> <version>1.2.4.4-SNAPSHOT</version>


<executions> <executions>
<execution> <execution>
Expand Down
4 changes: 2 additions & 2 deletions test-suite/web-schema-test/org.jibx.schema.company/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.jibx.test.webschema</groupId> <groupId>org.jibx.test.webschema</groupId>
<artifactId>web-schema-test</artifactId> <artifactId>web-schema-test</artifactId>
<version>1.2.4.3</version> <version>1.2.4.4-SNAPSHOT</version>
</parent> </parent>


<artifactId>org.jibx.schema.company</artifactId> <artifactId>org.jibx.schema.company</artifactId>
Expand Down Expand Up @@ -62,7 +62,7 @@
<plugin> <plugin>
<groupId>org.jibx</groupId> <groupId>org.jibx</groupId>
<artifactId>maven-jibx-plugin</artifactId> <artifactId>maven-jibx-plugin</artifactId>
<version>1.2.4.3</version> <version>1.2.4.4-SNAPSHOT</version>


<executions> <executions>
<execution> <execution>
Expand Down
4 changes: 2 additions & 2 deletions test-suite/web-schema-test/org.jibx.schema.person/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.jibx.test.webschema</groupId> <groupId>org.jibx.test.webschema</groupId>
<artifactId>web-schema-test</artifactId> <artifactId>web-schema-test</artifactId>
<version>1.2.4.3</version> <version>1.2.4.4-SNAPSHOT</version>
</parent> </parent>


<artifactId>org.jibx.schema.person</artifactId> <artifactId>org.jibx.schema.person</artifactId>
Expand All @@ -18,7 +18,7 @@
<plugin> <plugin>
<groupId>org.jibx</groupId> <groupId>org.jibx</groupId>
<artifactId>maven-jibx-plugin</artifactId> <artifactId>maven-jibx-plugin</artifactId>
<version>1.2.4.3</version> <version>1.2.4.4-SNAPSHOT</version>


<executions> <executions>
<execution> <execution>
Expand Down
2 changes: 1 addition & 1 deletion test-suite/web-schema-test/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.jibx.test</groupId> <groupId>org.jibx.test</groupId>
<artifactId>test-suite-reactor</artifactId> <artifactId>test-suite-reactor</artifactId>
<version>1.2.4.3</version> <version>1.2.4.4-SNAPSHOT</version>
</parent> </parent>


<groupId>org.jibx.test.webschema</groupId> <groupId>org.jibx.test.webschema</groupId>
Expand Down

0 comments on commit 6f3659d

Please sign in to comment.