This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to tag 2.1.1 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
commit 7e1147f199f372de15bf897403337414ffee3337 Author: Sebastian Bazley <[email protected]> AuthorDate: Mon Dec 19 13:14:31 2011 +0000 Tag for release vote git-svn-id: https://svn-us.apache.org/repos/asf/commons/proper/jexl/tags/COMMONS_JEXL_2_1_1-RC1@1220732 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 1924de6..837e313 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.commons</groupId> <artifactId>commons-jexl</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <name>Commons JEXL</name> <inceptionYear>2001</inceptionYear> <description>The Commons Jexl library 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/branches/2.0</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jexl/branches/2.0</developerConnection> - <url>http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/jexl/tags/COMMONS_JEXL_2_1_1</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jexl/tags/COMMONS_JEXL_2_1_1</developerConnection> + <url>http://svn.apache.org/viewvc/commons/proper/jexl/tags/COMMONS_JEXL_2_1_1</url> </scm> <distributionManagement>
