You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gh...@apache.org on 2019/03/27 21:45:23 UTC

svn commit: r1856445 - /felix/trunk/rootcause/pom.xml

Author: ghenzler
Date: Wed Mar 27 21:45:23 2019
New Revision: 1856445

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

Modified:
    felix/trunk/rootcause/pom.xml

Modified: felix/trunk/rootcause/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/rootcause/pom.xml?rev=1856445&r1=1856444&r2=1856445&view=diff
==============================================================================
--- felix/trunk/rootcause/pom.xml (original)
+++ felix/trunk/rootcause/pom.xml Wed Mar 27 21:45:23 2019
@@ -20,7 +20,7 @@
     </parent>
 
     <artifactId>org.apache.felix.rootcause</artifactId>
-    <version>0.1.0</version>
+    <version>0.1.1-SNAPSHOT</version>
     <name>Apache Felix - Root Cause Analysis</name>
 
     <properties>
@@ -30,9 +30,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.rootcause-0.1.0</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.rootcause-0.1.0</developerConnection>
-        <url>http://svn.apache.org/viewvc/felix/releases/org.apache.felix.rootcause-0.1.0</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/rootcause</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/rootcause</developerConnection>
+        <url>http://svn.apache.org/viewvc/felix/trunk/rootcause</url>
     </scm>
 
     <build>