Skip to content

Commit

Permalink
Version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
highsource committed Aug 30, 2015
1 parent 06fb038 commit 163ac18
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonix",
"version": "2.3.1-SNAPSHOT",
"version": "2.3.1",
"homepage": "https://github.com/highsource/jsonix",
"authors": [
"Alexey Valikov"
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-project</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion nodejs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-project</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>
<modules>
<module>scripts</module>
Expand Down
2 changes: 1 addition & 1 deletion nodejs/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "jsonix",
"version" : "2.3.1-SNAPSHOT",
"version" : "2.3.1",
"description" : "Jsonix (JSON interfaces for XML) is a JavaScript library which allows converting between XML and JSON structures.",
"keywords" : [ "json", "xml", "unmarshal", "unmarshalling", "marshal",
"marshalling", "parse", "parsing", "serialize", "serializing",
Expand Down
2 changes: 1 addition & 1 deletion nodejs/scripts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-nodejs</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion nodejs/tests/ar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-nodejs-tests</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion nodejs/tests/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-nodejs-tests</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion nodejs/tests/browserify/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-nodejs-tests</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion nodejs/tests/po/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-nodejs-tests</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion nodejs/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-nodejs</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>
<modules>
<module>basic</module>
Expand Down
2 changes: 1 addition & 1 deletion nodejs/tests/wps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-nodejs-tests</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-project</artifactId>
<packaging>pom</packaging>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
<name>Jsonix</name>
<description>Jsonix is a JavaScript library which allows you to convert between XML and JSON structures based on mappings.</description>
<url>https://github.com/highsource/jsonix</url>
Expand Down
2 changes: 1 addition & 1 deletion scripts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-project</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>
<dependencies>
<dependency>
Expand Down

0 comments on commit 163ac18

Please sign in to comment.