summaryrefslogtreecommitdiff
path: root/projects/net.wotonomy.datastore
diff options
context:
space:
mode:
Diffstat (limited to 'projects/net.wotonomy.datastore')
-rw-r--r--projects/net.wotonomy.datastore/pom.xml27
1 files changed, 15 insertions, 12 deletions
diff --git a/projects/net.wotonomy.datastore/pom.xml b/projects/net.wotonomy.datastore/pom.xml
index 41acf69..1955d17 100644
--- a/projects/net.wotonomy.datastore/pom.xml
+++ b/projects/net.wotonomy.datastore/pom.xml
@@ -1,26 +1,27 @@
<project>
<modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>net.wotonomy</groupId>
- <artifactId>wotonomy-all</artifactId>
- <version>1.0-alpha5-SNAPSHOT</version>
- </parent>
- <artifactId>wotonomy-datastore</artifactId>
+ <parent>
+ <groupId>net.wotonomy</groupId>
+ <artifactId>wotonomy-all</artifactId>
+ <version>1.0-alpha5-SNAPSHOT</version>
+ <relativePath>../net.wotonomy.all</relativePath>
+ </parent>
+ <artifactId>wotonomy-datastore</artifactId>
<name>Wotonomy - Object Datastore</name>
<packaging>jar</packaging>
- <dependencies>
+ <dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>wotonomy-web</artifactId>
<version>${project.version}</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
- </dependency>
- </dependencies>
+ </dependency>
+ </dependencies>
<reporting>
<plugins>
<plugin>
@@ -39,7 +40,9 @@
</plugins>
</reporting>
<scm>
- <connection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.datastore</connection>
- <developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.datastore</developerConnection>
+ <connection>
+ scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.datastore</connection>
+ <developerConnection>
+ scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.datastore</developerConnection>
</scm>
</project>