You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2012/04/14 23:03:42 UTC

svn commit: r1326205 - /archiva/redback/redback-components/trunk/redback-components-parent/pom.xml

Author: olamy
Date: Sat Apr 14 21:03:42 2012
New Revision: 1326205

URL: http://svn.apache.org/viewvc?rev=1326205&view=rev
Log:
use archiva parent as a parent

Modified:
    archiva/redback/redback-components/trunk/redback-components-parent/pom.xml

Modified: archiva/redback/redback-components/trunk/redback-components-parent/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/redback-components-parent/pom.xml?rev=1326205&r1=1326204&r2=1326205&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/redback-components-parent/pom.xml (original)
+++ archiva/redback/redback-components/trunk/redback-components-parent/pom.xml Sat Apr 14 21:03:42 2012
@@ -19,6 +19,11 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.archiva</groupId>
+    <artifactId>archiva-parent</artifactId>
+    <version>9-SNAPSHOT</version>
+  </parent>
   <groupId>org.apache.archiva.redback.components</groupId>
   <artifactId>redback-components</artifactId>
   <version>2.0-SNAPSHOT</version>
@@ -140,7 +145,7 @@
     </snapshotRepository>
     <site>
       <id>apache.website</id>
-      <url>scp://people.apache.org/www/archiva.apache.org/redback/components/</url>
+      <url>${siteBaseDeployment}/redback/components/</url>
     </site>
   </distributionManagement>