Skip to content

Commit 2ef2255

Browse files
authored
[#152] Bump to version 0.13.0-SNAPSHOT (#153)
1 parent 89467b4 commit 2ef2255

File tree

28 files changed

+28
-28
lines changed

28 files changed

+28
-28
lines changed

ant/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.jvnet.jaxb2_commons</groupId>
88
<artifactId>jaxb2-basics-project</artifactId>
9-
<version>0.12.2-SNAPSHOT</version>
9+
<version>0.13.0-SNAPSHOT</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

basic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.jvnet.jaxb2_commons</groupId>
88
<artifactId>jaxb2-basics-project</artifactId>
9-
<version>0.12.2-SNAPSHOT</version>
9+
<version>0.13.0-SNAPSHOT</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.jvnet.jaxb2_commons</groupId>
1111
<artifactId>jaxb2-basics-project</artifactId>
12-
<version>0.12.1-SNAPSHOT</version>
12+
<version>0.13.0-SNAPSHOT</version>
1313
</parent>
1414
<dependencies>
1515
<dependency>

plugins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.jvnet.jaxb2_commons</groupId>
88
<artifactId>jaxb2-basics-project</artifactId>
9-
<version>0.12.2-SNAPSHOT</version>
9+
<version>0.13.0-SNAPSHOT</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>org.jvnet.jaxb2_commons</groupId>
44
<artifactId>jaxb2-basics-project</artifactId>
55
<packaging>pom</packaging>
6-
<version>0.12.2-SNAPSHOT</version>
6+
<version>0.13.0-SNAPSHOT</version>
77
<name>JAXB2 Basics - Project</name>
88
<url>https://github.com/highsource/jaxb2-basics</url>
99
<description>JAXB2 Basics is a part of JAXB2 Commons project which implements plugins and tools for JAXB 2.x reference implementation.</description>

runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.jvnet.jaxb2_commons</groupId>
88
<artifactId>jaxb2-basics-project</artifactId>
9-
<version>0.12.2-SNAPSHOT</version>
9+
<version>0.13.0-SNAPSHOT</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

samples/basic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.jvnet.jaxb2_commons</groupId>
1010
<artifactId>jaxb2-basics-samples</artifactId>
11-
<version>0.12.1-SNAPSHOT</version>
11+
<version>0.13.0-SNAPSHOT</version>
1212
</parent>
1313
<dependencies>
1414
<dependency>

samples/cxf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.jvnet.jaxb2_commons</groupId>
1010
<artifactId>jaxb2-basics-samples</artifactId>
11-
<version>0.12.1-SNAPSHOT</version>
11+
<version>0.13.0-SNAPSHOT</version>
1212
</parent>
1313
<dependencies>
1414
<dependency>

samples/po-simple/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.jvnet.jaxb2_commons</groupId>
1010
<artifactId>jaxb2-basics-samples</artifactId>
11-
<version>0.12.1-SNAPSHOT</version>
11+
<version>0.13.0-SNAPSHOT</version>
1212
</parent>
1313
<dependencies>
1414
<dependency>

samples/po/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.jvnet.jaxb2_commons</groupId>
1010
<artifactId>jaxb2-basics-samples</artifactId>
11-
<version>0.12.1-SNAPSHOT</version>
11+
<version>0.13.0-SNAPSHOT</version>
1212
</parent>
1313
<dependencies>
1414
<dependency>

0 commit comments

Comments
 (0)