summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2012-11-09 16:42:57 +0100
committerAndrew Branson <andrew.branson@cern.ch>2012-11-09 16:42:57 +0100
commitf6c0524ece1ad6c85cde59e4dcefb7587ffc6ab8 (patch)
tree85ded3d42f3d7283f9a2113991c28b5d32138527 /pom.xml
parent68309be16eaf1af80a6743da5055b9015b4c8fcb (diff)
Version 2.3.3-SNAPSHOT
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 8b08da9..a8a6925 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.4-SNAPSHOT</version>
+ <version>2.3.3-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.4-SNAPSHOT</version>
+ <version>2.3.3-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>