You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by da...@apache.org on 2015/08/25 17:28:57 UTC

svn commit: r1697703 - /felix/trunk/threaddump/pom.xml

Author: davidb
Date: Tue Aug 25 15:28:57 2015
New Revision: 1697703

URL: http://svn.apache.org/r1697703
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    felix/trunk/threaddump/pom.xml

Modified: felix/trunk/threaddump/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/threaddump/pom.xml?rev=1697703&r1=1697702&r2=1697703&view=diff
==============================================================================
--- felix/trunk/threaddump/pom.xml (original)
+++ felix/trunk/threaddump/pom.xml Tue Aug 25 15:28:57 2015
@@ -19,16 +19,16 @@
     </parent>
 
     <artifactId>org.apache.felix.threaddump</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Felix Thread Dump</name>
     <description>Thread Dump classes for OSGi.</description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.threaddump-1.0.0</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.threaddump-1.0.0</developerConnection>
-        <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.threaddump-1.0.0</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/threaddump</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/threaddump</developerConnection>
+        <url>http://svn.apache.org/repos/asf/felix/threaddump</url>
     </scm>
 
     <dependencies>