Skip to content

Commit b38d30f

Browse files
committed
Version 0.11.0
1 parent 3d12364 commit b38d30f

File tree

29 files changed

+31
-31
lines changed

29 files changed

+31
-31
lines changed

ant/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-project</artifactId>
11-
<version>0.10.1-SNAPSHOT</version>
11+
<version>0.11.0</version>
1212
</parent>
1313
<dependencies>
1414
<dependency>

basic/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>jaxb2-basics</artifactId>
66
<packaging>jar</packaging>
7-
<version>0.10.1-SNAPSHOT</version>
7+
<version>0.11.0</version>
88
<name>JAXB2 Basics - Basic Plugins</name>
99
<parent>
1010
<groupId>org.jvnet.jaxb2_commons</groupId>
1111
<artifactId>jaxb2-basics-project</artifactId>
12-
<version>0.10.1-SNAPSHOT</version>
12+
<version>0.11.0</version>
1313
</parent>
1414
<dependencies>
1515
<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.10.1-SNAPSHOT</version>
12+
<version>0.11.0</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.10.1-SNAPSHOT</version>
9+
<version>0.11.0</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.jvnet.jaxb2_commons</groupId>
66
<artifactId>jaxb2-basics-project</artifactId>
77
<packaging>pom</packaging>
8-
<version>0.10.1-SNAPSHOT</version>
8+
<version>0.11.0</version>
99
<name>JAXB2 Basics - Project</name>
1010
<url>https://github.com/highsource/jaxb2-basics</url>
1111
<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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>jaxb2-basics-runtime</artifactId>
6-
<version>0.10.1-SNAPSHOT</version>
6+
<version>0.11.0</version>
77
<packaging>jar</packaging>
88
<name>JAXB2 Basics - Runtime</name>
99
<parent>
1010
<groupId>org.jvnet.jaxb2_commons</groupId>
1111
<artifactId>jaxb2-basics-project</artifactId>
12-
<version>0.10.1-SNAPSHOT</version>
12+
<version>0.11.0</version>
1313
</parent>
1414
<dependencies>
1515
<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.10.1-SNAPSHOT</version>
11+
<version>0.11.0</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.10.1-SNAPSHOT</version>
11+
<version>0.11.0</version>
1212
</parent>
1313
<dependencies>
1414
<dependency>

samples/jaxws/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.10.1-SNAPSHOT</version>
11+
<version>0.11.0</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.10.1-SNAPSHOT</version>
11+
<version>0.11.0</version>
1212
</parent>
1313
<dependencies>
1414
<dependency>

0 commit comments

Comments
 (0)