Skip to content

Commit c5e381e

Browse files
committed
Version 2.3.0
1 parent 6700ccb commit c5e381e

File tree

7 files changed

+7
-16
lines changed

7 files changed

+7
-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-schema-compiler-project</artifactId>
9-
<version>2.2.1-SNAPSHOT</version>
9+
<version>2.3.0</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-schema-compiler-project</artifactId>
9-
<version>2.2.1-SNAPSHOT</version>
9+
<version>2.3.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<dependencies>

pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>org.hisrc.jsonix</groupId>
44
<artifactId>jsonix-schema-compiler-project</artifactId>
55
<packaging>pom</packaging>
6-
<version>2.2.1-SNAPSHOT</version>
6+
<version>2.3.0</version>
77
<name>Jsonix Schema Compiler Project</name>
88
<url>https://github.com/highsource/jsonix-schema-compiler</url>
99
<parent>
@@ -70,15 +70,6 @@
7070
</modules>
7171
</profile>
7272
</profiles>
73-
<mailingLists>
74-
<mailingList>
75-
<name>User List</name>
76-
<subscribe>[email protected]</subscribe>
77-
<unsubscribe>[email protected]</unsubscribe>
78-
<post>[email protected]</post>
79-
<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=jsonix-users</archive>
80-
</mailingList>
81-
</mailingLists>
8273
<properties>
8374
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8475
<jsonix-scripts.version>2.1.0</jsonix-scripts.version>

tests/filter/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-schema-compiler-tests</artifactId>
9-
<version>2.2.1-SNAPSHOT</version>
9+
<version>2.3.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<dependencies>

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-schema-compiler-project</artifactId>
9-
<version>2.2.1-SNAPSHOT</version>
9+
<version>2.3.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<modules>

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-schema-compiler-tests</artifactId>
9-
<version>2.2.1-SNAPSHOT</version>
9+
<version>2.3.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<dependencies>

tests/zero/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-schema-compiler-tests</artifactId>
9-
<version>2.2.1-SNAPSHOT</version>
9+
<version>2.3.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<dependencies>

0 commit comments

Comments
 (0)