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/13 00:30:38 UTC

svn commit: r667278 - /commons/proper/jxpath/trunk/pom.xml

Author: mbenson
Date: Thu Jun 12 15:30:37 2008
New Revision: 667278

URL: http://svn.apache.org/viewvc?rev=667278&view=rev
Log:
[maven-release-plugin] prepare release JXPATH_1_3_RC3

Modified:
    commons/proper/jxpath/trunk/pom.xml

Modified: commons/proper/jxpath/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/pom.xml?rev=667278&r1=667277&r2=667278&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/pom.xml (original)
+++ commons/proper/jxpath/trunk/pom.xml Thu Jun 12 15:30:37 2008
@@ -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>
@@ -55,9 +55,9 @@
     </developer>
   </developers>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/jxpath/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jxpath/trunk</developerConnection>
-    <url>http://svn.apache.org/repos/asf/commons/proper/jxpath/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/jxpath/tags/JXPATH_1_3_RC3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jxpath/tags/JXPATH_1_3_RC3</developerConnection>
+    <url>http://svn.apache.org/repos/asf/commons/proper/jxpath/tags/JXPATH_1_3_RC3</url>
   </scm>
 
   <properties>