Skip to content

Commit 1b97ec4

Browse files
committed
Version 2.2.1
1 parent 0c0c5d8 commit 1b97ec4

File tree

15 files changed

+203
-215
lines changed

15 files changed

+203
-215
lines changed

dist/Jsonix-all.js

Lines changed: 139 additions & 147 deletions
Large diffs are not rendered by default.

dist/Jsonix-min.js

Lines changed: 51 additions & 56 deletions
Large diffs are not rendered by default.

dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.hisrc.jsonix</groupId>
1010
<artifactId>jsonix-project</artifactId>
11-
<version>2.2.1-SNAPSHOT</version>
11+
<version>2.2.1</version>
1212
</parent>
1313
<build>
1414
<plugins>

nodejs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.hisrc.jsonix</groupId>
88
<artifactId>jsonix-project</artifactId>
9-
<version>2.2.1-SNAPSHOT</version>
9+
<version>2.2.1</version>
1010
</parent>
1111
<modules>
1212
<module>scripts</module>

nodejs/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "jsonix",
3-
"version" : "2.2.1-SNAPSHOT",
3+
"version" : "2.2.1",
44
"description" : "Jsonix (JSON interfaces for XML) is a JavaScript library which allows converting between XML and JSON structures.",
55
"keywords" : [ "json", "xml", "unmarshal", "unmarshalling", "marshal",
66
"marshalling", "parse", "parsing", "serialize", "serializing",

nodejs/scripts/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.hisrc.jsonix</groupId>
88
<artifactId>jsonix-nodejs</artifactId>
9-
<version>2.2.1-SNAPSHOT</version>
9+
<version>2.2.1</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

nodejs/tests/ar/AR.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ var AR_Module_Factory = function () {
44
defaultElementNamespaceURI: 'urn:test',
55
typeInfos: [{
66
localName: 'AccumulateResponse.TestCase',
7+
typeName: null,
78
propertyInfos: [{
89
name: 'transactionId',
910
elementName: 'TransactionId'

nodejs/tests/ar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.hisrc.jsonix</groupId>
88
<artifactId>jsonix-nodejs-tests</artifactId>
9-
<version>2.2.1-SNAPSHOT</version>
9+
<version>2.2.1</version>
1010
</parent>
1111
<build>
1212
<plugins>

nodejs/tests/basic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.hisrc.jsonix</groupId>
88
<artifactId>jsonix-nodejs-tests</artifactId>
9-
<version>2.2.1-SNAPSHOT</version>
9+
<version>2.2.1</version>
1010
</parent>
1111
<build>
1212
<plugins>

nodejs/tests/browserify/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.hisrc.jsonix</groupId>
88
<artifactId>jsonix-nodejs-tests</artifactId>
9-
<version>2.2.1-SNAPSHOT</version>
9+
<version>2.2.1</version>
1010
</parent>
1111
<build>
1212
<plugins>

0 commit comments

Comments
 (0)