Skip to content

Commit 094fb91

Browse files
committed
Version 0.9.3
1 parent 0045d82 commit 094fb91

File tree

24 files changed

+49
-26
lines changed

24 files changed

+49
-26
lines changed

ant/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.jvnet.jaxb2_commons</groupId>
1010
<artifactId>jaxb2-basics-project</artifactId>
11-
<version>0.9.3-SNAPSHOT</version>
11+
<version>0.9.3</version>
1212
</parent>
1313
<dependencies>
1414
<dependency>

basic/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>jaxb2-basics</artifactId>
66
<packaging>jar</packaging>
7-
<version>0.9.3-SNAPSHOT</version>
7+
<version>0.9.3</version>
88
<name>JAXB2 Basics - Basic Plugins</name>
99
<parent>
1010
<groupId>org.jvnet.jaxb2_commons</groupId>
1111
<artifactId>jaxb2-basics-project</artifactId>
12-
<version>0.9.3-SNAPSHOT</version>
12+
<version>0.9.3</version>
1313
</parent>
1414
<dependencies>
1515
<dependency>

dist/pom.xml

Lines changed: 15 additions & 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-basics-project</artifactId>
12-
<version>0.9.3-SNAPSHOT</version>
12+
<version>0.9.3</version>
1313
</parent>
1414
<dependencies>
1515
<dependency>
@@ -26,6 +26,20 @@
2626
<classifier>ant-src</classifier>
2727
<version>${project.version}</version>
2828
</dependency>
29+
<dependency>
30+
<groupId>${project.groupId}</groupId>
31+
<artifactId>jaxb2-basics-sample-po-simple</artifactId>
32+
<type>zip</type>
33+
<classifier>maven-src</classifier>
34+
<version>${project.version}</version>
35+
</dependency>
36+
<dependency>
37+
<groupId>${project.groupId}</groupId>
38+
<artifactId>jaxb2-basics-sample-po-simple</artifactId>
39+
<type>zip</type>
40+
<classifier>ant-src</classifier>
41+
<version>${project.version}</version>
42+
</dependency>
2943
<dependency>
3044
<groupId>${project.groupId}</groupId>
3145
<artifactId>jaxb2-basics-sample-basic</artifactId>

plugins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.jvnet.jaxb2_commons</groupId>
88
<artifactId>jaxb2-basics-project</artifactId>
9-
<version>0.9.3-SNAPSHOT</version>
9+
<version>0.9.3</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.jvnet.jaxb2_commons</groupId>
66
<artifactId>jaxb2-basics-project</artifactId>
77
<packaging>pom</packaging>
8-
<version>0.9.3-SNAPSHOT</version>
8+
<version>0.9.3</version>
99
<name>JAXB2 Basics - Project</name>
1010
<url>https://github.com/highsource/jaxb2-basics</url>
1111
<description>JAXB2 Basics is a part of JAXB2 Commons project which implements plugins and tools for JAXB 2.x reference implementation.</description>
@@ -83,11 +83,18 @@
8383
<module>tests</module>
8484
</modules>
8585
</profile>
86+
<profile>
87+
<id>dist</id>
88+
<modules>
89+
<module>dist</module>
90+
</modules>
91+
</profile>
8692
<profile>
8793
<id>all</id>
8894
<modules>
8995
<module>samples</module>
9096
<module>tests</module>
97+
<module>dist</module>
9198
</modules>
9299
</profile>
93100
</profiles>

runtime/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>jaxb2-basics-runtime</artifactId>
6-
<version>0.9.3-SNAPSHOT</version>
6+
<version>0.9.3</version>
77
<packaging>jar</packaging>
88
<name>JAXB2 Basics - Runtime</name>
99
<parent>
1010
<groupId>org.jvnet.jaxb2_commons</groupId>
1111
<artifactId>jaxb2-basics-project</artifactId>
12-
<version>0.9.3-SNAPSHOT</version>
12+
<version>0.9.3</version>
1313
</parent>
1414
<dependencies>
1515
<dependency>

samples/basic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.jvnet.jaxb2_commons</groupId>
1010
<artifactId>jaxb2-basics-samples</artifactId>
11-
<version>0.9.3-SNAPSHOT</version>
11+
<version>0.9.3</version>
1212
</parent>
1313
<dependencies>
1414
<dependency>

samples/po-simple/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.jvnet.jaxb2_commons</groupId>
1010
<artifactId>jaxb2-basics-samples</artifactId>
11-
<version>0.9.3-SNAPSHOT</version>
11+
<version>0.9.3</version>
1212
</parent>
1313
<dependencies>
1414
<dependency>

samples/po/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.jvnet.jaxb2_commons</groupId>
1010
<artifactId>jaxb2-basics-samples</artifactId>
11-
<version>0.9.3-SNAPSHOT</version>
11+
<version>0.9.3</version>
1212
</parent>
1313
<dependencies>
1414
<dependency>

samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.jvnet.jaxb2_commons</groupId>
1010
<artifactId>jaxb2-basics-project</artifactId>
11-
<version>0.9.3-SNAPSHOT</version>
11+
<version>0.9.3</version>
1212
</parent>
1313
<modules>
1414
<module>po</module>

0 commit comments

Comments
 (0)