Author: hboutemy
Date: Sat Apr 12 16:20:31 2014
New Revision: 1586872
URL: http://svn.apache.org/r1586872
Log:
can't use SNAPSHOT parent
Modified:
maven/doxia/site/trunk/pom.xml
Modified: maven/doxia/site/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/site/trunk/pom.xml?rev=1586872&r1=1586871&r2=1586872&view=diff
==============================================================================
--- maven/doxia/site/trunk/pom.xml (original)
+++ maven/doxia/site/trunk/pom.xml Sat Apr 12 16:20:31 2014
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
- <version>25-SNAPSHOT</version>
+ <version>24</version>
<relativePath>../../pom/maven/pom.xml</relativePath>
</parent>