summaryrefslogtreecommitdiffstats
path: root/sandbox/lresende
diff options
context:
space:
mode:
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>