You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2015/12/18 15:01:57 UTC

svn commit: r1720787 - in /commons/proper/jexl/tags/COMMONS_JEXL_3_0-RC2: ./ pom.xml src/site/xdoc/download_jexl.xml

Author: ebourg
Date: Fri Dec 18 14:01:56 2015
New Revision: 1720787

URL: http://svn.apache.org/viewvc?rev=1720787&view=rev
Log:
Creating COMMONS_JEXL_3_0-RC2 tag

Added:
    commons/proper/jexl/tags/COMMONS_JEXL_3_0-RC2/
      - copied from r1720778, commons/proper/jexl/trunk/
    commons/proper/jexl/tags/COMMONS_JEXL_3_0-RC2/pom.xml
      - copied, changed from r1720784, commons/proper/jexl/trunk/pom.xml
    commons/proper/jexl/tags/COMMONS_JEXL_3_0-RC2/src/site/xdoc/download_jexl.xml
      - copied unchanged from r1720781, commons/proper/jexl/trunk/src/site/xdoc/download_jexl.xml

Copied: commons/proper/jexl/tags/COMMONS_JEXL_3_0-RC2/pom.xml (from r1720784, commons/proper/jexl/trunk/pom.xml)
URL: http://svn.apache.org/viewvc/commons/proper/jexl/tags/COMMONS_JEXL_3_0-RC2/pom.xml?p2=commons/proper/jexl/tags/COMMONS_JEXL_3_0-RC2/pom.xml&p1=commons/proper/jexl/trunk/pom.xml&r1=1720784&r2=1720787&rev=1720787&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/tags/COMMONS_JEXL_3_0-RC2/pom.xml Fri Dec 18 14:01:56 2015
@@ -24,7 +24,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jexl3</artifactId>
-    <version>3.0-SNAPSHOT</version>
+    <version>3.0</version>
     <name>Apache Commons JEXL</name>
     <inceptionYear>2001</inceptionYear>
     <description>The Apache 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/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_3_0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jexl/tags/COMMONS_JEXL_3_0</developerConnection>
+        <url>http://svn.apache.org/viewvc/commons/proper/jexl/tags/COMMONS_JEXL_3_0</url>
     </scm>
 
     <distributionManagement>