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/04/22 22:01:11 UTC

svn commit: r650630 - /commons/proper/jxpath/tags/JXPATH_1_3_RC1/pom.xml

Author: mbenson
Date: Tue Apr 22 13:01:07 2008
New Revision: 650630

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

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

Modified: commons/proper/jxpath/tags/JXPATH_1_3_RC1/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/tags/JXPATH_1_3_RC1/pom.xml?rev=650630&r1=650629&r2=650630&view=diff
==============================================================================
--- commons/proper/jxpath/tags/JXPATH_1_3_RC1/pom.xml (original)
+++ commons/proper/jxpath/tags/JXPATH_1_3_RC1/pom.xml Tue Apr 22 13:01:07 2008
@@ -28,7 +28,7 @@
   <groupId>commons-jxpath</groupId>
   <artifactId>commons-jxpath</artifactId>
   <name>Commons JXPath</name>
-  <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>