|
From: <de...@us...> - 2009-10-11 18:36:04
|
Revision: 5224
http://fudaa.svn.sourceforge.net/fudaa/?rev=5224&view=rev
Author: deniger
Date: 2009-10-11 18:35:51 +0000 (Sun, 11 Oct 2009)
Log Message:
-----------
Modified Paths:
--------------
trunk/pom/soft-pom/pom.xml
trunk/pom/super-pom/pom.xml
Added Paths:
-----------
trunk/pom/business-pom/
trunk/pom/business-pom/pom.xml
Added: trunk/pom/business-pom/pom.xml
===================================================================
--- trunk/pom/business-pom/pom.xml (rev 0)
+++ trunk/pom/business-pom/pom.xml 2009-10-11 18:35:51 UTC (rev 5224)
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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>
+ <parent>
+ <!--
+ le super déclare tous les plugins et les configurations communes
+ -->
+ <groupId>org.fudaa.pom</groupId>
+ <artifactId>super-pom</artifactId>
+ <version>0.2</version>
+ </parent>
+ <properties>
+ <businessGroupId>org.fudaa.business</businessGroupId>
+ </properties>
+ <artifactId>business</artifactId>
+ <version>0.2</version>
+ <packaging>pom</packaging>
+ <name>Les projets métiers</name>
+ <scm>
+ <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/business/</connection>
+ <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/business/</developerConnection>
+ <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/trunk/business/</url>
+ </scm>
+</project>
\ No newline at end of file
Modified: trunk/pom/soft-pom/pom.xml
===================================================================
--- trunk/pom/soft-pom/pom.xml 2009-10-11 18:31:48 UTC (rev 5223)
+++ trunk/pom/soft-pom/pom.xml 2009-10-11 18:35:51 UTC (rev 5224)
@@ -8,18 +8,18 @@
-->
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
- <version>0.1</version>
+ <version>0.2</version>
</parent>
<properties>
<softGroupId>org.fudaa.soft</softGroupId>
</properties>
<artifactId>soft-pom</artifactId>
<packaging>pom</packaging>
- <version>0.1</version>
+ <version>0.2</version>
<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>
- <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/trunk/fudaa-soft/</url>
+ <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/soft/</connection>
+ <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/soft/</developerConnection>
+ <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/trunk/soft/</url>
</scm>
</project>
\ No newline at end of file
Modified: trunk/pom/super-pom/pom.xml
===================================================================
--- trunk/pom/super-pom/pom.xml 2009-10-11 18:31:48 UTC (rev 5223)
+++ trunk/pom/super-pom/pom.xml 2009-10-11 18:35:51 UTC (rev 5224)
@@ -5,7 +5,7 @@
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
<packaging>pom</packaging>
- <version>0.1</version>
+ <version>0.2</version>
<name>Super Pom</name>
<url>http://fudaa.fr</url>
<properties>
@@ -28,12 +28,6 @@
<post>de...@fu...</post>
</mailingList>
</mailingLists>
- <!--
- <scm>
- <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk</connection>
- <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk</developerConnection>
- <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/trunk/</url> </scm>
- -->
<distributionManagement>
<repository>
<id>artifactory-fudaa</id>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|