diff options
| -rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.cristalise</groupId> <artifactId>cristalise-xmldb</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> <name>cristalise-xmldb</name> <description>CRISTAL Module</description> <issueManagement> @@ -122,7 +122,7 @@ <dependency> <groupId>org.cristalise</groupId> <artifactId>cristalise-kernel</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0</version> </dependency> </dependencies> </dependencyManagement> |
