Author: chtompki
Date: Thu Apr 12 13:28:21 2018
New Revision: 1828978

URL: http://svn.apache.org/viewvc?rev=1828978&view=rev
Log:
Fix japicmp by removing <oldVersionPattern/>

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

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1828978&r1=1828977&r2=1828978&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Thu Apr 12 13:28:21 2018
@@ -462,7 +462,6 @@
               <ignoreMissingNewVersion>true</ignoreMissingNewVersion>
               <reportOnlyFilename>true</reportOnlyFilename>
               <skipPomModules>true</skipPomModules>
-              <oldVersionPattern>\d+\.\d*\.\d*</oldVersionPattern>
             </parameter>
           </configuration>
         </plugin>
@@ -972,7 +971,6 @@
             <skipPomModules>true</skipPomModules>
             <ignoreMissingNewVersion>true</ignoreMissingNewVersion>
             <reportOnlyFilename>true</reportOnlyFilename>
-            <oldVersionPattern>\d+\.\d*\.\d*</oldVersionPattern>
           </parameter>
         </configuration>
       </plugin>


Reply via email to