summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2014-10-07 09:18:11 +0200
committerAndrew Branson <andrew.branson@cern.ch>2014-10-07 09:18:11 +0200
commit0ed2c1124cf1b9e49a2ec1fa0126a8df09f9e758 (patch)
treee3a56cee83865f8c703deb790c15d3e79e871a82 /pom.xml
parent50aa8aaab42fa62267aa1ae6a6070013096f5082 (diff)
Repackage to org.cristalise
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml25
1 files changed, 12 insertions, 13 deletions
diff --git a/pom.xml b/pom.xml
index d5c6f0b..6bad717 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,17 +2,16 @@
<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-kernel</artifactId>
- <name>CRISTAL Kernel</name>
+ <groupId>org.cristalise</groupId>
+ <artifactId>cristalise-kernel</artifactId>
+ <name>cristalise-kernel</name>
<version>3.0-SNAPSHOT</version>
- <description>CRISTAL is a description-driven software platform originally developed to track the construction of
- the CMS ECAL detector of the LHC at CERN. This is its core library, known as the kernel, which manages
- business objects called Items. Items are entirely configured from data, called descriptions, held in other Items.
- Every change of a state in an Item is a consequence of an execution of an activity in that Item's lifecycle,
- meaning that CRISTAL applications are completely traceable, even in their design. It also supports extensive
- versioning of Item description data, giving the system a high level of flexibility.
- </description>
+ <description>Cristal-ise is a description-driven software platform originally developed to track the construction of
+ the CMS ECAL detector of the LHC at CERN. This is its core library, known as the kernel, which manages
+ business objects called Items. Items are entirely configured from data, called descriptions, held in other Items.
+ Every change of a state in an Item is a consequence of an execution of an activity in that Item's lifecycle,
+ meaning that Cristal-ise applications are completely traceable, even in their design. It also supports extensive
+ versioning of Item description data, giving the system a high level of flexibility.</description>
<url>http://dev.cccs.uwe.ac.uk/docs/${project.artifactId}/${project.version}/</url>
<inceptionYear>2000</inceptionYear>
<licenses>
@@ -171,7 +170,7 @@
<resources>
<resource>
<directory>src/main/resources</directory>
- <targetPath>com/c2kernel/utils/resources</targetPath>
+ <targetPath>org/cristalise/kernel/utils/resources</targetPath>
<filtering>true</filtering>
</resource>
<resource>
@@ -248,11 +247,11 @@
<packagePrefixes>
<packagePrefix>
<type>common</type>
- <prefix>com.c2kernel</prefix>
+ <prefix>org.cristalise.kernel</prefix>
</packagePrefix>
<packagePrefix>
<type>entity</type>
- <prefix>com.c2kernel</prefix>
+ <prefix>org.cristalise.kernel</prefix>
</packagePrefix>
</packagePrefixes>
<compatible>false</compatible>