Skip to content

Commit 64bcbd5

Browse files
committed
release 0.0.1
1 parent 2512a15 commit 64bcbd5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

JSONCoder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.jsonex</groupId>
88
<artifactId>jcParent</artifactId>
9-
<version>0.0.1-SNAPSHOT</version>
9+
<version>0.0.1</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212
<artifactId>JSONCoder</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.jsonex</groupId>
88
<artifactId>jcParent</artifactId>
9-
<version>0.0.1-SNAPSHOT</version>
9+
<version>0.0.1</version>
1010
<relativePath>../</relativePath>
1111
</parent>
1212
<artifactId>core</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.jsonex</groupId>
66
<artifactId>jcParent</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.0.1</version>
88
<packaging>pom</packaging>
99
<name>JSONCoder Parent</name>
1010
<description>JSONCoder Parent</description>

0 commit comments

Comments
 (0)