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 03:57:01 UTC

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

Author: cziegeler
Date: Thu Sep 20 03:57:01 2018
New Revision: 1841413

URL: http://svn.apache.org/viewvc?rev=1841413&view=rev
Log:
[maven-release-plugin] prepare release osgicheck-maven-plugin-0.1.0

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=1841413&r1=1841412&r2=1841413&view=diff
==============================================================================
--- felix/trunk/tools/osgicheck-maven-plugin/pom.xml (original)
+++ felix/trunk/tools/osgicheck-maven-plugin/pom.xml Thu Sep 20 03:57:01 2018
@@ -23,7 +23,7 @@
     </parent>
     
     <artifactId>osgicheck-maven-plugin</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>0.1.0</version>
     <packaging>maven-plugin</packaging>
 
     <name>Apache Felix OSGi Check Maven Plugin</name>
@@ -166,4 +166,10 @@
             <version>1.3.0</version>
         </dependency>
     </dependencies>
+
+  <scm>
+    <connection>scm:svn:http://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>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/osgicheck-maven-plugin-0.1.0</url>
+  </scm>
 </project>