Skip to content

Commit 3460726

Browse files
author
Jenkins Automation Server
committed
[maven-release-plugin] prepare release 0.13.1
1 parent fc8bb04 commit 3460726

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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.13.1-SNAPSHOT</version>
9+
<version>0.13.1</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.13.1-SNAPSHOT</version>
9+
<version>0.13.1</version>
1010
</parent>
1111
<dependencies>
1212
<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.13.1-SNAPSHOT</version>
9+
<version>0.13.1</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
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.13.1-SNAPSHOT</version>
6+
<version>0.13.1</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>
@@ -63,7 +63,7 @@
6363
<scm>
6464
<connection>scm:git:https://github.com/highsource/jaxb2-basics.git</connection>
6565
<url>https://github.com/highsource/jaxb2-basics</url>
66-
<tag>${project.version}</tag>
66+
<tag>0.13.1</tag>
6767
</scm>
6868
<modules>
6969
<module>ant</module>

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.13.1-SNAPSHOT</version>
9+
<version>0.13.1</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

testing/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.13.1-SNAPSHOT</version>
9+
<version>0.13.1</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

tools/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.13.1-SNAPSHOT</version>
9+
<version>0.13.1</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

0 commit comments

Comments
 (0)