Revision: 8
http://svn.sourceforge.net/edevsagetools/?rev=8&view=rev
Author: avdyk
Date: 2007-02-19 07:17:56 -0800 (Mon, 19 Feb 2007)
Log Message:
-----------
changed the name of the group-id
Modified Paths:
--------------
trunk/synchro-core/pom.xml
Modified: trunk/synchro-core/pom.xml
===================================================================
--- trunk/synchro-core/pom.xml 2007-02-19 15:17:20 UTC (rev 7)
+++ trunk/synchro-core/pom.xml 2007-02-19 15:17:56 UTC (rev 8)
@@ -1,14 +1,14 @@
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>be.edev.edevsagetools.synchro.core</groupId>
- <artifactId>synchro-core</artifactId>
+ <groupId>be.edev.sagetools.synchro</groupId>
+ <artifactId>core</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<name>Sage Synchronization Core Components</name>
- <url>http://edevsagetools.sourceforge.net</url>
+ <url>http://sagetools.edev.be</url>
<parent>
- <groupId>be.edev.edevsagetools</groupId>
+ <groupId>be.edev.sagetools</groupId>
<artifactId>edevsagetools</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|