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

svn commit: r514419 - /incubator/tuscany/java/sca/kernel/pom.xml

Author: jboynes
Date: Sun Mar  4 07:56:19 2007
New Revision: 514419

URL: http://svn.apache.org/viewvc?view=rev&rev=514419
Log:
update kernel to use release versions of parent pom and spec api

Modified:
    incubator/tuscany/java/sca/kernel/pom.xml

Modified: incubator/tuscany/java/sca/kernel/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/kernel/pom.xml?view=diff&rev=514419&r1=514418&r2=514419
==============================================================================
--- incubator/tuscany/java/sca/kernel/pom.xml (original)
+++ incubator/tuscany/java/sca/kernel/pom.xml Sun Mar  4 07:56:19 2007
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.tuscany</groupId>
         <artifactId>sca</artifactId>
-        <version>1.0-incubating-SNAPSHOT</version>
+        <version>1.0-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tuscany.sca</groupId>
@@ -39,17 +39,6 @@
     <!-- 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>
@@ -69,7 +58,7 @@
             <dependency>
                 <groupId>org.osoa</groupId>
                 <artifactId>sca-api-r${scaSpecVersion}</artifactId>
-                <version>1.0-incubating-SNAPSHOT</version>
+                <version>1.0-incubating</version>
                 <scope>compile</scope>
             </dependency>
 



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