You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2015/12/09 17:08:34 UTC

svn commit: r1718891 - /commons/proper/jexl/trunk/pom.xml

Author: sebb
Date: Wed Dec  9 16:08:34 2015
New Revision: 1718891

URL: http://svn.apache.org/viewvc?rev=1718891&view=rev
Log:
Fix up release names for previous releases

Modified:
    commons/proper/jexl/trunk/pom.xml

Modified: commons/proper/jexl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=1718891&r1=1718890&r2=1718891&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Wed Dec  9 16:08:34 2015
@@ -122,11 +122,13 @@
         <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
         <!-- The RC version used in the staging repository URL. -->
         <commons.rc.version>RC1</commons.rc.version>
-        <commons.release.3.version>2.1</commons.release.3.version>
-        <commons.release.3.binary.suffix>2.1.1</commons.release.3.binary.suffix>
-        <commons.release.2.desc>Legacy</commons.release.2.desc>
-        <commons.release.2.version>1.1</commons.release.2.version>
-        <commons.release.2.binary.suffix />
+        <commons.release.2.version>2.1.1</commons.release.2.version>
+        <!-- Override the default, which is ${project.artifactId}-${commons.release.[23].version} -->
+        <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>
+        <commons.release.3.version>1.1</commons.release.3.version>
+        <commons.release.3.binary.suffix />
         <commons.jira.id>JEXL</commons.jira.id>
         <commons.jira.pid>12310479</commons.jira.pid>
         <checkstyle.plugin.version>2.16</checkstyle.plugin.version>