Author: brett
Date: Fri Dec 21 01:32:41 2007
New Revision: 606146
URL: http://svn.apache.org/viewvc?rev=606146&view=rev
Log:
fix rel path, use released version
Modified:
maven/archiva/site/pom.xml
Modified: maven/archiva/site/pom.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/site/pom.xml?rev=606146&r1=606145&r2=606146&view=diff
==============================================================================
--- maven/archiva/site/pom.xml (original)
+++ maven/archiva/site/pom.xml Fri Dec 21 01:32:41 2007
@@ -24,8 +24,8 @@
<parent>
<groupId>org.apache.maven.archiva</groupId>
<artifactId>archiva-parent</artifactId>
- <version>1-SNAPSHOT</version>
- <relativePath>../parent/pom.xml</relativePath>
+ <version>1</version>
+ <relativePath>../archiva-parent/pom.xml</relativePath>
</parent>
<name>Archiva</name>
<artifactId>archiva-site</artifactId>