Skip to content

Commit

Permalink
move to 2.0.14-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentschoelens committed Jul 24, 2024
1 parent 3137a0b commit 6884e54
Show file tree
Hide file tree
Showing 214 changed files with 214 additions and 214 deletions.
2 changes: 1 addition & 1 deletion basics/dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-basics-project</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion basics/samples/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-samples</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion basics/samples/cxf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-samples</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion basics/samples/po-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-samples</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion basics/samples/po/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-samples</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion basics/samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-basics-project</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/JAXB-1058/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<artifactId>jaxb2-basics-test-JAXB-1058</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/booleangetter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<artifactId>jaxb-plugins-test-booleangetter</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/camelcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<artifactId>jaxb-plugins-test-camelcase</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/commons_lang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<artifactId>jaxb2-basics-test-commonslang</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/defaultvalue/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<artifactId>jaxb2-basics-test-defaultvalue</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/elementwrapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<artifactId>jaxb-plugins-test-elementwrapper</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/enumtostring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<artifactId>jaxb-plugins-test-enumtostring</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/episodes/a/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-test-episodes</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<artifactId>jaxb2-basics-test-episodes-a</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/episodes/b/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-test-episodes</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<artifactId>jaxb2-basics-test-episodes-b</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/episodes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<artifactId>jaxb2-basics-test-episodes</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/ignoring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<artifactId>jaxb2-basics-test-ignoring</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/issues/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<artifactId>jaxb2-basics-test-issues</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/map_init/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<artifactId>jaxb-plugins-test-map_init</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/namespace/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<artifactId>jaxb2-basics-test-namespace</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/one/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<artifactId>jaxb2-basics-test-one</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/parentpointer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<artifactId>jaxb-plugins-test-parentpointer</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/po-mixed-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-basics-project</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>jaxb2-basics-test-po-mixed-runtime</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/po-old-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>jaxb2-basics-test-po-old-runtime</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/po/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>jaxb2-basics-test-po</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-basics-project</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/propertylistenerinjector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<artifactId>jaxb-plugins-test-propertylistenerinjector</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/qa-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<artifactId>jaxb2-basics-tests-qa-simple</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/qa-strategic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<artifactId>jaxb2-basics-tests-qa-strategic</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/simple-hashCode-equals-01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<artifactId>jaxb2-basics-tests-simple-hashCode-equals-01</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/simplify-01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<artifactId>jaxb2-basics-test-simplify-01</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/simplify-02/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<artifactId>jaxb2-basics-test-simplify-02</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/simplify-03/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<artifactId>jaxb-plugins-test-simplify-03</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/superclass/a/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-test-superclass</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<artifactId>jaxb2-basics-test-superclass-a</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/superclass/b/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-test-superclass</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<artifactId>jaxb2-basics-test-superclass-b</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/superclass/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<artifactId>jaxb2-basics-test-superclass</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/wildcard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<artifactId>jaxb2-basics-test-wildcard</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/zj/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
</parent>
<artifactId>jaxb2-basics-test-zj</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion hyperjaxb/dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>hyperjaxb3-parent</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hyperjaxb3-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hyperjaxb/ejb/samples/customerservice-cxf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>hyperjaxb3-ejb-samples</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hyperjaxb3-ejb-samples-customerservice-cxf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hyperjaxb/ejb/samples/po-customized-toplink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>hyperjaxb3-ejb-samples</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hyperjaxb3-ejb-samples-po-customized-toplink</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hyperjaxb/ejb/samples/po-initial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>hyperjaxb3-ejb-samples</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hyperjaxb3-ejb-samples-po-initial</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hyperjaxb/ejb/samples/po-maven-jaxb2-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>hyperjaxb3-ejb-samples</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hyperjaxb3-ejb-samples-po-maven-jaxb2-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hyperjaxb/ejb/samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>hyperjaxb3-ejb</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.14-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hyperjaxb3-ejb-samples</artifactId>
Expand Down
Loading

0 comments on commit 6884e54

Please sign in to comment.