From: <fg...@us...> - 2009-09-04 11:06:19
|
Revision: 1344 http://openutils.svn.sourceforge.net/openutils/?rev=1344&view=rev Author: fgiust Date: 2009-09-04 11:06:10 +0000 (Fri, 04 Sep 2009) Log Message: ----------- [maven-release-plugin] prepare release openutils-testing-2.2.2 Modified Paths: -------------- trunk/openutils-testing/pom.xml Modified: trunk/openutils-testing/pom.xml =================================================================== --- trunk/openutils-testing/pom.xml 2009-09-04 11:05:43 UTC (rev 1343) +++ trunk/openutils-testing/pom.xml 2009-09-04 11:06:10 UTC (rev 1344) @@ -1,5 +1,4 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>net.sourceforge.openutils</groupId> @@ -8,7 +7,7 @@ </parent> <artifactId>openutils-testing</artifactId> <name>Openutils testing library</name> - <version>2.2.2-SNAPSHOT</version> + <version>2.2.2</version> <description>Framework that helps to simplify unit testing coding</description> <licenses> <license> @@ -158,4 +157,10 @@ <properties> <spring.version>2.5.6</spring.version> </properties> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-2.2.2</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-2.2.2</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-2.2.2</url> + </scm> </project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |