summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-02-20 15:58:47 +0100
committerAndrew Branson <andrew.branson@cern.ch>2013-02-20 15:58:47 +0100
commit280e13b48d3de1d61a9b214d5e133e7c94494725 (patch)
tree3e9db150e15cc1f64d5638d2f361debdc6e2c52c
parent54b466dc08ab2dc9ed3ac32697e7f32084ed498d (diff)
2.4-SNAPSHOT
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 866eb08..60cf5d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cristal</groupId>
<artifactId>cristal-gui</artifactId>
- <version>2.3.3-SNAPSHOT</version>
+ <version>2.4-SNAPSHOT</version>
<name>cristal-gui</name>
<description>CRISTAL Kernel GUI</description>
<dependencies>
@@ -17,7 +17,7 @@
<dependency>
<groupId>cristal</groupId>
<artifactId>cristal-kernel</artifactId>
- <version>2.3.3-SNAPSHOT</version>
+ <version>2.4-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>