You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2008/07/04 15:22:56 UTC

svn commit: r674046 - /tuscany/java/sca/modules/implementation-data-xml/pom.xml

Author: slaws
Date: Fri Jul  4 06:22:56 2008
New Revision: 674046

URL: http://svn.apache.org/viewvc?rev=674046&view=rev
Log:
make the pom refer to the new version of DAS 

Modified:
    tuscany/java/sca/modules/implementation-data-xml/pom.xml

Modified: tuscany/java/sca/modules/implementation-data-xml/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/implementation-data-xml/pom.xml?rev=674046&r1=674045&r2=674046&view=diff
==============================================================================
--- tuscany/java/sca/modules/implementation-data-xml/pom.xml (original)
+++ tuscany/java/sca/modules/implementation-data-xml/pom.xml Fri Jul  4 06:22:56 2008
@@ -38,7 +38,7 @@
 		<dependency>
 			<groupId>org.apache.tuscany.das</groupId>
 			<artifactId>tuscany-das-rdb</artifactId>
-			<version>1.0-incubating-SNAPSHOT</version>
+			<version>1.0-SNAPSHOT</version>
 			<scope>compile</scope>
 		</dependency>
 		<dependency>