Skip to content

Commit 2da31c8

Browse files
committed
Version 0.8.5-SNAPSHOT
1 parent 7c4c42c commit 2da31c8

File tree

17 files changed

+27
-22
lines changed

17 files changed

+27
-22
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.8.4</version>
12+
<version>0.8.5-SNAPSHOT</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.8.4</version>
8+
<version>0.8.5-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.4</version>
13+
<version>0.8.5-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616
<dependencies>

plugins/pom.xml

Lines changed: 8 additions & 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.8.4</version>
10+
<version>0.8.5-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313
<dependencies>
@@ -48,6 +48,13 @@
4848
</execution>
4949
</executions>
5050
</plugin>
51+
<plugin>
52+
<groupId>org.apache.maven.plugins</groupId>
53+
<artifactId>maven-deploy-plugin</artifactId>
54+
<configuration>
55+
<skip>true</skip>
56+
</configuration>
57+
</plugin>
5158
</plugins>
5259
</build>
5360
</project>

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.4</version>
8+
<version>0.8.5-SNAPSHOT</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.8.4</version>
7+
<version>0.8.5-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.4</version>
13+
<version>0.8.5-SNAPSHOT</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.8.4</version>
12+
<version>0.8.5-SNAPSHOT</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.8.4</version>
12+
<version>0.8.5-SNAPSHOT</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515
<dependencies>

samples/pom.xml

Lines changed: 1 addition & 2 deletions
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.4</version>
12+
<version>0.8.5-SNAPSHOT</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515
<modules>
@@ -119,7 +119,6 @@
119119
<plugin>
120120
<groupId>org.apache.maven.plugins</groupId>
121121
<artifactId>maven-deploy-plugin</artifactId>
122-
<version>2.8.1</version>
123122
<configuration>
124123
<skip>true</skip>
125124
</configuration>

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

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.4</version>
8+
<version>0.8.5-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>jaxb2-basics-test-episodes-a</artifactId>

0 commit comments

Comments
 (0)