This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new b069f1d  commons.jacoco.version 0.8.2 -> 0.8.3. Set current release 
version prop.
b069f1d is described below

commit b069f1d6e66695221c2ced34523bf9378d068a2a
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Sun Apr 7 10:24:15 2019 -0400

    commons.jacoco.version 0.8.2 -> 0.8.3. Set current release version prop.
---
 pom.xml                 | 6 +++---
 src/changes/changes.xml | 1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5d20905..232a4fd 100755
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
     <checkstyle.plugin.version>3.0.0</checkstyle.plugin.version>
     <checkstyle.version>8.18</checkstyle.version>
     <maven-scm.version>1.11.2</maven-scm.version>
-    <commons.jacoco.version>0.8.2</commons.jacoco.version>
+    <commons.jacoco.version>0.8.3</commons.jacoco.version>
     <commons.jacoco.classRatio>0.1</commons.jacoco.classRatio>
     <commons.jacoco.instructionRatio>0.1</commons.jacoco.instructionRatio>
     <commons.jacoco.methodRatio>0.1</commons.jacoco.methodRatio>
@@ -117,8 +117,8 @@
 
     <!-- Including commons release plugin older version -->
     <commons.release.isDistModule>true</commons.release.isDistModule>
-    <commons.bc.version>1.5</commons.bc.version>
-    <commons.release.version>1.6</commons.release.version>
+    <commons.bc.version>1.6</commons.bc.version>
+    <commons.release.version>1.7</commons.release.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.releaseManagerName>Rob Tompkins</commons.releaseManagerName>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0d6f7c9..bd9061c 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -33,6 +33,7 @@
       <action type="update" dev="ggregory">org.apache.maven.scm 1.10.0 -> 
1.11.2</action>
       <action type="update" dev="ggregory">maven-pmd-plugin 3.9.0 -> 
3.11.0</action>
       <action type="update" dev="ggregory">commons-build-plugin 1.8 -> 
1.10</action>
+      <action type="update" dev="ggregory">commons.jacoco.version 0.8.2 -> 
0.8.3</action>
     </release>
 
     <release version="1.6" date="2019-03-08" description="Version 1.6">

Reply via email to