From: <de...@us...> - 2016-04-11 21:00:44
|
Revision: 9331 http://sourceforge.net/p/fudaa/svn/9331 Author: deniger Date: 2016-04-11 21:00:42 +0000 (Mon, 11 Apr 2016) Log Message: ----------- [maven-release-plugin] prepare release fudaa-ef-1.7 Modified Paths: -------------- trunk/business/fudaa-ef/core/pom.xml trunk/business/fudaa-ef/io/pom.xml trunk/business/fudaa-ef/pom.xml Modified: trunk/business/fudaa-ef/core/pom.xml =================================================================== --- trunk/business/fudaa-ef/core/pom.xml 2016-04-11 20:48:38 UTC (rev 9330) +++ trunk/business/fudaa-ef/core/pom.xml 2016-04-11 21:00:42 UTC (rev 9331) @@ -4,7 +4,7 @@ <parent> <groupId>org.fudaa.business.fudaa-ef</groupId> <artifactId>fudaa-ef</artifactId> - <version>1.7-SNAPSHOT</version> + <version>1.7</version> </parent> <groupId>org.fudaa.business.fudaa-ef</groupId> <artifactId>ef-core</artifactId> Modified: trunk/business/fudaa-ef/io/pom.xml =================================================================== --- trunk/business/fudaa-ef/io/pom.xml 2016-04-11 20:48:38 UTC (rev 9330) +++ trunk/business/fudaa-ef/io/pom.xml 2016-04-11 21:00:42 UTC (rev 9331) @@ -4,7 +4,7 @@ <parent> <groupId>org.fudaa.business.fudaa-ef</groupId> <artifactId>fudaa-ef</artifactId> - <version>1.7-SNAPSHOT</version> + <version>1.7</version> </parent> <groupId>org.fudaa.business.fudaa-ef</groupId> <artifactId>ef-io</artifactId> Modified: trunk/business/fudaa-ef/pom.xml =================================================================== --- trunk/business/fudaa-ef/pom.xml 2016-04-11 20:48:38 UTC (rev 9330) +++ trunk/business/fudaa-ef/pom.xml 2016-04-11 21:00:42 UTC (rev 9331) @@ -16,7 +16,7 @@ </parent> <groupId>org.fudaa.business.fudaa-ef</groupId> <artifactId>fudaa-ef</artifactId> - <version>1.7-SNAPSHOT</version> + <version>1.7</version> <name>Fudaa-Ef Elements finis</name> <packaging>pom</packaging> <modules> @@ -54,4 +54,10 @@ </dependency> </dependencies> </dependencyManagement> + + <scm> + <connection>scm:svn:http://svn.code.sf.net/p/fudaa/svn/tags/business/fudaa-ef-1.7</connection> + <developerConnection>scm:svn:https://svn.code.sf.net/p/fudaa/svn/tags/business/fudaa-ef-1.7</developerConnection> + <url>http://svn.code.sf.net/p/fudaa/svn/tags/business/fudaa-ef-1.7</url> + </scm> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |