You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/12/26 13:51:26 UTC

[commons-codec] 02/02: Prepare for next release.

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-codec.git

commit ac7a700094c772aed0668273c31477cb8751c2cf
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 26 08:51:20 2019 -0500

    Prepare for next release.
    
    - Update Apache Commons Parent from 48 to 50.
    - Update JApiCmp from 0.14.1 to 0.14.3.
    - Update JaCoCo from 0.8.4 to 0.8.5.
    - Update release plugin from 1.5 to 1.7.
    - Update BC version from 1.12 to 1.13.
    - Reuse parent property commons.pmd.version.
---
 pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index f63db04..43a17f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>48</version>
+    <version>50</version>
   </parent>
   <groupId>commons-codec</groupId>
   <artifactId>commons-codec</artifactId>
@@ -240,17 +240,17 @@ limitations under the License.
     <commons.encoding>UTF-8</commons.encoding>
     <checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
     <checkstyle.version>2.17</checkstyle.version>
-    <commons.japicmp.version>0.14.1</commons.japicmp.version>
-    <commons.jacoco.version>0.8.4</commons.jacoco.version>
+    <commons.japicmp.version>0.14.3</commons.japicmp.version>
+    <commons.jacoco.version>0.8.5</commons.jacoco.version>
 
     <!-- generate report even if there are binary incompatible changes -->
     <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
     <japicmp.skip>false</japicmp.skip>
 
     <!-- Commons Release Plugin -->
-    <commons.bc.version>1.12</commons.bc.version>
+    <commons.bc.version>1.13</commons.bc.version>
     <commons.rc.version>RC1</commons.rc.version>
-    <commons.release-plugin.version>1.5</commons.release-plugin.version>
+    <commons.release-plugin.version>1.7</commons.release-plugin.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
     <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>    
@@ -362,7 +362,7 @@ limitations under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.12.0</version>
+        <version>${commons.pmd.version}</version>
         <configuration>
           <targetJdk>${maven.compiler.target}</targetJdk>
           <linkXref>true</linkXref>