You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2021/06/03 15:42:26 UTC

[commons-jexl] tag 3.1 created (now d5d93b5)

This is an automated email from the ASF dual-hosted git repository.

henrib pushed a change to tag 3.1
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git.


      at d5d93b5  (commit)
This tag includes the following new commits:

     new d5d93b5  Creating COMMONS_JEXL_3_1-RC1 tag

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[commons-jexl] 01/01: Creating COMMONS_JEXL_3_1-RC1 tag

Posted by he...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

henrib pushed a commit to tag 3.1
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git

commit d5d93b5b06e17465f50f738385afe45ff32dbce0
Author: Emmanuel Bourg <eb...@apache.org>
AuthorDate: Fri Apr 7 14:45:26 2017 +0000

    Creating COMMONS_JEXL_3_1-RC1 tag
    
    git-svn-id: https://svn-us.apache.org/repos/asf/commons/proper/jexl/tags/COMMONS_JEXL_3_1-RC1@1790565 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 42e17eb..6f23cf0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>