Author: henning
Date: Tue Oct 22 01:23:58 2013
New Revision: 1534448

URL: http://svn.apache.org/r1534448
Log:
remove hard coded jira pid, just pick up the version that matches the artifact

Modified:
    commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE/pom.xml

Modified: 
commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE/pom.xml?rev=1534448&r1=1534447&r2=1534448&view=diff
==============================================================================
--- commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE/pom.xml 
(original)
+++ commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE/pom.xml 
Tue Oct 22 01:23:58 2013
@@ -433,7 +433,6 @@
     <commons.release.version>1.10</commons.release.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.jira.id>CONFIGURATION</commons.jira.id>
-    <commons.jira.pid>12319742</commons.jira.pid>
     <maven.compiler.source>1.5</maven.compiler.source>
     <maven.compiler.target>1.5</maven.compiler.target>
 
@@ -657,7 +656,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
         <configuration>
-          <fixVersionIds>${commons.jira.pid}</fixVersionIds>
+          <onlyCurrentVersion>true</onlyCurrentVersion>
         </configuration>
       </plugin>
       <plugin>


Reply via email to