Author: mbenson
Date: Fri Aug 15 07:09:05 2008
New Revision: 686220
URL: http://svn.apache.org/viewvc?rev=686220&view=rev
Log:
version
Modified:
commons/proper/jxpath/trunk/pom.xml
commons/proper/jxpath/trunk/project.xml
Modified: commons/proper/jxpath/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/pom.xml?rev=686220&r1=686219&r2=686220&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/pom.xml (original)
+++ commons/proper/jxpath/trunk/pom.xml Fri Aug 15 07:09:05 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.4-SNAPSHOT</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/trunk/project.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/project.xml?rev=686220&r1=686219&r2=686220&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/project.xml (original)
+++ commons/proper/jxpath/trunk/project.xml Fri Aug 15 07:09:05 2008
@@ -20,7 +20,7 @@
<name>JXPath</name>
<groupId>commons-jxpath</groupId>
<artifactId>commons-jxpath</artifactId>
- <currentVersion>1.3-SNAPSHOT</currentVersion>
+ <currentVersion>1.4-SNAPSHOT</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>
@@ -71,6 +71,11 @@
<versions>
<version>
+ <id>1.3</id>
+ <name>1.3</name>
+ <tag>JXPATH_1_3</tag>
+ </version>
+ <version>
<id>1.2</id>
<name>1.2</name>
<tag>JXPATH_1_2</tag>