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 2017/04/07 14:45:27 UTC

svn commit: r1790565 - in /commons/proper/jexl/tags/COMMONS_JEXL_3_1-RC1: ./ pom.xml

Author: ebourg
Date: Fri Apr  7 14:45:26 2017
New Revision: 1790565

URL: http://svn.apache.org/viewvc?rev=1790565&view=rev
Log:
Creating COMMONS_JEXL_3_1-RC1 tag

Added:
    commons/proper/jexl/tags/COMMONS_JEXL_3_1-RC1/
      - copied from r1790560, commons/proper/jexl/trunk/
Modified:
    commons/proper/jexl/tags/COMMONS_JEXL_3_1-RC1/pom.xml

Modified: commons/proper/jexl/tags/COMMONS_JEXL_3_1-RC1/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jexl/tags/COMMONS_JEXL_3_1-RC1/pom.xml?rev=1790565&r1=1790560&r2=1790565&view=diff
==============================================================================
--- commons/proper/jexl/tags/COMMONS_JEXL_3_1-RC1/pom.xml (original)
+++ commons/proper/jexl/tags/COMMONS_JEXL_3_1-RC1/pom.xml Fri Apr  7 14:45:26 2017
@@ -24,7 +24,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jexl3</artifactId>
-    <version>3.1-SNAPSHOT</version>
+    <version>3.1</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_1-RC1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jexl/tags/COMMONS_JEXL_3_1-RC1</developerConnection>
+        <url>http://svn.apache.org/viewvc/commons/proper/jexl/tags/COMMONS_JEXL_3_1-RC1</url>
     </scm>
 
     <distributionManagement>