Skip to content

Commit

Permalink
Preparing the 0.6.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
highsource committed Sep 15, 2014
1 parent 1242ec4 commit 4c8a677
Show file tree
Hide file tree
Showing 108 changed files with 204 additions and 142 deletions.
2 changes: 1 addition & 1 deletion ejb/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
11 changes: 10 additions & 1 deletion ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modules>
Expand Down Expand Up @@ -63,6 +63,15 @@
<module>tutorials</module>
</modules>
</profile>
<profile>
<id>versions</id>
<modules>
<module>samples</module>
<module>tests</module>
<module>tutorials</module>
<module>templates</module>
</modules>
</profile>
</profiles>
<build>
<defaultGoal>install</defaultGoal>
Expand Down
2 changes: 1 addition & 1 deletion ejb/roundtrip/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion ejb/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
11 changes: 7 additions & 4 deletions ejb/samples/customerservice-cxf/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-samples-customerservice-cxf</artifactId>
<version>0.5.7-SNAPSHOT</version>
<packaging>war</packaging>
<name>Hyperjaxb3 EJB Sample [customerservice-cxf]</name>
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-samples</artifactId>
<version>0.6.0-SNAPSHOT</version>
</parent>
<dependencies>
<!-- Spring -->
<dependency>
Expand Down Expand Up @@ -44,7 +47,7 @@
<dependency>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-runtime</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</dependency>
<!-- HSQLDB -->
<dependency>
Expand Down Expand Up @@ -173,7 +176,7 @@
<dependency>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-plugin</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion ejb/samples/po-customized-toplink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-samples</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion ejb/samples/po-initial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-samples</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions ejb/samples/po-maven-jaxb2-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-samples-po-maven-jaxb2-plugin</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Hyperjaxb3 EJB Sample [po-maven-jaxb2-plugin]</name>
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-samples</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<build>
<defaultGoal>install</defaultGoal>
Expand Down
12 changes: 10 additions & 2 deletions ejb/samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<artifactId>hyperjaxb3-ejb-samples</artifactId>
<packaging>pom</packaging>
<name>Hyperjaxb3 EJB Samples</name>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modules>
Expand All @@ -20,6 +20,14 @@
<module>po-maven-jaxb2-plugin</module>
<!--module>customerservice-cxf</module-->
</modules>
<profiles>
<profile>
<id>versions</id>
<modules>
<module>customerservice-cxf</module>
</modules>
</profile>
</profiles>
<build>
<defaultGoal>install</defaultGoal>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion ejb/samples/uniprot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-samples</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
11 changes: 6 additions & 5 deletions ejb/samples/uniprot/project-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-samples-uniprot-maven</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>${project.version}</version>
<packaging>jar</packaging>
<name>Hyperjaxb3 Samples [uniprot:maven]</name>
<dependencies>
Expand All @@ -16,12 +16,12 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.2.4-1</version>
<version>${jaxb.version}</version>
</dependency>
<dependency>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-runtime</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>

<!-- Test dependencies -->
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-roundtrip</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>

<!-- Hibernate Dependencies -->
Expand All @@ -49,7 +49,7 @@
<dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>1.8.0.7</version>
<version>${hsqldb18.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -59,6 +59,7 @@
<plugin>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>maven-hyperjaxb3-plugin</artifactId>
<version>${project.version}</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion ejb/schemas/customizations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-schemas</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion ejb/schemas/persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-schemas</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion ejb/schemas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<modules>
<module>persistence</module>
Expand Down
2 changes: 1 addition & 1 deletion ejb/templates/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-templates</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion ejb/templates/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<modules>
<module>basic</module>
Expand Down
2 changes: 1 addition & 1 deletion ejb/tests/addressbook/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-tests</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<artifactId>hyperjaxb3-ejb-tests-addressbook</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb/tests/ak/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-tests</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<artifactId>hyperjaxb3-ejb-tests-ak</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb/tests/annox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-tests</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<artifactId>hyperjaxb3-ejb-tests-annox</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb/tests/any/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-tests</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<artifactId>hyperjaxb3-ejb-tests-any</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb/tests/bibtexml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-tests</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<artifactId>hyperjaxb3-ejb-tests-bibtexml</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb/tests/ccr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-tests</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<artifactId>hyperjaxb3-ejb-tests-ccr</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb/tests/cda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-tests</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<artifactId>hyperjaxb3-ejb-tests-cda</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb/tests/component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-tests</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<artifactId>hyperjaxb3-ejb-tests-component</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb/tests/cu-one/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-tests</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<artifactId>hyperjaxb3-ejb-tests-cuone</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb/tests/custom-naming/extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-tests-custom-naming</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<artifactId>hyperjaxb3-ejb-tests-custom-naming-extension</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb/tests/custom-naming/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-tests</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<artifactId>hyperjaxb3-ejb-tests-custom-naming</artifactId>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions ejb/tests/custom-naming/schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-tests-custom-naming</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<artifactId>hyperjaxb3-ejb-tests-custom-naming-schema</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -44,7 +44,7 @@
<!--plugin>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-tests-custom-naming-extension</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>${project.version}</version>
</plugin-->
</plugins>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion ejb/tests/customType/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-tests</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<artifactId>hyperjaxb3-ejb-tests-customtype</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb/tests/customizations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-tests</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<artifactId>hyperjaxb3-ejb-tests-customizations</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb/tests/dc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-tests</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<artifactId>hyperjaxb3-ejb-tests-dc</artifactId>
<packaging>jar</packaging>
Expand Down
Loading

0 comments on commit 4c8a677

Please sign in to comment.