|
From: <de...@us...> - 2009-10-07 21:32:54
|
Revision: 5217
http://fudaa.svn.sourceforge.net/fudaa/?rev=5217&view=rev
Author: deniger
Date: 2009-10-07 21:32:43 +0000 (Wed, 07 Oct 2009)
Log Message:
-----------
Modified Paths:
--------------
trunk/pom/soft-pom.xml
trunk/pom/super-pom.xml
Property Changed:
----------------
trunk/pom/
Property changes on: trunk/pom
___________________________________________________________________
Added: svn:ignore
+ .project
Modified: trunk/pom/soft-pom.xml
===================================================================
--- trunk/pom/soft-pom.xml 2009-10-07 21:06:33 UTC (rev 5216)
+++ trunk/pom/soft-pom.xml 2009-10-07 21:32:43 UTC (rev 5217)
@@ -6,17 +6,17 @@
<!--
le super déclare tous les plugins et les configurations communes
-->
- <groupId>org.fudaa</groupId>
+ <groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
<version>0.1</version>
</parent>
<properties>
- <softGroupId>org.fudaa</softGroupId>
+ <softGroupId>org.fudaa.soft</softGroupId>
</properties>
<artifactId>soft-pom</artifactId>
<packaging>pom</packaging>
<version>0.1</version>
- <name>soft-pom </name>
+ <name>soft-pom</name>
<scm>
<connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/fudaa-soft/</connection>
<developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/fudaa-soft/</developerConnection>
Modified: trunk/pom/super-pom.xml
===================================================================
--- trunk/pom/super-pom.xml 2009-10-07 21:06:33 UTC (rev 5216)
+++ trunk/pom/super-pom.xml 2009-10-07 21:32:43 UTC (rev 5217)
@@ -2,7 +2,7 @@
<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>org.fudaa</groupId>
+ <groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
<packaging>pom</packaging>
<version>0.1</version>
@@ -15,10 +15,10 @@
-->
<!-- Certains projets applicatifs peuvent le faire -->
<projetEncoding>ISO-8859-15</projetEncoding>
- <ctuluGroupId>org.fudaa.ctulu</ctuluGroupId>
- <dodicoGroupId>org.fudaa.dodico</dodicoGroupId>
- <ebliGroupId>org.fudaa.ebli</ebliGroupId>
- <fudaaGroupId>org.fudaa.fudaa</fudaaGroupId>
+ <ctuluGroupId>org.fudaa.framework.ctulu</ctuluGroupId>
+ <dodicoGroupId>org.fudaa.framework.dodico</dodicoGroupId>
+ <ebliGroupId>org.fudaa.framework.ebli</ebliGroupId>
+ <fudaaGroupId>org.fudaa.framework.fudaa</fudaaGroupId>
</properties>
<mailingLists>
<mailingList>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|