summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-12-19 11:18:02 +0100
committerAndrew Branson <andrew.branson@cern.ch>2013-12-19 11:18:02 +0100
commitbdc786935359dd18305abd03d1ed2b3ce8781b5a (patch)
treec06498ad4fa6140b923a36ea0260c89e596f4815
parent23f862f284db576224285290b8da321408845613 (diff)
1.0-SNAPSHOT dependent on kernel 3.0
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index de129c6..733e9dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cristal</groupId>
<artifactId>cristal-xmldb</artifactId>
- <version>0.6-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<name>cristal-xmldb</name>
<description>CRISTAL Module</description>
<issueManagement>
@@ -121,7 +121,7 @@
<dependency>
<groupId>cristal</groupId>
<artifactId>cristal-kernel</artifactId>
- <version>2.5-SNAPSHOT</version>
+ <version>3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>