Author: veithen
Date: Sat Jul 10 14:07:23 2010
New Revision: 962844
URL: http://svn.apache.org/viewvc?rev=962844&view=rev
Log:
Use the 1.5.2-SNAPSHOT version of the plugins instead of the SNAPSHOT version.
That should avoid the 'invalid descriptor' error.
Modified:
axis/axis2/java/core/trunk/modules/parent/pom.xml
Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent/pom.xml?rev=962844&r1=962843&r2=962844&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/parent/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/parent/pom.xml Sat Jul 10 14:07:23 2010
@@ -96,8 +96,8 @@
are corrupted (they are replaced by an HTML page). Note that we
may
later use 1.5.2 (once that version is released) here to avoid
the chicken and egg problem. -->
- <mar.plugin.version>SNAPSHOT</mar.plugin.version>
- <aar.plugin.version>SNAPSHOT</aar.plugin.version>
+ <mar.plugin.version>1.5.2-SNAPSHOT</mar.plugin.version>
+ <aar.plugin.version>1.5.2-SNAPSHOT</aar.plugin.version>
<!-- Use released versions for these projects -->
<ant.version>1.7.0</ant.version>