Skip to content

Commit c10d2b4

Browse files
committed
Version 2.3.7
1 parent e697133 commit c10d2b4

File tree

13 files changed

+15
-15
lines changed

13 files changed

+15
-15
lines changed

compiler/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.hisrc.jsonix</groupId>
88
<artifactId>jsonix-schema-compiler-project</artifactId>
9-
<version>2.3.7-SNAPSHOT</version>
9+
<version>2.3.7</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

dist/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.hisrc.jsonix</groupId>
1010
<artifactId>jsonix-schema-compiler-project</artifactId>
11-
<version>2.3.7-SNAPSHOT</version>
11+
<version>2.3.7</version>
1212
</parent>
1313
<dependencies>
1414
<dependency>

full/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.hisrc.jsonix</groupId>
88
<artifactId>jsonix-schema-compiler-project</artifactId>
9-
<version>2.3.7-SNAPSHOT</version>
9+
<version>2.3.7</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "jsonix-schema-compiler",
3-
"version" : "2.3.7-SNAPSHOT",
3+
"version" : "2.3.7",
44
"description" : "Jsonix Schema Compiler generates Jsonix mappings from XML Schemas",
55
"keywords" : [
66
"json", "xml", "unmarshal", "unmarshalling", "marshal",

npm/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.hisrc.jsonix</groupId>
88
<artifactId>jsonix-schema-compiler-project</artifactId>
9-
<version>2.3.7-SNAPSHOT</version>
9+
<version>2.3.7</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.hisrc.jsonix</groupId>
88
<artifactId>jsonix-schema-compiler-project</artifactId>
9-
<version>2.3.7-SNAPSHOT</version>
9+
<version>2.3.7</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>org.hisrc.jsonix</groupId>
44
<artifactId>jsonix-schema-compiler-project</artifactId>
55
<packaging>pom</packaging>
6-
<version>2.3.7-SNAPSHOT</version>
6+
<version>2.3.7</version>
77
<name>Jsonix Schema Compiler Project</name>
88
<url>https://github.com/highsource/jsonix-schema-compiler</url>
99
<parent>
@@ -85,10 +85,10 @@
8585
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8686
<jsonix-schema-compiler.version>${project.version}</jsonix-schema-compiler.version>
8787
<jsonix-scripts.version>2.2.1</jsonix-scripts.version>
88-
<jaxb2-basics.version>0.9.5-SNAPSHOT</jaxb2-basics.version>
88+
<jaxb2-basics.version>0.9.5</jaxb2-basics.version>
8989
<js-codemodel.version>1.1</js-codemodel.version>
9090
<jaxb.version>2.2.11</jaxb.version>
91-
<maven-jaxb2-plugin.version>0.12.3</maven-jaxb2-plugin.version>
91+
<maven-jaxb2-plugin.version>0.13.0</maven-jaxb2-plugin.version>
9292
<jgrapht.version>0.9.0</jgrapht.version>
9393
<slf4j.version>1.7.7</slf4j.version>
9494
<args4j.version>2.0.29</args4j.version>

samples/po/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.hisrc.jsonix</groupId>
99
<artifactId>jsonix-schema-compiler-samples</artifactId>
10-
<version>2.3.7-SNAPSHOT</version>
10+
<version>2.3.7</version>
1111
</parent>
1212
<dependencies>
1313
<dependency>

samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.hisrc.jsonix</groupId>
88
<artifactId>jsonix-schema-compiler-project</artifactId>
9-
<version>2.3.7-SNAPSHOT</version>
9+
<version>2.3.7</version>
1010
</parent>
1111
<modules>
1212
<module>po</module>

tests/filter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.hisrc.jsonix</groupId>
88
<artifactId>jsonix-schema-compiler-tests</artifactId>
9-
<version>2.3.7-SNAPSHOT</version>
9+
<version>2.3.7</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.hisrc.jsonix</groupId>
88
<artifactId>jsonix-schema-compiler-project</artifactId>
9-
<version>2.3.7-SNAPSHOT</version>
9+
<version>2.3.7</version>
1010
</parent>
1111
<modules>
1212
<module>filter</module>

tests/wps/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.hisrc.jsonix</groupId>
88
<artifactId>jsonix-schema-compiler-tests</artifactId>
9-
<version>2.3.7-SNAPSHOT</version>
9+
<version>2.3.7</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

tests/zero/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.hisrc.jsonix</groupId>
88
<artifactId>jsonix-schema-compiler-tests</artifactId>
9-
<version>2.3.7-SNAPSHOT</version>
9+
<version>2.3.7</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

0 commit comments

Comments
 (0)