summaryrefslogtreecommitdiff
path: root/projects/net.wotonomy.test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'projects/net.wotonomy.test/pom.xml')
-rw-r--r--projects/net.wotonomy.test/pom.xml33
1 files changed, 18 insertions, 15 deletions
diff --git a/projects/net.wotonomy.test/pom.xml b/projects/net.wotonomy.test/pom.xml
index 9fe9730..90ddbdf 100644
--- a/projects/net.wotonomy.test/pom.xml
+++ b/projects/net.wotonomy.test/pom.xml
@@ -1,36 +1,37 @@
<project>
<modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>net.wotonomy</groupId>
- <artifactId>wotonomy-all</artifactId>
- <version>1.0-alpha5-SNAPSHOT</version>
- </parent>
- <artifactId>wotonomy-test</artifactId>
+ <parent>
+ <groupId>net.wotonomy</groupId>
+ <artifactId>wotonomy-all</artifactId>
+ <version>1.0-alpha5-SNAPSHOT</version>
+ <relativePath>../net.wotonomy.all</relativePath>
+ </parent>
+ <artifactId>wotonomy-test</artifactId>
<name>Wotonomy - System Tests</name>
<packaging>jar</packaging>
- <dependencies>
+ <dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
- </dependency>
+ </dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>wotonomy-web</artifactId>
<version>${project.version}</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>wotonomy-ui-swing</artifactId>
<version>${project.version}</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>wotonomy-datastore</artifactId>
+ <artifactId>wotonomy-datastore</artifactId>
<version>${project.version}</version>
- </dependency>
- </dependencies>
+ </dependency>
+ </dependencies>
<reporting>
<plugins>
<plugin>
@@ -47,7 +48,9 @@
</plugins>
</reporting>
<scm>
- <connection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.test</connection>
- <developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.test</developerConnection>
+ <connection>
+ scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.test</connection>
+ <developerConnection>
+ scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.test</developerConnection>
</scm>
</project>