Skip to content

Commit

Permalink
Version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
highsource committed Nov 22, 2015
1 parent 5a59b54 commit e910e45
Show file tree
Hide file tree
Showing 26 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-project</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.10.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>jaxb2-basics</artifactId>
<packaging>jar</packaging>
<version>0.9.6-SNAPSHOT</version>
<version>0.10.0</version>
<name>JAXB2 Basics - Basic Plugins</name>
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-project</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.10.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-project</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.10.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-project</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.10.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-project</artifactId>
<packaging>pom</packaging>
<version>0.9.6-SNAPSHOT</version>
<version>0.10.0</version>
<name>JAXB2 Basics - Project</name>
<url>https://github.com/highsource/jaxb2-basics</url>
<description>JAXB2 Basics is a part of JAXB2 Commons project which implements plugins and tools for JAXB 2.x reference implementation.</description>
Expand Down
4 changes: 2 additions & 2 deletions runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>jaxb2-basics-runtime</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.10.0</version>
<packaging>jar</packaging>
<name>JAXB2 Basics - Runtime</name>
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-project</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.10.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-samples</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.10.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/cxf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-samples</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.10.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/jaxws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-samples</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.10.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/po-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-samples</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.10.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/po/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-samples</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.10.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-project</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.10.0</version>
</parent>
<modules>
<module>po</module>
Expand Down
2 changes: 1 addition & 1 deletion testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-project</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.10.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tests/JAXB-1058/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.10.0</version>
</parent>
<artifactId>jaxb2-basics-test-JAXB-1058</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/episodes/a/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-test-episodes</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.10.0</version>
</parent>
<artifactId>jaxb2-basics-test-episodes-a</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/episodes/b/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-test-episodes</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.10.0</version>
</parent>
<artifactId>jaxb2-basics-test-episodes-b</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/episodes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.10.0</version>
</parent>
<artifactId>jaxb2-basics-test-episodes</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/ignoring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.10.0</version>
</parent>
<artifactId>jaxb2-basics-test-ignoring</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/issues/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.10.0</version>
</parent>
<artifactId>jaxb2-basics-test-issues</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/one/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.10.0</version>
</parent>
<artifactId>jaxb2-basics-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 @@ -8,7 +8,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-project</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.10.0</version>
</parent>
<modules>
<module>episodes</module>
Expand Down
2 changes: 1 addition & 1 deletion tests/simple-hashCode-equals-01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.10.0</version>
</parent>
<artifactId>jaxb2-basics-tests-simple-hashCode-equals-01</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/simplify-01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.10.0</version>
</parent>
<artifactId>jaxb2-basics-test-simplify-01</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/wildcard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.10.0</version>
</parent>
<artifactId>jaxb2-basics-test-wildcard</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/zj/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-tests</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.10.0</version>
</parent>
<artifactId>jaxb2-basics-test-zj</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-project</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.10.0</version>
</parent>
<dependencies>
<dependency>
Expand Down

2 comments on commit e910e45

@codecholeric
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I updated to 0.10.0 today, everything worked fine :-)
Thanks a lot for merging and releasing this so fast, that was really awesome :-)

@highsource
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're welcome. Thank you for your contribution!

Please sign in to comment.