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

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

Author: ebourg
Date: Fri Apr  7 10:22:04 2017
New Revision: 1790531

URL: http://svn.apache.org/viewvc?rev=1790531&view=rev
Log:
Updated the commons.release.version property to 3.1


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=1790531&r1=1790530&r2=1790531&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Fri Apr  7 10:22:04 2017
@@ -116,7 +116,7 @@
         <maven.compiler.source>1.6</maven.compiler.source>
         <maven.compiler.target>1.6</maven.compiler.target>
         <commons.componentid>jexl</commons.componentid>
-        <commons.release.version>3.0.1</commons.release.version>
+        <commons.release.version>3.1</commons.release.version>
         <commons.site.path>jexl</commons.site.path>
         <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-jexl</commons.scmPubUrl>
         <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>