Skip to content

Commit

Permalink
Version 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
highsource committed Jun 28, 2015
1 parent 133254f commit 7e5e3e8
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 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.5-SNAPSHOT</version>
<version>2.3.5</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.5-SNAPSHOT</version>
<version>2.3.5</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.5-SNAPSHOT</version>
<version>2.3.5</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.5-SNAPSHOT",
"version" : "2.3.5",
"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.5-SNAPSHOT</version>
<version>2.3.5</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.5-SNAPSHOT</version>
<version>2.3.5</version>
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 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.5-SNAPSHOT</version>
<version>2.3.5</version>
<name>Jsonix Schema Compiler Project</name>
<url>https://github.com/highsource/jsonix-schema-compiler</url>
<parent>
Expand Down Expand Up @@ -84,7 +84,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jsonix-schema-compiler.version>${project.version}</jsonix-schema-compiler.version>
<jsonix-scripts.version>2.1.0</jsonix-scripts.version>
<jsonix-scripts.version>2.2.1</jsonix-scripts.version>
<jaxb2-basics.version>0.9.4</jaxb2-basics.version>
<js-codemodel.version>1.1</js-codemodel.version>
<jaxb.version>2.2.11</jaxb.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.5-SNAPSHOT</version>
<version>2.3.5</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.5-SNAPSHOT</version>
<version>2.3.5</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.5-SNAPSHOT</version>
<version>2.3.5</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.5-SNAPSHOT</version>
<version>2.3.5</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.5-SNAPSHOT</version>
<version>2.3.5</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.5-SNAPSHOT</version>
<version>2.3.5</version>
</parent>
<dependencies>
<dependency>
Expand Down

0 comments on commit 7e5e3e8

Please sign in to comment.