Skip to content

Commit 686a3af

Browse files
committed
Version 2.0.11
1 parent 937ba63 commit 686a3af

File tree

7 files changed

+8
-10
lines changed

7 files changed

+8
-10
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.0.11-SNAPSHOT</version>
9+
<version>2.0.11</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.0.11-SNAPSHOT</version>
9+
<version>2.0.11</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
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.0.11-SNAPSHOT</version>
6+
<version>2.0.11</version>
77
<name>Jsonix Schema Compiler Project</name>
88
<url>https://github.com/highsource/jsonix-schema-compiler</url>
99
<parent>

tests/filter/pom.xml

Lines changed: 1 addition & 2 deletions
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.0.11-SNAPSHOT</version>
9+
<version>2.0.11</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<dependencies>
@@ -17,7 +17,6 @@
1717
<dependency>
1818
<groupId>org.hisrc.jsonix</groupId>
1919
<artifactId>jsonix-scripts</artifactId>
20-
<version>${project.version}</version>
2120
</dependency>
2221
<dependency>
2322
<groupId>com.sun.xml.bind</groupId>

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

tests/wps/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66
<parent>
77
<groupId>org.hisrc.jsonix</groupId>
88
<artifactId>jsonix-schema-compiler-tests</artifactId>
9-
<version>2.0.11-SNAPSHOT</version>
9+
<version>2.0.11</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<dependencies>
1313
<dependency>
1414
<groupId>org.hisrc.jsonix</groupId>
1515
<artifactId>jsonix-scripts</artifactId>
16-
<version>${project.version}</version>
1716
</dependency>
1817
<dependency>
1918
<groupId>org.jvnet.jaxb2_commons</groupId>

tests/zero/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<parent>
77
<groupId>org.hisrc.jsonix</groupId>
88
<artifactId>jsonix-schema-compiler-tests</artifactId>
9-
<version>2.0.11-SNAPSHOT</version>
9+
<version>2.0.11</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<dependencies>
1313
<dependency>
1414
<groupId>org.hisrc.jsonix</groupId>
1515
<artifactId>jsonix-scripts</artifactId>
16-
</dependency>
16+
</dependency>
1717
<dependency>
1818
<groupId>com.sun.xml.bind</groupId>
1919
<artifactId>jaxb-impl</artifactId>

0 commit comments

Comments
 (0)