diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-11-18 09:53:33 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-11-18 17:29:55 +0100 |
| commit | b9402204384bb5cfc25e6038d2f976f9f0c16fba (patch) | |
| tree | 2ae22a8f52bfbf11e2c920929bcd7a6ead2235dd /pom.xml | |
| parent | f19c74a14c0565c55c0f51607f25eed86e93c70d (diff) | |
3.0-SNAPSHOT
IssueID #28
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>cristal</groupId> <artifactId>cristal-gui</artifactId> - <version>2.5-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> <name>cristal-gui</name> <description>CRISTAL Kernel GUI</description> <properties> @@ -19,7 +19,7 @@ <dependency> <groupId>cristal</groupId> <artifactId>cristal-kernel</artifactId> - <version>2.5-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </dependency> </dependencies> </dependencyManagement> |
