version

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/jxpath/tags/JXPATH_1_3_RC4@673808 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/doap_jxpath.rdf b/doap_jxpath.rdf
index 42fc3d5..21e0630 100644
--- a/doap_jxpath.rdf
+++ b/doap_jxpath.rdf
@@ -36,6 +36,11 @@
     <release>
       <revision>
         <name>commons-jxpath</name>
+        <created>2008-07-11</created>
+        <version>1.3</version>
+      </revision>
+      <revision>
+        <name>commons-jxpath</name>
         <created>2004-08-02</created>
         <version>1.2</version>
       </revision>
diff --git a/pom.xml b/pom.xml
index 9e9d0f8..0e90239 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,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>
diff --git a/project.xml b/project.xml
index 761e7d9..e82bd70 100644
--- a/project.xml
+++ b/project.xml
@@ -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>