From: <fg...@us...> - 2008-04-27 21:21:22
|
Revision: 791 http://openutils.svn.sourceforge.net/openutils/?rev=791&view=rev Author: fgiust Date: 2008-04-27 14:20:35 -0700 (Sun, 27 Apr 2008) Log Message: ----------- [maven-release-plugin] prepare release openutils-maven-skin-1.1 Modified Paths: -------------- trunk/openutils-maven-skin/pom.xml Modified: trunk/openutils-maven-skin/pom.xml =================================================================== --- trunk/openutils-maven-skin/pom.xml 2008-04-27 21:19:55 UTC (rev 790) +++ trunk/openutils-maven-skin/pom.xml 2008-04-27 21:20:35 UTC (rev 791) @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<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> @@ -10,7 +9,13 @@ </parent> <artifactId>openutils-maven-skin</artifactId> <packaging>jar</packaging> - <version>1.1-SNAPSHOT</version> + <version>1.1</version> <name>openutils maven skin</name> <description>openutils maven skin</description> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-maven-skin-1.1</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-maven-skin-1.1</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-maven-skin-1.1</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. |