diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-10-07 09:19:16 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-10-07 09:19:16 +0200 |
| commit | 9cf9e8f9a3a65f5f86b77cf6c8aedc411350882e (patch) | |
| tree | fc694a4f4ff3b1e58e374b513bf6b6fd53e54478 /pom.xml | |
| parent | 2781ee55ff030fb758f645b224f3a94e3c79a27a (diff) | |
Repackage to org.cristalise
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> |
