From: <iro...@us...> - 2009-04-08 03:26:43
|
Revision: 115 http://pojomatic.svn.sourceforge.net/pojomatic/?rev=115&view=rev Author: iroberts Date: 2009-04-08 03:26:42 +0000 (Wed, 08 Apr 2009) Log Message: ----------- [maven-release-plugin] prepare release pojomatic-1.0-RC2 Modified Paths: -------------- trunk/Pojomatic/pom.xml Modified: trunk/Pojomatic/pom.xml =================================================================== --- trunk/Pojomatic/pom.xml 2009-04-08 03:25:21 UTC (rev 114) +++ trunk/Pojomatic/pom.xml 2009-04-08 03:26:42 UTC (rev 115) @@ -3,7 +3,7 @@ <groupId>org.pojomatic</groupId> <artifactId>pojomatic</artifactId> <packaging>jar</packaging> - <version>trunk-SNAPSHOT</version> + <version>1.0-RC2</version> <name>Pojomatic</name> <description> Automatically provides configurable implementations of the @@ -12,9 +12,9 @@ <url>http://www.pojomatic.org</url> <inceptionYear>2008</inceptionYear> <scm> - <connection>scm:svn:https://pojomatic.svn.sourceforge.net/svnroot/pojomatic/trunk/Pojomatic</connection> - <developerConnection>scm:svn:https://pojomatic.svn.sourceforge.net/svnroot/pojomatic/trunk/Pojomatic</developerConnection> - <url>https://pojomatic.svn.sourceforge.net/svnroot/pojomatic/trunk/Pojomatic</url> + <connection>scm:svn:https://pojomatic.svn.sourceforge.net/svnroot/pojomatic/tags/pojomatic-1.0-RC2</connection> + <developerConnection>scm:svn:https://pojomatic.svn.sourceforge.net/svnroot/pojomatic/tags/pojomatic-1.0-RC2</developerConnection> + <url>https://pojomatic.svn.sourceforge.net/svnroot/pojomatic/tags/pojomatic-1.0-RC2</url> </scm> <developers> <developer> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |