From: <fg...@us...> - 2010-04-03 13:16:01
|
Revision: 2249 http://openutils.svn.sourceforge.net/openutils/?rev=2249&view=rev Author: fgiust Date: 2010-04-03 13:15:54 +0000 (Sat, 03 Apr 2010) Log Message: ----------- [maven-release-plugin] prepare release openutils-mgnlcache-1.0.0-b1 Modified Paths: -------------- trunk/openutils-mgnlcache/pom.xml Modified: trunk/openutils-mgnlcache/pom.xml =================================================================== --- trunk/openutils-mgnlcache/pom.xml 2010-04-03 13:13:44 UTC (rev 2248) +++ trunk/openutils-mgnlcache/pom.xml 2010-04-03 13:15:54 UTC (rev 2249) @@ -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> @@ -10,7 +9,7 @@ <artifactId>openutils-mgnlcache</artifactId> <name>Magnolia Simplecache module</name> <description>An alternative "simple is beautiful" cache module for Magnolia</description> - <version>1.0.0-b1-SNAPSHOT</version> + <version>1.0.0-b1</version> <inceptionYear>2010</inceptionYear> <licenses> <license> @@ -24,9 +23,9 @@ <url>http://jira.openmindlab.com/browse/CACHE</url> </issueManagement> <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/trunk/openutils-mgnlcache</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/trunk/openutils-mgnlcache</developerConnection> - <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/trunk/openutils-mgnlcache</url> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlcache-1.0.0-b1</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlcache-1.0.0-b1</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-mgnlcache-1.0.0-b1</url> </scm> <build> <resources> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |