diff options
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -1,10 +1,10 @@ <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-ldap</artifactId>
- <version>1.0-SNAPSHOT</version>
- <name>cristal-ldap</name>
+ <groupId>org.cristalise</groupId>
+ <artifactId>cristalise-ldap</artifactId>
+ <version>3.0-SNAPSHOT</version>
+ <name>cristalise-ldap</name>
<description>CRISTAL Module</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -21,7 +21,7 @@ </resource>
<resource>
<directory>src/main/resources</directory>
- <targetPath>com/c2kernel/lookup/ldap/resources</targetPath>
+ <targetPath>org/cristalise/lookup/ldap/resources</targetPath>
<excludes>
<exclude>module.xml</exclude>
</excludes>
@@ -81,8 +81,8 @@ <dependencyManagement>
<dependencies>
<dependency>
- <groupId>cristal</groupId>
- <artifactId>cristal-kernel</artifactId>
+ <groupId>org.cristalise</groupId>
+ <artifactId>cristalise-kernel</artifactId>
<version>3.0-SNAPSHOT</version>
</dependency>
<dependency>
@@ -94,8 +94,8 @@ </dependencyManagement>
<dependencies>
<dependency>
- <groupId>cristal</groupId>
- <artifactId>cristal-kernel</artifactId>
+ <groupId>org.cristalise</groupId>
+ <artifactId>cristalise-kernel</artifactId>
</dependency>
<dependency>
<groupId>com.novell.ldap</groupId>
|
