Author: veithen
Date: Wed Jul 21 21:16:32 2010
New Revision: 966425
URL: http://svn.apache.org/viewvc?rev=966425&view=rev
Log:
Specify the versions of axis2-aar-maven-plugin and axis2-mar-maven-plugin using
the project.version property, so that we don't need to update them manually
when doing the release.
Modified:
axis/axis2/java/core/branches/java/1_5/modules/parent/pom.xml
Modified: axis/axis2/java/core/branches/java/1_5/modules/parent/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/parent/pom.xml?rev=966425&r1=966424&r2=966425&view=diff
==============================================================================
--- axis/axis2/java/core/branches/java/1_5/modules/parent/pom.xml (original)
+++ axis/axis2/java/core/branches/java/1_5/modules/parent/pom.xml Wed Jul 21
21:16:32 2010
@@ -1272,12 +1272,12 @@
<plugin>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-aar-maven-plugin</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>${project.version}</version>
</plugin>
<plugin>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-mar-maven-plugin</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>${project.version}</version>
</plugin>
</plugins>
</pluginManagement>