Skip to content

Commit 8e48412

Browse files
committed
Version 2.0.1.
1 parent 5e7d2c3 commit 8e48412

File tree

17 files changed

+20
-16
lines changed

17 files changed

+20
-16
lines changed

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

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.1-SNAPSHOT</version>
9+
<version>2.0.1</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.1-SNAPSHOT</version>
9+
<version>2.0.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<distributionManagement>

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

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

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

0 commit comments

Comments
 (0)