From b4e36de9094bd8027f559cff6416402323d4bb85 Mon Sep 17 00:00:00 2001 From: John Haager Date: Fri, 19 Mar 2021 08:23:17 -0700 Subject: [PATCH 1/4] Updating POM with SCM information for release. --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index ee8710c..df21c4c 100644 --- a/pom.xml +++ b/pom.xml @@ -88,4 +88,9 @@ http://nexus.topiatechnology.com/content/repositories/snapshots/ + + + scm:git:git@github.com:TopiaCoin/EOSRPCAdapter-Java.git + + From 673ef2492def8521093f97b459a176b496c201dc Mon Sep 17 00:00:00 2001 From: John Haager Date: Fri, 19 Mar 2021 08:23:35 -0700 Subject: [PATCH 2/4] [maven-release-plugin] prepare release v1.0.0 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index df21c4c..ce520c4 100644 --- a/pom.xml +++ b/pom.xml @@ -1,12 +1,11 @@ - + 4.0.0 io.topiacoin eosRPCAdapter - 1.0.0-SNAPSHOT + 1.0.0 @@ -91,6 +90,7 @@ scm:git:git@github.com:TopiaCoin/EOSRPCAdapter-Java.git + v1.0.0 From 54ed48ca758fb846a8f3cfca0cdf9a93aaacff50 Mon Sep 17 00:00:00 2001 From: John Haager Date: Fri, 19 Mar 2021 08:23:40 -0700 Subject: [PATCH 3/4] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ce520c4..fedc53b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.topiacoin eosRPCAdapter - 1.0.0 + 1.0.1-SNAPSHOT @@ -90,7 +90,7 @@ scm:git:git@github.com:TopiaCoin/EOSRPCAdapter-Java.git - v1.0.0 + HEAD From 9183bab61859970af51c92c4acf8746b7a74b093 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 15:24:22 +0000 Subject: [PATCH 4/4] Bump junit from 4.12 to 4.13.1 Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1) Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fedc53b..eb52d99 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ junit junit - 4.12 + 4.13.1 test