Skip to content

Commit

Permalink
Merge pull request #8 from jianwu/release
Browse files Browse the repository at this point in the history
 0.1.0 release
  • Loading branch information
jianwu authored Apr 12, 2019
2 parents e2a77d6 + 94aa515 commit dd4ebdc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ coverage
**/*.iml
build.xml
nb-configuration.xml
*.versionsBackup
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.ebay.jsoncoder</groupId>
<artifactId>jcParent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>JSONCoder</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jcCore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.ebay.jsoncoder</groupId>
<artifactId>jcParent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../</relativePath>
</parent>
<artifactId>jcCore</artifactId>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ebay.jsoncoder</groupId>
<artifactId>jcParent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>pom</packaging>
<name>JSONCoder Parent</name>
<description>JSONCoder Parent</description>
<url>https://github.com/eBay/JSONCoder.git</url>

<modules>
<module>jcCore</module>
Expand Down Expand Up @@ -164,7 +165,7 @@
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify123</phase>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
Expand Down

0 comments on commit dd4ebdc

Please sign in to comment.