You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2007/03/30 18:34:12 UTC

svn commit: r524164 - /incubator/tuscany/java/cts/pom.xml

Author: lresende
Date: Fri Mar 30 09:34:11 2007
New Revision: 524164

URL: http://svn.apache.org/viewvc?view=rev&rev=524164
Log:
Updating CTS POM to be able to retrieve parent pom from repository.

Modified:
    incubator/tuscany/java/cts/pom.xml

Modified: incubator/tuscany/java/cts/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/cts/pom.xml?view=diff&rev=524164&r1=524163&r2=524164
==============================================================================
--- incubator/tuscany/java/cts/pom.xml (original)
+++ incubator/tuscany/java/cts/pom.xml Fri Mar 30 09:34:11 2007
@@ -21,17 +21,31 @@
   <parent>
 	<groupId>org.apache.tuscany</groupId>
 	<artifactId>parent</artifactId>
-        <version>2-incubating-SNAPSHOT</version>
+        <version>2-incubating</version>
   </parent>
+
   <modelVersion>4.0.0</modelVersion>
-  
   <groupId>org.apache.tuscany</groupId>
   <artifactId>cts</artifactId>
   <name>Community Test Suite</name>
   <version>1.0-SNAPSHOT</version>
-  
-  
   <packaging>pom</packaging>
+  
+  <!-- definition of repositories where the parent pom can be found -->
+  <repositories>
+    <repository>
+      <id>apache.incubator</id>
+      <name>Apache Incubator Repository</name>
+      <url>http://people.apache.org/repo/m2-incubating-repository/</url>
+      <releases>
+  	<enabled>true</enabled>
+      </releases>
+      <snapshots>
+  	<enabled>false</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+
   <build>
 	<defaultGoal>install</defaultGoal>
   </build>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org