Skip to content

Commit c7bebac

Browse files
committed
Corrected the snapshot version
1 parent 46a327c commit c7bebac

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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-SNAPHSHOT</version>
9+
<version>2.0.11-SNAPSHOT</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-SNAPHSHOT</version>
6+
<version>2.0.11-SNAPSHOT</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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>jsonix-schema-compiler-test-zero</artifactId>
44
<packaging>jar</packaging>
5-
<name>Jsonix Tests [filter]</name>
5+
<name>Jsonix Schema Compiler Tests [filter]</name>
66
<parent>
77
<groupId>org.hisrc.jsonix</groupId>
88
<artifactId>jsonix-schema-compiler-tests</artifactId>

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

0 commit comments

Comments
 (0)