summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
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>