Skip to content

Commit c36d5c6

Browse files
committed
Version 1.0.1
1 parent f908526 commit c36d5c6

File tree

11 files changed

+12
-11
lines changed

11 files changed

+12
-11
lines changed

plugin/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-annotate-plugin-project</artifactId>
12-
<version>1.0.1-SNAPSHOT</version>
12+
<version>1.0.1</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515
<dependencies>

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-annotate-plugin-project</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</version>
99
<name>JAXB2 Annotate Plugin Project</name>
1010
<url>https://github.com/highsource/jaxb2-annotate-plugin</url>
1111
<description>JAXB2 Annotate Plugin adds arbitrary annotations to Java classes generated by JAXB/XJC.</description>

samples/annotate/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-annotate-plugin-samples</artifactId>
12-
<version>1.0.1-SNAPSHOT</version>
12+
<version>1.0.1</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515
<dependencies>

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-annotate-plugin-project</artifactId>
12-
<version>1.0.1-SNAPSHOT</version>
12+
<version>1.0.1</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515
<modules>

tests/annotate/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-annotate-plugin-tests</artifactId>
8-
<version>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>jaxb2-annotate-plugin-test-annotate</artifactId>

tests/annox/annotations/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-annotate-plugin-test-annox</artifactId>
8-
<version>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>jaxb2-annotate-plugin-test-annox-annotations</artifactId>

tests/annox/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-annotate-plugin-tests</artifactId>
8-
<version>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>jaxb2-annotate-plugin-test-annox</artifactId>

tests/annox/schema/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-annotate-plugin-test-annox</artifactId>
8-
<version>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>jaxb2-annotate-plugin-test-annox-schema</artifactId>

tests/issues/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-annotate-plugin-tests</artifactId>
8-
<version>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>jaxb2-annotate-plugin-issues</artifactId>

tests/one/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-annotate-plugin-tests</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.1</version>
99
</parent>
1010
<artifactId>jaxb2-annotate-plugin-test-one</artifactId>
1111
<packaging>jar</packaging>

tests/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@
99
<parent>
1010
<groupId>org.jvnet.jaxb2_commons</groupId>
1111
<artifactId>jaxb2-annotate-plugin-project</artifactId>
12-
<version>1.0.1-SNAPSHOT</version>
12+
<version>1.0.1</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515
<modules>
1616
<module>annotate</module>
1717
<module>annox</module>
1818
<module>issues</module>
19+
<module>one</module>
1920
</modules>
2021
<dependencies>
2122
<dependency>

0 commit comments

Comments
 (0)