diff options
| -rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,7 +2,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>cristal</groupId> <artifactId>cristal-gui</artifactId> - <version>2.4</version> + <version>2.5-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.4</version> + <version>2.5-SNAPSHOT</version> </dependency> </dependencies> </dependencyManagement> @@ -86,7 +86,7 @@ <scm> <developerConnection>scm:git:ssh://dev.cccs.uwe.ac.uk/var/git/cristal-gui.git</developerConnection> <url>http://dev.cccs.uwe.ac.uk/redmine/projects/cristal-gui/repository</url> - <tag>2.4</tag> + <tag>HEAD</tag> </scm> <distributionManagement> <repository> |
