summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 065f4f2..4cbaacc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cristalise</groupId>
<artifactId>cristalise-gui</artifactId>
- <version>3.0-SNAPSHOT</version>
+ <version>3.0</version>
<name>cristalise-gui</name>
<description>Cristal-ise default GUI</description>
<properties>
@@ -19,7 +19,7 @@
<dependency>
<groupId>org.cristalise</groupId>
<artifactId>cristalise-kernel</artifactId>
- <version>3.0-SNAPSHOT</version>
+ <version>3.0</version>
</dependency>
</dependencies>
</dependencyManagement>