diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-10-14 15:47:33 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-10-14 15:47:33 +0200 |
| commit | b52234221dc08f073249fcae5883ec468211fe7b (patch) | |
| tree | 67bbaaaf5cb2f6bcd327c8f8741c9ad8275dcf5c | |
| parent | 39b58fdc03b8fb9c890043792109374981b61305 (diff) | |
3.0 release
| -rw-r--r-- | pom.xml | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -2,7 +2,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.cristalise</groupId> <artifactId>cristalise-dev</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0</version> <name>Cristal Development Module</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -58,7 +58,7 @@ <programs> <program> <mainClass>org.cristalise.kernel.process.StandardServer</mainClass> - <id>cristal-server</id> + <id>cristalise-server</id> <commandLineArguments> <commandLineArgument>-logLevel</commandLineArgument> <commandLineArgument>0</commandLineArgument> @@ -72,7 +72,7 @@ </program> <program> <mainClass>org.cristalise.kernel.gui.Main</mainClass> - <id>cristal-gui</id> + <id>cristalise-gui</id> <commandLineArguments> <commandLineArgument>-logLevel</commandLineArgument> <commandLineArgument>0</commandLineArgument> @@ -86,7 +86,7 @@ </program> <program> <mainClass>org.cristalise.kernel.process.UserCodeProcess</mainClass> - <id>cristal-usercode</id> + <id>cristalise-usercode</id> <commandLineArguments> <commandLineArgument>-logLevel</commandLineArgument> <commandLineArgument>0</commandLineArgument> @@ -174,22 +174,22 @@ <dependency> <groupId>org.cristalise</groupId> <artifactId>cristalise-kernel</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0</version> </dependency> <dependency> <groupId>org.cristalise</groupId> <artifactId>cristalise-gui</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0</version> </dependency> <dependency> <groupId>org.cristalise</groupId> <artifactId>cristalise-xmldb</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </dependency> <dependency> <groupId>org.cristalise</groupId> <artifactId>cristalise-ldap</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0</version> </dependency> </dependencies> </dependencyManagement> |
