diff options
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 25 |
1 files changed, 12 insertions, 13 deletions
@@ -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> |
