Skip to content

Commit 105ff10

Browse files
author
lexi
committed
Version 0.8.3-SNAPSHOT
1 parent d0ac511 commit 105ff10

File tree

17 files changed

+20
-20
lines changed

17 files changed

+20
-20
lines changed

basics/trunk/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.8.2</version>
12+
<version>0.8.3-SNAPSHOT</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515
<dependencies>

basics/trunk/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.8.2</version>
8+
<version>0.8.3-SNAPSHOT</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.8.2</version>
13+
<version>0.8.3-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616
<dependencies>

basics/trunk/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.8.2</version>
12+
<version>0.8.3-SNAPSHOT</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515
<distributionManagement>

basics/trunk/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.8.2</version>
8+
<version>0.8.3-SNAPSHOT</version>
99
<name>JAXB2 Basics - Project</name>
1010
<url>http://static.highsource.org/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>

basics/trunk/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.8.2</version>
7+
<version>0.8.3-SNAPSHOT</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.8.2</version>
13+
<version>0.8.3-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616
<dependencies>

basics/trunk/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.8.2</version>
12+
<version>0.8.3-SNAPSHOT</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515
<dependencies>

basics/trunk/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.8.2</version>
12+
<version>0.8.3-SNAPSHOT</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515
<dependencies>

basics/trunk/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.8.2</version>
12+
<version>0.8.3-SNAPSHOT</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515
<modules>

basics/trunk/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.8.2</version>
12+
<version>0.8.3-SNAPSHOT</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515
<dependencies>

basics/trunk/tests/episodes/a/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jvnet.jaxb2_commons</groupId>
77
<artifactId>jaxb2-basics-test-episodes</artifactId>
8-
<version>0.8.2</version>
8+
<version>0.8.3-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>jaxb2-basics-test-episodes-a</artifactId>

0 commit comments

Comments
 (0)