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 2010/01/13 03:20:18 UTC

svn commit: r898625 - /tuscany/sandbox/lresende/pom.xml

Author: lresende
Date: Wed Jan 13 02:20:17 2010
New Revision: 898625

URL: http://svn.apache.org/viewvc?rev=898625&view=rev
Log:
Updating sandbox pom

Modified:
    tuscany/sandbox/lresende/pom.xml

Modified: tuscany/sandbox/lresende/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sandbox/lresende/pom.xml?rev=898625&r1=898624&r2=898625&view=diff
==============================================================================
--- tuscany/sandbox/lresende/pom.xml (original)
+++ tuscany/sandbox/lresende/pom.xml Wed Jan 13 02:20:17 2010
@@ -20,15 +20,15 @@
 <project>
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.apache.tuscany</groupId>
-        <artifactId>parent</artifactId>
-        <version>2-incubator-SNAPSHOT</version>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>4</version>
     </parent>
     <groupId>sandbox</groupId>
     <artifactId>lresende</artifactId>
     <packaging>pom</packaging>
-    <name>Tuscany Sanbox</name>
-    <version>1.0-incubator-SNAPSHOT</version>
+    <name>lresende's Tuscany Sanbox</name>
+    <version>2.0-SNAPSHOT</version>
 
     <modules>
     </modules>
@@ -64,14 +64,14 @@
             <dependency>
                 <groupId>org.apache.tuscany.sdo</groupId>
                 <artifactId>tuscany-sdo-impl</artifactId>
-                <version>1.0-incubator-SNAPSHOT</version>
+                <version>1.1.1</version>
                 <scope>compile</scope>
             </dependency>
 
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>3.8.1</version>
+                <version>4.5</version>
                 <scope>test</scope>
             </dependency>
         </dependencies>