From: <fg...@us...> - 2009-09-05 19:06:39
|
Revision: 1419 http://openutils.svn.sourceforge.net/openutils/?rev=1419&view=rev Author: fgiust Date: 2009-09-05 19:06:34 +0000 (Sat, 05 Sep 2009) Log Message: ----------- [maven-release-plugin] prepare release openutils-elfunctions-1.0.1 Modified Paths: -------------- trunk/openutils-elfunctions/pom.xml Modified: trunk/openutils-elfunctions/pom.xml =================================================================== --- trunk/openutils-elfunctions/pom.xml 2009-09-05 19:05:35 UTC (rev 1418) +++ trunk/openutils-elfunctions/pom.xml 2009-09-05 19:06:34 UTC (rev 1419) @@ -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"> <parent> <groupId>net.sourceforge.openutils</groupId> <artifactId>openutils-parent</artifactId> @@ -9,7 +8,7 @@ <packaging>jar</packaging> <artifactId>openutils-elfunctions</artifactId> <name>openutils-elfunctions</name> - <version>1.1-SNAPSHOT</version> + <version>1.0.1</version> <description>A useful set of EL functions that can be used in jsps.</description> <licenses> <license> @@ -71,4 +70,10 @@ </exclusions> </dependency> </dependencies> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-elfunctions-1.0.1</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-elfunctions-1.0.1</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-elfunctions-1.0.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. |