diff options
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 21 |
1 files changed, 13 insertions, 8 deletions
@@ -1,9 +1,9 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <groupId>cristal</groupId> - <artifactId>cristal-xmldb</artifactId> + <groupId>org.cristalise</groupId> + <artifactId>cristalise-xmldb</artifactId> <version>1.0-SNAPSHOT</version> - <name>cristal-xmldb</name> + <name>cristalise-xmldb</name> <description>CRISTAL Module</description> <issueManagement> <url>http://dev.cccs.uwe.ac.uk/redmine/projects/cristal-xmldb/</url> @@ -32,7 +32,7 @@ </resource> <resource> <directory>src/main/resources</directory> - <targetPath>com/c2kernel/persistency/xmldb/resources</targetPath> + <targetPath>org/cristalise/storage/xmldb/resources</targetPath> <excludes> <exclude>module.xml</exclude> </excludes> @@ -111,20 +111,25 @@ <name>CCCS Nexus Public Repository</name> <url>http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/public</url> </repository> + <repository> + <id>cccs.eXistDB-clone</id> + <name>eXist XMLDB repository clone</name> + <url>http://dev.cccs.uwe.ac.uk:8081/nexus/content/sites/eXistDB-clone/</url> + </repository> </repositories> <dependencyManagement> <dependencies> <dependency> - <groupId>cristal</groupId> - <artifactId>cristal-kernel</artifactId> + <groupId>org.cristalise</groupId> + <artifactId>cristalise-kernel</artifactId> <version>3.0-SNAPSHOT</version> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> - <groupId>cristal</groupId> - <artifactId>cristal-kernel</artifactId> + <groupId>org.cristalise</groupId> + <artifactId>cristalise-kernel</artifactId> </dependency> <dependency> <groupId>org.exist-db</groupId> |
