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:22 UTC

[commons-jexl] tag 3.0 created (now e350dd5)

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

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


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

     new e350dd5  Creating COMMONS_JEXL_3_0-RC2 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_0-RC2 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.0
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git

commit e350dd5af0b11370bd9877dc2d35feebfd496921
Author: Emmanuel Bourg <eb...@apache.org>
AuthorDate: Fri Dec 18 14:01:56 2015 +0000

    Creating COMMONS_JEXL_3_0-RC2 tag
    
    git-svn-id: https://svn-us.apache.org/repos/asf/commons/proper/jexl/tags/COMMONS_JEXL_3_0-RC2@1720787 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml                         | 13 +++++++------
 src/site/xdoc/download_jexl.xml | 24 ++++++++++++------------
 2 files changed, 19 insertions(+), 18 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2579be8..068b9ff 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.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>
@@ -124,6 +124,7 @@
         <commons.rc.version>RC1</commons.rc.version>
         <commons.release.2.version>2.1.1</commons.release.2.version>
         <!-- Override the default, which is ${project.artifactId}-${commons.release.[23].version} -->
+        <commons.release.name>commons-jexl-${commons.release.version}</commons.release.name>
         <commons.release.2.name>commons-jexl-${commons.release.2.version}</commons.release.2.name>
         <commons.release.3.name>commons-jexl-${commons.release.3.version}</commons.release.3.name>
         <commons.release.3.desc>Legacy</commons.release.3.desc>
@@ -297,7 +298,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>findbugs-maven-plugin</artifactId>
-                <version>3.0.2</version>
+                <version>3.0.0</version>
                 <configuration>
                     <excludeFilterFile>${basedir}/src/main/config/findbugs-exclude-filter.xml</excludeFilterFile>
                     <xmlOutput>true</xmlOutput>
@@ -346,4 +347,4 @@
             </plugin>
         </plugins>
     </reporting>
-</project>
\ No newline at end of file
+</project>
diff --git a/src/site/xdoc/download_jexl.xml b/src/site/xdoc/download_jexl.xml
index 5cb37d8..48ca221 100644
--- a/src/site/xdoc/download_jexl.xml
+++ b/src/site/xdoc/download_jexl.xml
@@ -113,28 +113,28 @@ limitations under the License.
       <subsection name="Binaries">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/jexl/binaries/commons-jexl3-3.0-bin.tar.gz">commons-jexl3-3.0-bin.tar.gz</a></td>
-              <td><a href="https://www.apache.org/dist/commons/jexl/binaries/commons-jexl3-3.0-bin.tar.gz.md5">md5</a></td>
-              <td><a href="https://www.apache.org/dist/commons/jexl/binaries/commons-jexl3-3.0-bin.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/jexl/binaries/commons-jexl-3.0-bin.tar.gz">commons-jexl-3.0-bin.tar.gz</a></td>
+              <td><a href="https://www.apache.org/dist/commons/jexl/binaries/commons-jexl-3.0-bin.tar.gz.md5">md5</a></td>
+              <td><a href="https://www.apache.org/dist/commons/jexl/binaries/commons-jexl-3.0-bin.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/jexl/binaries/commons-jexl3-3.0-bin.zip">commons-jexl3-3.0-bin.zip</a></td>
-              <td><a href="https://www.apache.org/dist/commons/jexl/binaries/commons-jexl3-3.0-bin.zip.md5">md5</a></td>
-              <td><a href="https://www.apache.org/dist/commons/jexl/binaries/commons-jexl3-3.0-bin.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/jexl/binaries/commons-jexl-3.0-bin.zip">commons-jexl-3.0-bin.zip</a></td>
+              <td><a href="https://www.apache.org/dist/commons/jexl/binaries/commons-jexl-3.0-bin.zip.md5">md5</a></td>
+              <td><a href="https://www.apache.org/dist/commons/jexl/binaries/commons-jexl-3.0-bin.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>
       <subsection name="Source">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/jexl/source/commons-jexl3-3.0-src.tar.gz">commons-jexl3-3.0-src.tar.gz</a></td>
-              <td><a href="https://www.apache.org/dist/commons/jexl/source/commons-jexl3-3.0-src.tar.gz.md5">md5</a></td>
-              <td><a href="https://www.apache.org/dist/commons/jexl/source/commons-jexl3-3.0-src.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/jexl/source/commons-jexl-3.0-src.tar.gz">commons-jexl-3.0-src.tar.gz</a></td>
+              <td><a href="https://www.apache.org/dist/commons/jexl/source/commons-jexl-3.0-src.tar.gz.md5">md5</a></td>
+              <td><a href="https://www.apache.org/dist/commons/jexl/source/commons-jexl-3.0-src.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/jexl/source/commons-jexl3-3.0-src.zip">commons-jexl3-3.0-src.zip</a></td>
-              <td><a href="https://www.apache.org/dist/commons/jexl/source/commons-jexl3-3.0-src.zip.md5">md5</a></td>
-              <td><a href="https://www.apache.org/dist/commons/jexl/source/commons-jexl3-3.0-src.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/jexl/source/commons-jexl-3.0-src.zip">commons-jexl-3.0-src.zip</a></td>
+              <td><a href="https://www.apache.org/dist/commons/jexl/source/commons-jexl-3.0-src.zip.md5">md5</a></td>
+              <td><a href="https://www.apache.org/dist/commons/jexl/source/commons-jexl-3.0-src.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>