Author: henrib Date: Thu Dec 10 16:37:02 2009 New Revision: 889318 URL: http://svn.apache.org/viewvc?rev=889318&view=rev Log: [maven-release-plugin] prepare release COMMONS_JEXL_2_0-RC4
Modified: commons/proper/jexl/trunk/pom.xml Modified: commons/proper/jexl/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=889318&r1=889317&r2=889318&view=diff ============================================================================== --- commons/proper/jexl/trunk/pom.xml (original) +++ commons/proper/jexl/trunk/pom.xml Thu Dec 10 16:37:02 2009 @@ -24,7 +24,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.commons</groupId> <artifactId>commons-jexl</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-RC4</version> <name>Commons JEXL</name> <inceptionYear>2003</inceptionYear> <description>Jexl is an implementation of the JSTL Expression Language with extensions.</description> @@ -36,9 +36,9 @@ </issueManagement> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/jexl/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jexl/trunk</developerConnection> - <url>http://svn.apache.org/viewvc/commons/proper/jexl/trunk</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/jexl/tags/COMMONS_JEXL_2_0-RC4</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jexl/tags/COMMONS_JEXL_2_0-RC4</developerConnection> + <url>http://svn.apache.org/viewvc/commons/proper/jexl/tags/COMMONS_JEXL_2_0-RC4</url> </scm> <developers> @@ -118,7 +118,7 @@ <commons.release.version>2.0</commons.release.version> <!-- The RC version used in the staging repository URL. --> <commons.rc.version>RC4</commons.rc.version> - <commons.binary.suffix/> + <commons.binary.suffix /> <commons.jira.id>JEXL</commons.jira.id> <commons.jira.pid>12310479</commons.jira.pid> <!-- Temp fix until parent POM is updated -->