diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-02-20 15:59:48 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-02-20 15:59:48 +0100 |
| commit | b577b369cb17df292db7ef4762202587fbda4662 (patch) | |
| tree | d6bb7ddf34a5c2540769f460db51a90a47dc078a | |
| parent | 476e569fe48425ca3bf506b8b7c268e630a06bde (diff) | |
0.6-SNAPSHOT
| -rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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>
|
