diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-10-07 09:18:33 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-10-07 09:18:33 +0200 |
| commit | 5e4034b5cba89460a62fa958fc78c2b85acb3d5f (patch) | |
| tree | aa8e32f014801459ad65acdf45eee70d16008fe6 /pom.xml | |
| parent | a5a9d90ec6714ad6a9358c35ca7093e5868373f7 (diff) | |
Repackage to org.cristalise
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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> |
