summaryrefslogtreecommitdiff
path: root/projects/net.wotonomy.test
diff options
context:
space:
mode:
authorBenjamin Culkin <scorpress@gmail.com>2024-05-20 17:49:10 -0400
committerBenjamin Culkin <scorpress@gmail.com>2024-05-20 17:49:10 -0400
commit5c117c7de5ebb57fe5325825deb73e23885ddec0 (patch)
treebf76d61a17406bf1468c442c6cd1f95075f638d2 /projects/net.wotonomy.test
parentaedc34d55462a75e329bbf342251ff6504cd117e (diff)
Fix POM config to compile
Diffstat (limited to 'projects/net.wotonomy.test')
-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>