Skip to content

Commit 37d83b1

Browse files
committed
Version 0.9.1
1 parent 26089ac commit 37d83b1

File tree

18 files changed

+21
-21
lines changed

18 files changed

+21
-21
lines changed

ant/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.9.1-SNAPSHOT</version>
12+
<version>0.9.1</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515
<dependencies>

basic/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<groupId>org.jvnet.jaxb2_commons</groupId>
66
<artifactId>jaxb2-basics</artifactId>
77
<packaging>jar</packaging>
8-
<version>0.9.1-SNAPSHOT</version>
8+
<version>0.9.1</version>
99
<name>JAXB2 Basics - Basic Plugins</name>
1010
<parent>
1111
<groupId>org.jvnet.jaxb2_commons</groupId>
1212
<artifactId>jaxb2-basics-project</artifactId>
13-
<version>0.9.1-SNAPSHOT</version>
13+
<version>0.9.1</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616
<dependencies>

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.9.1-SNAPSHOT</version>
12+
<version>0.9.1</version>
1313
</parent>
1414
<dependencies>
1515
<dependency>

plugins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.jvnet.jaxb2_commons</groupId>
99
<artifactId>jaxb2-basics-project</artifactId>
10-
<version>0.9.1-SNAPSHOT</version>
10+
<version>0.9.1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313
<dependencies>

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.9.1-SNAPSHOT</version>
8+
<version>0.9.1</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
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.jvnet.jaxb2_commons</groupId>
66
<artifactId>jaxb2-basics-runtime</artifactId>
7-
<version>0.9.1-SNAPSHOT</version>
7+
<version>0.9.1</version>
88
<packaging>jar</packaging>
99
<name>JAXB2 Basics - Runtime</name>
1010
<parent>
1111
<groupId>org.jvnet.jaxb2_commons</groupId>
1212
<artifactId>jaxb2-basics-project</artifactId>
13-
<version>0.9.1-SNAPSHOT</version>
13+
<version>0.9.1</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616
<dependencies>

samples/basic/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-samples</artifactId>
12-
<version>0.9.1-SNAPSHOT</version>
12+
<version>0.9.1</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515
<dependencies>

samples/po/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-samples</artifactId>
12-
<version>0.9.1-SNAPSHOT</version>
12+
<version>0.9.1</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515
<dependencies>

samples/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.9.1-SNAPSHOT</version>
12+
<version>0.9.1</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515
<modules>

testing/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.9.1-SNAPSHOT</version>
12+
<version>0.9.1</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515
<dependencies>

0 commit comments

Comments
 (0)