You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2017/01/04 11:04:13 UTC

svn commit: r1777281 - /sling/trunk/testing/hamcrest/pom.xml

Author: sseifert
Date: Wed Jan  4 11:04:13 2017
New Revision: 1777281

URL: http://svn.apache.org/viewvc?rev=1777281&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    sling/trunk/testing/hamcrest/pom.xml

Modified: sling/trunk/testing/hamcrest/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/hamcrest/pom.xml?rev=1777281&r1=1777280&r2=1777281&view=diff
==============================================================================
--- sling/trunk/testing/hamcrest/pom.xml (original)
+++ sling/trunk/testing/hamcrest/pom.xml Wed Jan  4 11:04:13 2017
@@ -28,15 +28,15 @@
     </parent>
 
     <artifactId>org.apache.sling.testing.hamcrest</artifactId>
-    <version>1.0.2</version>
+    <version>1.0.3-SNAPSHOT</version>
 
     <name>Apache Sling Testing Hamcrest</name>
     <description>Hamcrest matchers tailored for Apache Sling</description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.hamcrest-1.0.2</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.hamcrest-1.0.2</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.testing.hamcrest-1.0.2</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/testing/hamcrest</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/testing/hamcrest</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/testing/hamcrest</url>
     </scm>
     
     <dependencies>