You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2012/01/21 03:16:03 UTC

svn commit: r1234238 - /commons/proper/jxpath/trunk/pom.xml

Author: mbenson
Date: Sat Jan 21 02:16:03 2012
New Revision: 1234238

URL: http://svn.apache.org/viewvc?rev=1234238&view=rev
Log:
correct a property

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

Modified: commons/proper/jxpath/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/pom.xml?rev=1234238&r1=1234237&r2=1234238&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/pom.xml (original)
+++ commons/proper/jxpath/trunk/pom.xml Sat Jan 21 02:16:03 2012
@@ -70,7 +70,7 @@ under the License.
   <properties>
     <commons.componentid>jxpath</commons.componentid>
     <!-- should agree with project.version for releases: -->
-    <commons.release.version>1.3</commons.release.version>
+    <commons.release.version>1.4</commons.release.version>
     <commons.jira.id>JXPATH</commons.jira.id>
     <commons.jira.pid>12310480</commons.jira.pid>
   </properties>