Skip to content

Commit e56468e

Browse files
committed
Version 2.1.0
1 parent 3ac6368 commit e56468e

File tree

15 files changed

+16
-16
lines changed

15 files changed

+16
-16
lines changed

demos/po/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-demos</artifactId>
9-
<version>2.0.13-SNAPSHOT</version>
9+
<version>2.1.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<dependencies>

demos/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.0.13-SNAPSHOT</version>
9+
<version>2.1.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<modules>

demos/wms/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-demos</artifactId>
9-
<version>2.0.13-SNAPSHOT</version>
9+
<version>2.1.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<dependencies>

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.0.13-SNAPSHOT</version>
9+
<version>2.1.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<modules>

nodejs/scripts/jsonix.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2547,7 +2547,7 @@ Jsonix.Model.ElementsPropertyInfo = Jsonix
25472547
Jsonix.Util.Ensure.ensureObject(mapping);
25482548
Jsonix.Model.AbstractElementsPropertyInfo.prototype.initialize
25492549
.apply(this, [ mapping ]);
2550-
var etis = mapping.elementTypeInfos||mapping.etis||undefined;
2550+
var etis = mapping.elementTypeInfos||mapping.etis||[];
25512551
Jsonix.Util.Ensure.ensureArray(etis);
25522552
this.elementTypeInfos = etis;
25532553
},
@@ -3377,7 +3377,7 @@ Jsonix.Model.Module = Jsonix
33773377
},
33783378
createList : function(mapping) {
33793379
Jsonix.Util.Ensure.ensureObject(mapping);
3380-
var ti = mapping.typeInfo||mapping.ti||'String';
3380+
var ti = mapping.baseTypeInfo||mapping.typeInfo||mapping.bti||mapping.ti||'String';
33813381
var tn = mapping.typeName||mapping.tn||null;
33823382
var s = mapping.separator||mapping.sep||' ';
33833383
Jsonix.Util.Ensure.ensureExists(ti);

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.0.13-SNAPSHOT</version>
9+
<version>2.1.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<dependencies>

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.0.13-SNAPSHOT</version>
9+
<version>2.1.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<dependencies>

nodejs/tests/po/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.0.13-SNAPSHOT</version>
9+
<version>2.1.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<dependencies>

nodejs/tests/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.0.13-SNAPSHOT</version>
9+
<version>2.1.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<modules>

nodejs/tests/wps/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.0.13-SNAPSHOT</version>
9+
<version>2.1.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<dependencies>

0 commit comments

Comments
 (0)