You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ve...@apache.org on 2010/01/30 00:13:37 UTC

svn commit: r904660 - in /webservices/axis2/trunk/java/modules: distribution/pom.xml documentation/pom.xml parent/pom.xml

Author: veithen
Date: Fri Jan 29 23:13:37 2010
New Revision: 904660

URL: http://svn.apache.org/viewvc?rev=904660&view=rev
Log:
Removed the maven.antrun.version property. There is no need for this property anymore because there is an appropriate entry in the pluginManagement section of the parent POM.

Modified:
    webservices/axis2/trunk/java/modules/distribution/pom.xml
    webservices/axis2/trunk/java/modules/documentation/pom.xml
    webservices/axis2/trunk/java/modules/parent/pom.xml

Modified: webservices/axis2/trunk/java/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/distribution/pom.xml?rev=904660&r1=904659&r2=904660&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/distribution/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/distribution/pom.xml Fri Jan 29 23:13:37 2010
@@ -285,7 +285,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-antrun-plugin</artifactId>
-                <version>${maven.antrun.version}</version>
                 <inherited>false</inherited>
                 <executions>
                     <execution>

Modified: webservices/axis2/trunk/java/modules/documentation/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/pom.xml?rev=904660&r1=904659&r2=904660&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/pom.xml Fri Jan 29 23:13:37 2010
@@ -245,7 +245,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-antrun-plugin</artifactId>
-                <version>${maven.antrun.version}</version>
                 <inherited>false</inherited>
                 <executions>
                     <execution>

Modified: webservices/axis2/trunk/java/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/parent/pom.xml?rev=904660&r1=904659&r2=904660&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/parent/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/parent/pom.xml Fri Jan 29 23:13:37 2010
@@ -122,7 +122,6 @@
         <junit.version-jdk1.4>3.8.2</junit.version-jdk1.4>
         <junit.version>4.4</junit.version>
         <log4j.version>1.2.15</log4j.version>
-        <maven.antrun.version>1.1</maven.antrun.version>
         <maven.archiver.version>2.2</maven.archiver.version>
         <maven.artifact.version>2.0.8</maven.artifact.version>
         <maven.plugin.version>2.5</maven.plugin.version>