Skip to content

Commit

Permalink
Merge pull request #18 from jianwu/release7
Browse files Browse the repository at this point in the history
0.0.1_jdk7_RELEASE
  • Loading branch information
jianwu authored May 9, 2019
2 parents ce99d36 + 69c2bad commit 7ac6f8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion JSONCoder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jsonex</groupId>
<artifactId>jcParent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1_jdk7_RELEASE</version>
<relativePath>..</relativePath>
</parent>
<artifactId>JSONCoder</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jsonex</groupId>
<artifactId>jcParent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1_jdk7_RELEASE</version>
<relativePath>../</relativePath>
</parent>
<artifactId>core</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.jsonex</groupId>
<artifactId>jcParent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1_jdk7_RELEASE</version>
<packaging>pom</packaging>
<name>JSONCoder Parent</name>
<description>JSONCoder Parent</description>
Expand All @@ -17,6 +17,7 @@

<properties>
<compile.version>1.7</compile.version>
<additionalparam>-Xdoclint:none</additionalparam>
</properties>

<licenses>
Expand Down

0 comments on commit 7ac6f8c

Please sign in to comment.