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:06:34 UTC

svn commit: r650631 - /commons/proper/jxpath/tags/JXPATH_1_3_RC1/project.xml

Author: mbenson
Date: Tue Apr 22 13:06:31 2008
New Revision: 650631

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

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

Modified: commons/proper/jxpath/tags/JXPATH_1_3_RC1/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/tags/JXPATH_1_3_RC1/project.xml?rev=650631&r1=650630&r2=650631&view=diff
==============================================================================
--- commons/proper/jxpath/tags/JXPATH_1_3_RC1/project.xml (original)
+++ commons/proper/jxpath/tags/JXPATH_1_3_RC1/project.xml Tue Apr 22 13:06:31 2008
@@ -20,7 +20,7 @@
   <name>JXPath</name>
   <groupId>commons-jxpath</groupId>
   <artifactId>commons-jxpath</artifactId>
-  <currentVersion>1.3-SNAPSHOT</currentVersion>
+  <currentVersion>1.3</currentVersion>
   <inceptionYear>2001</inceptionYear>
   <shortDescription>XPath for Java Objects</shortDescription>
   <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>