Author: stain
Date: Wed Sep 14 11:58:23 2016
New Revision: 1760683

URL: http://svn.apache.org/viewvc?rev=1760683&view=rev
Log:
jira in https

.. also no need for japicmp oldVersionPattern

Modified:
    commons/proper/beanutils/trunk/pom.xml

Modified: commons/proper/beanutils/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=1760683&r1=1760682&r2=1760683&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Wed Sep 14 11:58:23 2016
@@ -52,7 +52,7 @@
 
   <issueManagement>
     <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/BEANUTILS</url>
+    <url>https://issues.apache.org/jira/browse/BEANUTILS</url>
   </issueManagement>
 
   <scm>
@@ -370,12 +370,6 @@
         <groupId>com.github.siom79.japicmp</groupId>
         <artifactId>japicmp-maven-plugin</artifactId>
         <version>${commons.japicmp.version}</version>
-        <configuration>
-              <parameter>
-                      <!-- Tell japicmp about the -incubator suffix  -->
-                        <oldVersionPattern>\d+\.\d+\.\d+</oldVersionPattern>
-                    </parameter>
-                </configuration>
       </plugin>
       </plugins>
       <pluginManagement>


Reply via email to