Skip to content

Commit 1e714f0

Browse files
committed
Version 1.0.2
1 parent d95ac27 commit 1e714f0

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<parent>
4040
<groupId>org.jvnet.jaxb2_commons</groupId>
4141
<artifactId>jaxb2-annotate-plugin-project</artifactId>
42-
<version>1.0.2-SNAPSHOT</version>
42+
<version>1.0.2</version>
4343
<relativePath>../pom.xml</relativePath>
4444
</parent>
4545
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<groupId>org.jvnet.jaxb2_commons</groupId>
3636
<artifactId>jaxb2-annotate-plugin-project</artifactId>
3737
<packaging>pom</packaging>
38-
<version>1.0.2-SNAPSHOT</version>
38+
<version>1.0.2</version>
3939
<name>JAXB2 Annotate Plugin Project</name>
4040
<url>https://github.com/highsource/jaxb2-annotate-plugin</url>
4141
<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
@@ -39,7 +39,7 @@
3939
<parent>
4040
<groupId>org.jvnet.jaxb2_commons</groupId>
4141
<artifactId>jaxb2-annotate-plugin-samples</artifactId>
42-
<version>1.0.2-SNAPSHOT</version>
42+
<version>1.0.2</version>
4343
<relativePath>../pom.xml</relativePath>
4444
</parent>
4545
<dependencies>

samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<parent>
4040
<groupId>org.jvnet.jaxb2_commons</groupId>
4141
<artifactId>jaxb2-annotate-plugin-project</artifactId>
42-
<version>1.0.2-SNAPSHOT</version>
42+
<version>1.0.2</version>
4343
<relativePath>../pom.xml</relativePath>
4444
</parent>
4545
<modules>

tests/annotate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<parent>
3636
<groupId>org.jvnet.jaxb2_commons</groupId>
3737
<artifactId>jaxb2-annotate-plugin-tests</artifactId>
38-
<version>1.0.2-SNAPSHOT</version>
38+
<version>1.0.2</version>
3939
<relativePath>../pom.xml</relativePath>
4040
</parent>
4141
<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
@@ -35,7 +35,7 @@
3535
<parent>
3636
<groupId>org.jvnet.jaxb2_commons</groupId>
3737
<artifactId>jaxb2-annotate-plugin-test-annox</artifactId>
38-
<version>1.0.2-SNAPSHOT</version>
38+
<version>1.0.2</version>
3939
<relativePath>../pom.xml</relativePath>
4040
</parent>
4141
<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
@@ -35,7 +35,7 @@
3535
<parent>
3636
<groupId>org.jvnet.jaxb2_commons</groupId>
3737
<artifactId>jaxb2-annotate-plugin-tests</artifactId>
38-
<version>1.0.2-SNAPSHOT</version>
38+
<version>1.0.2</version>
3939
<relativePath>../pom.xml</relativePath>
4040
</parent>
4141
<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
@@ -35,7 +35,7 @@
3535
<parent>
3636
<groupId>org.jvnet.jaxb2_commons</groupId>
3737
<artifactId>jaxb2-annotate-plugin-test-annox</artifactId>
38-
<version>1.0.2-SNAPSHOT</version>
38+
<version>1.0.2</version>
3939
<relativePath>../pom.xml</relativePath>
4040
</parent>
4141
<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
@@ -35,7 +35,7 @@
3535
<parent>
3636
<groupId>org.jvnet.jaxb2_commons</groupId>
3737
<artifactId>jaxb2-annotate-plugin-tests</artifactId>
38-
<version>1.0.2-SNAPSHOT</version>
38+
<version>1.0.2</version>
3939
<relativePath>../pom.xml</relativePath>
4040
</parent>
4141
<artifactId>jaxb2-annotate-plugin-issues</artifactId>

tests/one/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<parent>
3636
<groupId>org.jvnet.jaxb2_commons</groupId>
3737
<artifactId>jaxb2-annotate-plugin-tests</artifactId>
38-
<version>1.0.2-SNAPSHOT</version>
38+
<version>1.0.2</version>
3939
</parent>
4040
<artifactId>jaxb2-annotate-plugin-test-one</artifactId>
4141
<packaging>jar</packaging>

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<parent>
4040
<groupId>org.jvnet.jaxb2_commons</groupId>
4141
<artifactId>jaxb2-annotate-plugin-project</artifactId>
42-
<version>1.0.2-SNAPSHOT</version>
42+
<version>1.0.2</version>
4343
<relativePath>../pom.xml</relativePath>
4444
</parent>
4545
<modules>

0 commit comments

Comments
 (0)