|
From: <de...@us...> - 2012-06-12 21:12:37
|
Revision: 7305
http://fudaa.svn.sourceforge.net/fudaa/?rev=7305&view=rev
Author: deniger
Date: 2012-06-12 21:12:32 +0000 (Tue, 12 Jun 2012)
Log Message:
-----------
bug java 1.7
Modified Paths:
--------------
trunk/framework/pom.xml
Modified: trunk/framework/pom.xml
===================================================================
--- trunk/framework/pom.xml 2012-06-12 20:58:47 UTC (rev 7304)
+++ trunk/framework/pom.xml 2012-06-12 21:12:32 UTC (rev 7305)
@@ -19,11 +19,11 @@
<name>Fudaa Framework</name>
<description>La partie commune du framework fudaa</description>
<scm>
- <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/framework/fudaa-framework-1.2
+ <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/framework
</connection>
- <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/framework/fudaa-framework-1.2
+ <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/framework
</developerConnection>
- <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/tags/framework/fudaa-framework-1.2
+ <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/trunk/framework
</url>
</scm>
<modules>
@@ -363,8 +363,8 @@
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
- <tagBase>https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/framework
- </tagBase>
+ <tagBase>https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/framework</tagBase>
+ <useReleaseProfile>false</useReleaseProfile>
</configuration>
</plugin>
</plugins>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|