From: <mol...@us...> - 2008-12-16 14:24:30
|
Revision: 958 http://openutils.svn.sourceforge.net/openutils/?rev=958&view=rev Author: molaschi Date: 2008-12-16 14:24:25 +0000 (Tue, 16 Dec 2008) Log Message: ----------- [maven-release-plugin] prepare release openutils-notifications-1.0.0 Modified Paths: -------------- trunk/openutils-notifications/pom.xml Modified: trunk/openutils-notifications/pom.xml =================================================================== --- trunk/openutils-notifications/pom.xml 2008-12-16 14:16:26 UTC (rev 957) +++ trunk/openutils-notifications/pom.xml 2008-12-16 14:24:25 UTC (rev 958) @@ -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> @@ -9,7 +8,7 @@ </parent> <artifactId>openutils-notifications</artifactId> <name>Openutils Notifications</name> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <description>openutils spring notification manager (plain text mails, freemarker mails, ...)</description> <dependencies> <dependency> @@ -44,4 +43,10 @@ <version>1.5.0</version> </dependency> </dependencies> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-notifications-1.0.0</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-notifications-1.0.0</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-notifications-1.0.0</url> + </scm> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |