summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-02-20 15:59:48 +0100
committerAndrew Branson <andrew.branson@cern.ch>2013-02-20 15:59:48 +0100
commitb577b369cb17df292db7ef4762202587fbda4662 (patch)
treed6bb7ddf34a5c2540769f460db51a90a47dc078a /pom.xml
parent476e569fe48425ca3bf506b8b7c268e630a06bde (diff)
0.6-SNAPSHOT
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 5a9befe..cc01803 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cristal</groupId>
<artifactId>cristal-dev</artifactId>
- <version>0.5</version>
+ <version>0.6-SNAPSHOT</version>
<name>Cristal Development Module</name>
<build>
<resources>
@@ -80,17 +80,17 @@
<dependency>
<groupId>cristal</groupId>
<artifactId>cristal-kernel</artifactId>
- <version>2.3.3</version>
+ <version>2.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>cristal</groupId>
<artifactId>cristal-gui</artifactId>
- <version>2.3.3</version>
+ <version>2.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>cristal</groupId>
<artifactId>cristal-xmldb</artifactId>
- <version>0.1</version>
+ <version>0.5-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>