Skip to content

Commit 50b9152

Browse files
committed
Version 2.1.3-SNAPSHOT
1 parent 9923c4d commit 50b9152

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

dist/pom.xml

+1-1
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.1.2</version>
11+
<version>2.1.3-SNAPSHOT</version>
1212
</parent>
1313
<build>
1414
<plugins>

nodejs/pom.xml

+1-1
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.1.2</version>
9+
<version>2.1.3-SNAPSHOT</version>
1010
</parent>
1111
<modules>
1212
<module>scripts</module>

nodejs/scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "jsonix",
3-
"version" : "2.1.2",
3+
"version" : "2.1.3-SNAPSHOT",
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

+1-1
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.1.2</version>
9+
<version>2.1.3-SNAPSHOT</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

nodejs/tests/ar/pom.xml

+1-1
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.1.2</version>
9+
<version>2.1.3-SNAPSHOT</version>
1010
</parent>
1111
<build>
1212
<plugins>

nodejs/tests/basic/pom.xml

+1-1
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.1.2</version>
9+
<version>2.1.3-SNAPSHOT</version>
1010
</parent>
1111
<build>
1212
<plugins>

nodejs/tests/browserify/pom.xml

+1-1
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.1.2</version>
9+
<version>2.1.3-SNAPSHOT</version>
1010
</parent>
1111
<build>
1212
<plugins>

nodejs/tests/po/pom.xml

+1-1
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.1.2</version>
9+
<version>2.1.3-SNAPSHOT</version>
1010
</parent>
1111
<build>
1212
<plugins>

nodejs/tests/pom.xml

+1-1
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.1.2</version>
9+
<version>2.1.3-SNAPSHOT</version>
1010
</parent>
1111
<modules>
1212
<module>basic</module>

nodejs/tests/wps/pom.xml

+1-1
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.1.2</version>
9+
<version>2.1.3-SNAPSHOT</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>org.hisrc.jsonix</groupId>
44
<artifactId>jsonix-project</artifactId>
55
<packaging>pom</packaging>
6-
<version>2.1.2</version>
6+
<version>2.1.3-SNAPSHOT</version>
77
<name>Jsonix</name>
88
<description>Jsonix is a JavaScript library which allows you to convert between XML and JSON structures based on mappings.</description>
99
<url>https://github.com/highsource/jsonix</url>

scripts/pom.xml

+1-1
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.1.2</version>
9+
<version>2.1.3-SNAPSHOT</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

0 commit comments

Comments
 (0)