Skip to content

Commit

Permalink
Version 2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
highsource committed Sep 12, 2015
1 parent e697133 commit c10d2b4
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion compiler/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-schema-compiler-project</artifactId>
<version>2.3.7-SNAPSHOT</version>
<version>2.3.7</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-schema-compiler-project</artifactId>
<version>2.3.7-SNAPSHOT</version>
<version>2.3.7</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion full/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-schema-compiler-project</artifactId>
<version>2.3.7-SNAPSHOT</version>
<version>2.3.7</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
@@ -1,6 +1,6 @@
{
"name" : "jsonix-schema-compiler",
"version" : "2.3.7-SNAPSHOT",
"version" : "2.3.7",
"description" : "Jsonix Schema Compiler generates Jsonix mappings from XML Schemas",
"keywords" : [
"json", "xml", "unmarshal", "unmarshalling", "marshal",
Expand Down
2 changes: 1 addition & 1 deletion npm/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-schema-compiler-project</artifactId>
<version>2.3.7-SNAPSHOT</version>
<version>2.3.7</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-schema-compiler-project</artifactId>
<version>2.3.7-SNAPSHOT</version>
<version>2.3.7</version>
</parent>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-schema-compiler-project</artifactId>
<packaging>pom</packaging>
<version>2.3.7-SNAPSHOT</version>
<version>2.3.7</version>
<name>Jsonix Schema Compiler Project</name>
<url>https://github.com/highsource/jsonix-schema-compiler</url>
<parent>
Expand Down Expand Up @@ -85,10 +85,10 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jsonix-schema-compiler.version>${project.version}</jsonix-schema-compiler.version>
<jsonix-scripts.version>2.2.1</jsonix-scripts.version>
<jaxb2-basics.version>0.9.5-SNAPSHOT</jaxb2-basics.version>
<jaxb2-basics.version>0.9.5</jaxb2-basics.version>
<js-codemodel.version>1.1</js-codemodel.version>
<jaxb.version>2.2.11</jaxb.version>
<maven-jaxb2-plugin.version>0.12.3</maven-jaxb2-plugin.version>
<maven-jaxb2-plugin.version>0.13.0</maven-jaxb2-plugin.version>
<jgrapht.version>0.9.0</jgrapht.version>
<slf4j.version>1.7.7</slf4j.version>
<args4j.version>2.0.29</args4j.version>
Expand Down
2 changes: 1 addition & 1 deletion samples/po/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-schema-compiler-samples</artifactId>
<version>2.3.7-SNAPSHOT</version>
<version>2.3.7</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-schema-compiler-project</artifactId>
<version>2.3.7-SNAPSHOT</version>
<version>2.3.7</version>
</parent>
<modules>
<module>po</module>
Expand Down
2 changes: 1 addition & 1 deletion tests/filter/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-schema-compiler-tests</artifactId>
<version>2.3.7-SNAPSHOT</version>
<version>2.3.7</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-schema-compiler-project</artifactId>
<version>2.3.7-SNAPSHOT</version>
<version>2.3.7</version>
</parent>
<modules>
<module>filter</module>
Expand Down
2 changes: 1 addition & 1 deletion tests/wps/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-schema-compiler-tests</artifactId>
<version>2.3.7-SNAPSHOT</version>
<version>2.3.7</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tests/zero/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-schema-compiler-tests</artifactId>
<version>2.3.7-SNAPSHOT</version>
<version>2.3.7</version>
</parent>
<dependencies>
<dependency>
Expand Down

0 comments on commit c10d2b4

Please sign in to comment.