|
From: <bma...@us...> - 2011-03-10 11:34:30
|
Revision: 6153
http://fudaa.svn.sourceforge.net/fudaa/?rev=6153&view=rev
Author: bmarchan
Date: 2011-03-10 11:34:24 +0000 (Thu, 10 Mar 2011)
Log Message:
-----------
[maven-release-plugin] prepare release dodico-h2d-1.1
Modified Paths:
--------------
trunk/business/dodico-h2d/core/pom.xml
trunk/business/dodico-h2d/io/pom.xml
trunk/business/dodico-h2d/pom.xml
Modified: trunk/business/dodico-h2d/core/pom.xml
===================================================================
--- trunk/business/dodico-h2d/core/pom.xml 2011-03-10 11:18:12 UTC (rev 6152)
+++ trunk/business/dodico-h2d/core/pom.xml 2011-03-10 11:34:24 UTC (rev 6153)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.business.dodico-h2d</groupId>
<artifactId>dodico-h2d</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>1.1</version>
</parent>
<groupId>org.fudaa.business.dodico-h2d</groupId>
<artifactId>h2d-core</artifactId>
Modified: trunk/business/dodico-h2d/io/pom.xml
===================================================================
--- trunk/business/dodico-h2d/io/pom.xml 2011-03-10 11:18:12 UTC (rev 6152)
+++ trunk/business/dodico-h2d/io/pom.xml 2011-03-10 11:34:24 UTC (rev 6153)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.business.dodico-h2d</groupId>
<artifactId>dodico-h2d</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>1.1</version>
</parent>
<groupId>org.fudaa.business.dodico-h2d</groupId>
<artifactId>h2d-io</artifactId>
Modified: trunk/business/dodico-h2d/pom.xml
===================================================================
--- trunk/business/dodico-h2d/pom.xml 2011-03-10 11:18:12 UTC (rev 6152)
+++ trunk/business/dodico-h2d/pom.xml 2011-03-10 11:34:24 UTC (rev 6153)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<properties>
- <fudaa-ef.version>1.1-SNAPSHOT</fudaa-ef.version>
+ <fudaa-ef.version>1.1</fudaa-ef.version>
</properties>
<parent>
@@ -13,7 +13,7 @@
</parent>
<groupId>org.fudaa.business.dodico-h2d</groupId>
<artifactId>dodico-h2d</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>1.1</version>
<name>Fudaa Hydraulique 2d</name>
<packaging>pom</packaging>
<modules>
@@ -41,4 +41,10 @@
</dependency>
</dependencies>
</dependencyManagement>
+
+ <scm>
+ <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/business/dodico-h2d-1.1</connection>
+ <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/business/dodico-h2d-1.1</developerConnection>
+ <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/tags/business/dodico-h2d-1.1</url>
+ </scm>
</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|