You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-commits@incubator.apache.org by th...@apache.org on 2009/12/20 20:15:56 UTC

svn commit: r892654 - /incubator/droids/trunk/pom.xml

Author: thorsten
Date: Sun Dec 20 20:15:55 2009
New Revision: 892654

URL: http://svn.apache.org/viewvc?rev=892654&view=rev
Log:
DROIDS-70 / INFRA-2368 Fixing pom.

Modified:
    incubator/droids/trunk/pom.xml

Modified: incubator/droids/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/droids/trunk/pom.xml?rev=892654&r1=892653&r2=892654&view=diff
==============================================================================
--- incubator/droids/trunk/pom.xml (original)
+++ incubator/droids/trunk/pom.xml Sun Dec 20 20:15:55 2009
@@ -20,6 +20,11 @@
   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</groupId>
+    <artifactId>apache</artifactId>
+    <version>6</version>
+  </parent>
   <groupId>org.apache.droids</groupId>
   <artifactId>droids</artifactId>
   <version>0.1-incubating-SNAPSHOT</version>
@@ -247,13 +252,14 @@
     </repository>
   </repositories>
   
-  <distributionManagement>
+  <!-- DROIDS-70 / INFRA-2368 -->
+<!--  <distributionManagement>
       <snapshotRepository>
         <id>org.apache.people</id>
         <name>Snapshot Repository</name>
         <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
       </snapshotRepository>
-  </distributionManagement>
+  </distributionManagement>-->
 
   
   <modules>