|
From: <de...@us...> - 2009-10-16 19:52:08
|
Revision: 5307
http://fudaa.svn.sourceforge.net/fudaa/?rev=5307&view=rev
Author: deniger
Date: 2009-10-16 19:51:59 +0000 (Fri, 16 Oct 2009)
Log Message:
-----------
Modified Paths:
--------------
trunk/pom/business-pom/pom.xml
trunk/pom/soft-pom/pom.xml
trunk/pom/super-pom/pom.xml
Modified: trunk/pom/business-pom/pom.xml
===================================================================
--- trunk/pom/business-pom/pom.xml 2009-10-16 13:45:25 UTC (rev 5306)
+++ trunk/pom/business-pom/pom.xml 2009-10-16 19:51:59 UTC (rev 5307)
@@ -8,7 +8,7 @@
-->
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
- <version>0.3</version>
+ <version>0.4</version>
</parent>
<properties>
<businessGroupId>org.fudaa.business</businessGroupId>
Modified: trunk/pom/soft-pom/pom.xml
===================================================================
--- trunk/pom/soft-pom/pom.xml 2009-10-16 13:45:25 UTC (rev 5306)
+++ trunk/pom/soft-pom/pom.xml 2009-10-16 19:51:59 UTC (rev 5307)
@@ -8,7 +8,7 @@
-->
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
- <version>0.3</version>
+ <version>0.4</version>
</parent>
<properties>
<softGroupId>org.fudaa.soft</softGroupId>
@@ -18,8 +18,18 @@
<version>0.3</version>
<name>soft-pom</name>
<scm>
- <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>
+ <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>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <tagBase>https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/soft</tagBase>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
\ No newline at end of file
Modified: trunk/pom/super-pom/pom.xml
===================================================================
--- trunk/pom/super-pom/pom.xml 2009-10-16 13:45:25 UTC (rev 5306)
+++ trunk/pom/super-pom/pom.xml 2009-10-16 19:51:59 UTC (rev 5307)
@@ -5,7 +5,7 @@
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
<packaging>pom</packaging>
- <version>0.3</version>
+ <version>0.4</version>
<name>Super Pom</name>
<url>http://fudaa.fr</url>
<properties>
@@ -43,7 +43,7 @@
</snapshotRepository>
<site>
<id>site-fudaa</id>
- <url>scp://fudaa.fr/cygdrive/c/Inetpub/fudaa/site</url>
+ <url>scp://fudaa.fr/cygdrive/c/Inetpub/fudaa/site/devel</url>
</site>
</distributionManagement>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|