|
From: <de...@us...> - 2014-05-26 20:18:32
|
Revision: 8727
http://sourceforge.net/p/fudaa/svn/8727
Author: deniger
Date: 2014-05-26 20:18:30 +0000 (Mon, 26 May 2014)
Log Message:
-----------
maj pom
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 2014-05-26 20:15:58 UTC (rev 8726)
+++ trunk/pom/business-pom/pom.xml 2014-05-26 20:18:30 UTC (rev 8727)
@@ -43,7 +43,7 @@
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
- <tagBase>https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/business</tagBase>
+ <tagBase>https://svn.code.sf.net/p/fudaa/svn/tags/business/</tagBase>
<!--to ignore javadoc and source attachment that blocked the release-->
<useReleaseProfile>false</useReleaseProfile>
</configuration>
Modified: trunk/pom/soft-pom/pom.xml
===================================================================
--- trunk/pom/soft-pom/pom.xml 2014-05-26 20:15:58 UTC (rev 8726)
+++ trunk/pom/soft-pom/pom.xml 2014-05-26 20:18:30 UTC (rev 8727)
@@ -18,16 +18,16 @@
<url>http://www.fudaa.fr/sites/devel/fudaa-soft/</url>
<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://svn.code.sf.net/p/fudaa/svn/trunk/soft/</connection>
+ <developerConnection>scm:svn:https://svn.code.sf.net/p/fudaa/svn/trunk/soft/</developerConnection>
+ <url>http://svn.code.sf.net/p/fudaa/svn/trunk/soft/</url>
</scm>
<build>
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
- <tagBase>https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/soft</tagBase>
+ <tagBase>https://svn.code.sf.net/p/fudaa/svn/tags/soft/</tagBase>
<!--to ignore javadoc and source attachment that blocked the release-->
<useReleaseProfile>false</useReleaseProfile>
</configuration>
Modified: trunk/pom/super-pom/pom.xml
===================================================================
--- trunk/pom/super-pom/pom.xml 2014-05-26 20:15:58 UTC (rev 8726)
+++ trunk/pom/super-pom/pom.xml 2014-05-26 20:18:30 UTC (rev 8727)
@@ -5,7 +5,7 @@
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
<packaging>pom</packaging>
- <version>1.5-SNAPSHOT</version>
+ <version>1.5</version>
<name>Super Pom</name>
<url>http://fudaa.fr</url>
<properties>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|