summaryrefslogtreecommitdiff
path: root/projects/net.wotonomy.foundation/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'projects/net.wotonomy.foundation/pom.xml')
-rw-r--r--projects/net.wotonomy.foundation/pom.xml37
1 files changed, 20 insertions, 17 deletions
diff --git a/projects/net.wotonomy.foundation/pom.xml b/projects/net.wotonomy.foundation/pom.xml
index acb6815..a4ca4f9 100644
--- a/projects/net.wotonomy.foundation/pom.xml
+++ b/projects/net.wotonomy.foundation/pom.xml
@@ -1,31 +1,32 @@
<project>
<modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>net.wotonomy</groupId>
- <artifactId>wotonomy-root</artifactId>
- <version>1</version>
- </parent>
- <artifactId>wotonomy-foundation</artifactId>
+ <parent>
+ <groupId>net.wotonomy</groupId>
+ <artifactId>wotonomy-all</artifactId>
+ <version>1.0-alpha5-SNAPSHOT</version>
+ <relativePath>../net.wotonomy.all</relativePath>
+ </parent>
+ <artifactId>wotonomy-foundation</artifactId>
<name>Wotonomy - Foundation Classes</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>concurrent</groupId>
<artifactId>concurrent</artifactId>
<version>1.3.4</version>
- </dependency>
- <dependency>
- <groupId>ognl</groupId>
- <artifactId>ognl</artifactId>
- <version>2.6.7</version>
- </dependency>
- </dependencies>
+ </dependency>
+ <dependency>
+ <groupId>ognl</groupId>
+ <artifactId>ognl</artifactId>
+ <version>2.6.7</version>
+ </dependency>
+ </dependencies>
<reporting>
<plugins>
<plugin>
@@ -42,7 +43,9 @@
</plugins>
</reporting>
<scm>
- <connection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.foundation</connection>
- <developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.foundation</developerConnection>
+ <connection>
+ scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.foundation</connection>
+ <developerConnection>
+ scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.foundation</developerConnection>
</scm>
</project>