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/06/12 23:34:11 UTC

svn commit: r667239 - in /commons/proper/jxpath/tags/JXPATH_1_3_RC3: pom.xml project.xml

Author: mbenson
Date: Thu Jun 12 14:34:11 2008
New Revision: 667239

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

Modified:
    commons/proper/jxpath/tags/JXPATH_1_3_RC3/pom.xml
    commons/proper/jxpath/tags/JXPATH_1_3_RC3/project.xml

Modified: commons/proper/jxpath/tags/JXPATH_1_3_RC3/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/tags/JXPATH_1_3_RC3/pom.xml?rev=667239&r1=667238&r2=667239&view=diff
==============================================================================
--- commons/proper/jxpath/tags/JXPATH_1_3_RC3/pom.xml (original)
+++ commons/proper/jxpath/tags/JXPATH_1_3_RC3/pom.xml Thu Jun 12 14:34:11 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>

Modified: commons/proper/jxpath/tags/JXPATH_1_3_RC3/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/tags/JXPATH_1_3_RC3/project.xml?rev=667239&r1=667238&r2=667239&view=diff
==============================================================================
--- commons/proper/jxpath/tags/JXPATH_1_3_RC3/project.xml (original)
+++ commons/proper/jxpath/tags/JXPATH_1_3_RC3/project.xml Thu Jun 12 14:34:11 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>