You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2018/04/07 13:37:57 UTC

svn commit: r1828592 - in /commons/proper/commons-parent/trunk: pom.xml src/changes/changes.xml

Author: chtompki
Date: Sat Apr  7 13:37:57 2018
New Revision: 1828592

URL: http://svn.apache.org/viewvc?rev=1828592&view=rev
Log:
japicmp-maven-plugin: oldVersionPattern=\d+\.\d+\.\d*

Modified:
    commons/proper/commons-parent/trunk/pom.xml
    commons/proper/commons-parent/trunk/src/changes/changes.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1828592&r1=1828591&r2=1828592&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sat Apr  7 13:37:57 2018
@@ -47,6 +47,7 @@
     - jacoco-maven-plugin 0.8.0 -> 0.8.1
     - commons-build-plugin 1.7 -> 1.8
     - commons-release-plugin 1.1 -> 1.2
+    - japicmp-maven-plugin: oldVersionPattern=\d+\.\d+\.\d*
 
   -->
 
@@ -454,6 +455,7 @@
               <ignoreMissingNewVersion>true</ignoreMissingNewVersion>
               <reportOnlyFilename>true</reportOnlyFilename>
             </parameter>
+            <oldVersionPattern>\d+\.\d+\.\d*</oldVersionPattern>
           </configuration>
         </plugin>
         <plugin>

Modified: commons/proper/commons-parent/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/src/changes/changes.xml?rev=1828592&r1=1828591&r2=1828592&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Sat Apr  7 13:37:57 2018
@@ -67,6 +67,7 @@ The <action> type attribute can be add,u
             <action type="update">jacoco-maven-plugin 0.8.0 -> 0.8.1</action>
             <action type="update">commons-build-plugin 1.7 -> 1.8</action>
             <action type="update">commons-release-plugin 1.1 -> 1.2</action>
+            <action type="update">japicmp-maven-plugin: oldVersionPattern=\d+\.\d+\.\d*</action>
         </release>
 
         <release version="45" date="2018-03-12" description="Changing location of commons-release-plugin">