Skip to content

Commit

Permalink
Version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
highsource committed Apr 11, 2015
1 parent 0c0c5d8 commit 1b97ec4
Show file tree
Hide file tree
Showing 15 changed files with 203 additions and 215 deletions.
286 changes: 139 additions & 147 deletions dist/Jsonix-all.js

Large diffs are not rendered by default.

107 changes: 51 additions & 56 deletions dist/Jsonix-min.js

Large diffs are not rendered by default.

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.2.1-SNAPSHOT</version>
<version>2.2.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.2.1-SNAPSHOT</version>
<version>2.2.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.2.1-SNAPSHOT",
"version" : "2.2.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.2.1-SNAPSHOT</version>
<version>2.2.1</version>
</parent>
<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions nodejs/tests/ar/AR.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ var AR_Module_Factory = function () {
defaultElementNamespaceURI: 'urn:test',
typeInfos: [{
localName: 'AccumulateResponse.TestCase',
typeName: null,
propertyInfos: [{
name: 'transactionId',
elementName: 'TransactionId'
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.2.1-SNAPSHOT</version>
<version>2.2.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.2.1-SNAPSHOT</version>
<version>2.2.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.2.1-SNAPSHOT</version>
<version>2.2.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.2.1-SNAPSHOT</version>
<version>2.2.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.2.1-SNAPSHOT</version>
<version>2.2.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.2.1-SNAPSHOT</version>
<version>2.2.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.2.1-SNAPSHOT</version>
<version>2.2.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.2.1-SNAPSHOT</version>
<version>2.2.1</version>
</parent>
<dependencies>
<dependency>
Expand Down

0 comments on commit 1b97ec4

Please sign in to comment.