You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2007/04/16 17:57:10 UTC

svn commit: r529299 - /incubator/tuscany/java/sca/modules/commonj-api/pom.xml

Author: jsdelfino
Date: Mon Apr 16 08:57:10 2007
New Revision: 529299

URL: http://svn.apache.org/viewvc?view=rev&rev=529299
Log:
Cleaned up pom.xml. Changed its parent to be like the the other poms under modules.

Modified:
    incubator/tuscany/java/sca/modules/commonj-api/pom.xml

Modified: incubator/tuscany/java/sca/modules/commonj-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/commonj-api/pom.xml?view=diff&rev=529299&r1=529298&r2=529299
==============================================================================
--- incubator/tuscany/java/sca/modules/commonj-api/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/commonj-api/pom.xml Mon Apr 16 08:57:10 2007
@@ -20,49 +20,15 @@
 <project>
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.apache.tuscany</groupId>
-        <artifactId>parent</artifactId>
-        <version>2-incubating-SNAPSHOT</version>
+        <groupId>org.apache.tuscany.sca</groupId>
+        <artifactId>tuscany-modules</artifactId>
+        <version>1.0-incubating-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.tuscany</groupId>
     <artifactId>commonj-api</artifactId>
     <version>1.0-incubating-SNAPSHOT</version>
     <name>Apache Tuscany Commonj API for Timer and Work Manager</name>
-
-    <!-- definition of repositories where the parent pom can be found -->
-    <repositories>
-        <repository>
-            <id>apache.snapshots</id>
-            <name>Apache Snapshot Repository</name>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-        </repository>
-        <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>
-
-    <dependencies>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>3.8.1</version>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
 
     <build>
         <plugins>



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