summaryrefslogtreecommitdiffstats
path: root/sandbox/lresende
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-13 02:20:17 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-13 02:20:17 +0000
commitdae80c870ed8164cabf8c129b96ad176e70ecfa1 (patch)
treef221530ed4e8ba2b038a044e9937eb03c6d7f45a /sandbox/lresende
parent83355a7557cf91c455a65e0ce79ea8dd4d880052 (diff)
Updating sandbox pom
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898625 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/lresende')
-rw-r--r--sandbox/lresende/pom.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/sandbox/lresende/pom.xml b/sandbox/lresende/pom.xml
index 16f9d19365..c08fca17ad 100644
--- a/sandbox/lresende/pom.xml
+++ b/sandbox/lresende/pom.xml
@@ -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>