You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2018/09/20 04:00:38 UTC

svn commit: r1841417 - /felix/trunk/tools/osgicheck-maven-plugin/pom.xml

Author: cziegeler
Date: Thu Sep 20 04:00:38 2018
New Revision: 1841417

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

Modified:
    felix/trunk/tools/osgicheck-maven-plugin/pom.xml

Modified: felix/trunk/tools/osgicheck-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/tools/osgicheck-maven-plugin/pom.xml?rev=1841417&r1=1841416&r2=1841417&view=diff
==============================================================================
--- felix/trunk/tools/osgicheck-maven-plugin/pom.xml (original)
+++ felix/trunk/tools/osgicheck-maven-plugin/pom.xml Thu Sep 20 04:00:38 2018
@@ -23,7 +23,7 @@
     </parent>
     
     <artifactId>osgicheck-maven-plugin</artifactId>
-    <version>0.1.0</version>
+    <version>0.1.1-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <name>Apache Felix OSGi Check Maven Plugin</name>
@@ -37,9 +37,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/osgicheck-maven-plugin-0.1.0</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/osgicheck-maven-plugin-0.1.0</developerConnection>
-        <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/osgicheck-maven-plugin-0.1.0</url>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/tools/osgicheck-maven-plugin</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/tools/osgicheck-maven-plugin</developerConnection>
+        <url>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/tools/osgicheck-maven-plugin</url>
     </scm>
 
     <prerequisites>