Author: mbenson Date: Tue Apr 22 13:47:03 2008 New Revision: 650650 URL: http://svn.apache.org/viewvc?rev=650650&view=rev Log: [maven-release-plugin] prepare for next development iteration
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=650650&r1=650649&r2=650650&view=diff ============================================================================== --- commons/proper/jxpath/trunk/pom.xml (original) +++ commons/proper/jxpath/trunk/pom.xml Tue Apr 22 13:47:03 2008 @@ -8,7 +8,7 @@ <groupId>commons-jxpath</groupId> <artifactId>commons-jxpath</artifactId> <name>Commons JXPath</name> - <version>1.3</version> + <version>1.3-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> @@ -36,9 +36,9 @@ </developer> </developers> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/jxpath/tags/JXPATH_1_3_RC1</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jxpath/tags/JXPATH_1_3_RC1</developerConnection> - <url>http://svn.apache.org/repos/asf/commons/proper/jxpath/tags/JXPATH_1_3_RC1</url> + <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> </scm> <properties>