Skip to content

Commit 3a9a430

Browse files
committed
Prepare RELEASE [skip ci]
1 parent e1a89c4 commit 3a9a430

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

jaxb-maven-plugin/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.openjax.jaxb</groupId>
2424
<artifactId>jaxb</artifactId>
25-
<version>0.8.5-SNAPSHOT</version>
25+
<version>0.8.5</version>
2626
</parent>
2727
<artifactId>jaxb-maven-plugin</artifactId>
2828
<packaging>maven-plugin</packaging>
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>org.openjax.maven</groupId>
102102
<artifactId>mojo</artifactId>
103-
<version>0.4.2-SNAPSHOT</version>
103+
<version>0.4.2</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>org.openjax.jaxb</groupId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<parent>
2323
<groupId>org.openjax</groupId>
2424
<artifactId>openjax</artifactId>
25-
<version>2.5.5-SNAPSHOT</version>
25+
<version>2.5.5</version>
2626
</parent>
2727
<groupId>org.openjax.jaxb</groupId>
2828
<artifactId>jaxb</artifactId>
29-
<version>0.8.5-SNAPSHOT</version>
29+
<version>0.8.5</version>
3030
<packaging>pom</packaging>
3131
<name>OpenJAX JAXB</name>
3232
<description>

xjc/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.openjax.jaxb</groupId>
2424
<artifactId>jaxb</artifactId>
25-
<version>0.8.5-SNAPSHOT</version>
25+
<version>0.8.5</version>
2626
</parent>
2727
<artifactId>xjc</artifactId>
2828
<name>OpenJAX JAXB XJC</name>
@@ -48,12 +48,12 @@
4848
<dependency>
4949
<groupId>org.openjax.xml</groupId>
5050
<artifactId>sax</artifactId>
51-
<version>0.9.4-SNAPSHOT</version>
51+
<version>0.9.4</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.libj</groupId>
5555
<artifactId>exec</artifactId>
56-
<version>0.8.11-SNAPSHOT</version>
56+
<version>0.8.11</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>org.jvnet.jaxb2_commons</groupId>
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>org.libj</groupId>
6565
<artifactId>test</artifactId>
66-
<version>0.7.1-SNAPSHOT</version>
66+
<version>0.7.1</version>
6767
<scope>test</scope>
6868
</dependency>
6969
</dependencies>

0 commit comments

Comments
 (0)