Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
highsource committed Aug 28, 2015
1 parent d95ac27 commit 1e714f0
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-annotate-plugin-project</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-annotate-plugin-project</artifactId>
<packaging>pom</packaging>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<name>JAXB2 Annotate Plugin Project</name>
<url>https://github.com/highsource/jaxb2-annotate-plugin</url>
<description>JAXB2 Annotate Plugin adds arbitrary annotations to Java classes generated by JAXB/XJC.</description>
Expand Down
2 changes: 1 addition & 1 deletion samples/annotate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-annotate-plugin-samples</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-annotate-plugin-project</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion tests/annotate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-annotate-plugin-tests</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>jaxb2-annotate-plugin-test-annotate</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/annox/annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-annotate-plugin-test-annox</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>jaxb2-annotate-plugin-test-annox-annotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/annox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-annotate-plugin-tests</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>jaxb2-annotate-plugin-test-annox</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/annox/schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-annotate-plugin-test-annox</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>jaxb2-annotate-plugin-test-annox-schema</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/issues/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-annotate-plugin-tests</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>jaxb2-annotate-plugin-issues</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/one/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-annotate-plugin-tests</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<artifactId>jaxb2-annotate-plugin-test-one</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-annotate-plugin-project</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modules>
Expand Down

0 comments on commit 1e714f0

Please sign in to comment.