Skip to content

Commit

Permalink
Version 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
highsource committed Apr 11, 2015
1 parent 384e563 commit 37aeb02
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 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.4-SNAPSHOT</version>
<version>2.3.3</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.4-SNAPSHOT</version>
<version>2.3.3</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.4-SNAPSHOT</version>
<version>2.3.3</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.3-SNAPSHOT",
"version" : "2.3.3",
"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.4-SNAPSHOT</version>
<version>2.3.3</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.4-SNAPSHOT</version>
<version>2.3.3</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion 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.4-SNAPSHOT</version>
<version>2.3.3</version>
<name>Jsonix Schema Compiler Project</name>
<url>https://github.com/highsource/jsonix-schema-compiler</url>
<parent>
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.4-SNAPSHOT</version>
<version>2.3.3</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.4-SNAPSHOT</version>
<version>2.3.3</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.4-SNAPSHOT</version>
<version>2.3.3</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.4-SNAPSHOT</version>
<version>2.3.3</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.4-SNAPSHOT</version>
<version>2.3.3</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.4-SNAPSHOT</version>
<version>2.3.3</version>
</parent>
<dependencies>
<dependency>
Expand Down

0 comments on commit 37aeb02

Please sign in to comment.