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 2008/07/26 01:28:00 UTC

svn commit: r679928 - /commons/proper/jxpath/tags/JXPATH_1_3_RC5/pom.xml

Author: mbenson
Date: Fri Jul 25 16:27:59 2008
New Revision: 679928

URL: http://svn.apache.org/viewvc?rev=679928&view=rev
Log:
version

Modified:
    commons/proper/jxpath/tags/JXPATH_1_3_RC5/pom.xml

Modified: commons/proper/jxpath/tags/JXPATH_1_3_RC5/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/tags/JXPATH_1_3_RC5/pom.xml?rev=679928&r1=679927&r2=679928&view=diff
==============================================================================
--- commons/proper/jxpath/tags/JXPATH_1_3_RC5/pom.xml (original)
+++ commons/proper/jxpath/tags/JXPATH_1_3_RC5/pom.xml Fri Jul 25 16:27:59 2008
@@ -29,7 +29,7 @@
   <name>Commons JXPath</name>
   <!-- when cutting a release, be sure to modify the commons.release.version property,
     found at /project/properties/commons.release.version in this document -->
-  <version>1.3-SNAPSHOT</version>
+  <version>1.3</version>
   <description>A Java-based implementation of XPath 1.0 that, in addition to XML processing, can inspect/modify Java object graphs (the library's explicit purpose) and even mixed Java/XML structures.</description>
   <url>http://commons.apache.org/jxpath/</url>
   <issueManagement>
@@ -65,7 +65,7 @@
   <properties>
     <commons.componentid>jxpath</commons.componentid>
     <!-- should agree with project.version for releases: -->
-    <commons.release.version>1.2</commons.release.version>
+    <commons.release.version>1.3</commons.release.version>
     <commons.binary.suffix />
     <commons.jira.id>JXPATH</commons.jira.id>
     <commons.jira.pid>12310480</commons.jira.pid>