summaryrefslogtreecommitdiff
path: root/projects/net.wotonomy.web/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'projects/net.wotonomy.web/pom.xml')
-rw-r--r--projects/net.wotonomy.web/pom.xml43
1 files changed, 23 insertions, 20 deletions
diff --git a/projects/net.wotonomy.web/pom.xml b/projects/net.wotonomy.web/pom.xml
index 77739e9..d85e081 100644
--- a/projects/net.wotonomy.web/pom.xml
+++ b/projects/net.wotonomy.web/pom.xml
@@ -1,29 +1,30 @@
<project>
<modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>net.wotonomy</groupId>
- <artifactId>wotonomy-all</artifactId>
- <version>1.0-alpha5-SNAPSHOT</version>
- </parent>
- <artifactId>wotonomy-web</artifactId>
+ <parent>
+ <groupId>net.wotonomy</groupId>
+ <artifactId>wotonomy-all</artifactId>
+ <version>1.0-alpha5-SNAPSHOT</version>
+ <relativePath>../net.wotonomy.all</relativePath>
+ </parent>
+ <artifactId>wotonomy-web</artifactId>
<name>Wotonomy - MVC Web Application Framework</name>
- <packaging>jar</packaging>
- <dependencies>
+ <packaging>jar</packaging>
+ <dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>wotonomy-persistence</artifactId>
- <version>${project.version}</version>
- </dependency>
+ <version>${project.version}</version>
+ </dependency>
<dependency>
<groupId>jetty</groupId>
<artifactId>org.mortbay.jetty</artifactId>
<version>5.1.9</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>servlet-api-2.5</artifactId>
<version>0PR</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
@@ -35,17 +36,17 @@
</exclusion>
<exclusion>
<groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- </exclusion>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
</exclusions>
- </dependency>
- <dependency>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
- </dependency>
- </dependencies>
+ </dependency>
+ </dependencies>
<reporting>
<plugins>
<plugin>
@@ -64,7 +65,9 @@
</plugins>
</reporting>
<scm>
- <connection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.web</connection>
- <developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.web</developerConnection>
+ <connection>
+ scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.web</connection>
+ <developerConnection>
+ scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.web</developerConnection>
</scm>
</project>