From 73db38f52cacdb98360de1da6d73b984e5c08857 Mon Sep 17 00:00:00 2001 From: JianWu Chen Date: Fri, 12 Apr 2019 06:55:28 -0700 Subject: [PATCH 1/2] add project url --- .gitignore | 1 + pom.xml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f2a25d8..c702467 100755 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ coverage **/*.iml build.xml nb-configuration.xml +*.versionsBackup diff --git a/pom.xml b/pom.xml index 402ce7f..6022abe 100755 --- a/pom.xml +++ b/pom.xml @@ -8,6 +8,7 @@ pom JSONCoder Parent JSONCoder Parent + https://github.com/eBay/JSONCoder.git jcCore @@ -164,7 +165,7 @@ sign-artifacts - verify123 + verify sign From 94aa515cba065ee51cd22563528640f8f95d9fa7 Mon Sep 17 00:00:00 2001 From: JianWu Chen Date: Fri, 12 Apr 2019 07:38:57 -0700 Subject: [PATCH 2/2] 0.1.0 release --- JSONCoder/pom.xml | 2 +- jcCore/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/JSONCoder/pom.xml b/JSONCoder/pom.xml index eb6cca7..2ac7ef0 100644 --- a/JSONCoder/pom.xml +++ b/JSONCoder/pom.xml @@ -6,7 +6,7 @@ com.ebay.jsoncoder jcParent - 0.0.1-SNAPSHOT + 0.1.0 .. JSONCoder diff --git a/jcCore/pom.xml b/jcCore/pom.xml index b9cf3a1..20bc887 100644 --- a/jcCore/pom.xml +++ b/jcCore/pom.xml @@ -6,7 +6,7 @@ com.ebay.jsoncoder jcParent - 0.0.1-SNAPSHOT + 0.1.0 ../ jcCore diff --git a/pom.xml b/pom.xml index 6022abe..e5a0953 100755 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.ebay.jsoncoder jcParent - 0.0.1-SNAPSHOT + 0.1.0 pom JSONCoder Parent JSONCoder Parent