summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index cde36ef..065f4f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,24 +1,24 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>cristal</groupId>
- <artifactId>cristal-gui</artifactId>
+ <groupId>org.cristalise</groupId>
+ <artifactId>cristalise-gui</artifactId>
<version>3.0-SNAPSHOT</version>
- <name>cristal-gui</name>
- <description>CRISTAL Kernel GUI</description>
+ <name>cristalise-gui</name>
+ <description>Cristal-ise default GUI</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
- <groupId>cristal</groupId>
- <artifactId>cristal-kernel</artifactId>
+ <groupId>org.cristalise</groupId>
+ <artifactId>cristalise-kernel</artifactId>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
- <groupId>cristal</groupId>
- <artifactId>cristal-kernel</artifactId>
+ <groupId>org.cristalise</groupId>
+ <artifactId>cristalise-kernel</artifactId>
<version>3.0-SNAPSHOT</version>
</dependency>
</dependencies>