summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-01-27 09:26:19 +0100
committerAndrew Branson <andrew.branson@cern.ch>2013-01-27 09:26:19 +0100
commitbd561aef7d69bf44f206db2e4fcddbb8e59f99d6 (patch)
treeca02060d11f1385fd9420a045696701d149bdade
parent5c2f3fa9ce4e46406cc2d3fa606f28ef153a93b7 (diff)
Change artifact name to avoid possible clash with xmldb api jar
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 9a000cf..8cbcfcf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
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>xmldb</artifactId>
+ <artifactId>cristal-xmldb</artifactId>
<version>0.1-SNAPSHOT</version>
<name>cristal-xmldb</name>
<description>CRISTAL Module</description>