Skip to content

Commit e0ab3a8

Browse files
author
Jenkins CI
committed
[maven-release-plugin] prepare release 2.0.12
1 parent 73a2e5d commit e0ab3a8

File tree

33 files changed

+35
-35
lines changed

33 files changed

+35
-35
lines changed

basics/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.jaxb</groupId>
88
<artifactId>jaxb-basics-project</artifactId>
9-
<version>2.0.12-SNAPSHOT</version>
9+
<version>2.0.12</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

basics/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.jaxb</groupId>
88
<artifactId>jaxb-basics-project</artifactId>
9-
<version>2.0.12-SNAPSHOT</version>
9+
<version>2.0.12</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

basics/jaxb2-basics-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.jvnet.jaxb</groupId>
1616
<artifactId>jaxb-basics-project</artifactId>
17-
<version>2.0.12-SNAPSHOT</version>
17+
<version>2.0.12</version>
1818
</parent>
1919
<build>
2020
<plugins>

basics/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.jaxb</groupId>
88
<artifactId>jaxb-basics-project</artifactId>
9-
<version>2.0.12-SNAPSHOT</version>
9+
<version>2.0.12</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

basics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jvnet.jaxb</groupId>
55
<artifactId>jaxb-tools-project</artifactId>
6-
<version>2.0.12-SNAPSHOT</version>
6+
<version>2.0.12</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>jaxb-basics-project</artifactId>

basics/runtime/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.jvnet.jaxb</groupId>
88
<artifactId>jaxb-basics-project</artifactId>
9-
<version>2.0.12-SNAPSHOT</version>
9+
<version>2.0.12</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.jvnet.jaxb2_commons</groupId>
2424
<artifactId>jaxb2-basics-runtime</artifactId>
25-
<version>2.0.12-SNAPSHOT</version>
25+
<version>2.0.12</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>com.sun.activation</groupId>

basics/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.jaxb</groupId>
88
<artifactId>jaxb-basics-project</artifactId>
9-
<version>2.0.12-SNAPSHOT</version>
9+
<version>2.0.12</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

basics/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.jaxb</groupId>
88
<artifactId>jaxb-basics-project</artifactId>
9-
<version>2.0.12-SNAPSHOT</version>
9+
<version>2.0.12</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

hyperjaxb/ejb/extensions/naming/custom-naming-pre_0_6_0/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jvnet.jaxb</groupId>
55
<artifactId>hyperjaxb3-ejb-extensions-naming</artifactId>
6-
<version>2.0.12-SNAPSHOT</version>
6+
<version>2.0.12</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>hyperjaxb3-ejb-extensions-custom-naming-pre_0_6_0</artifactId>

hyperjaxb/ejb/extensions/naming/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jvnet.jaxb</groupId>
55
<artifactId>hyperjaxb3-ejb-extensions</artifactId>
6-
<version>2.0.12-SNAPSHOT</version>
6+
<version>2.0.12</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>hyperjaxb3-ejb-extensions-naming</artifactId>

0 commit comments

Comments
 (0)