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:49:29 UTC

svn commit: r1856446 - /felix/trunk/healthcheck/generalchecks/pom.xml

Author: ghenzler
Date: Wed Mar 27 21:49:29 2019
New Revision: 1856446

URL: http://svn.apache.org/viewvc?rev=1856446&view=rev
Log:
[maven-release-plugin] prepare release org.apache.felix.healthcheck.generalchecks-2.0.2

Modified:
    felix/trunk/healthcheck/generalchecks/pom.xml

Modified: felix/trunk/healthcheck/generalchecks/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/healthcheck/generalchecks/pom.xml?rev=1856446&r1=1856445&r2=1856446&view=diff
==============================================================================
--- felix/trunk/healthcheck/generalchecks/pom.xml (original)
+++ felix/trunk/healthcheck/generalchecks/pom.xml Wed Mar 27 21:49:29 2019
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.felix.healthcheck.generalchecks</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.2</version>
 
     <name>Apache Felix Health Check General Checks</name>
     <inceptionYear>2013</inceptionYear>
@@ -42,9 +42,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/healthcheck/generalchecks</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/healthcheck/generalchecks</developerConnection>
-        <url>http://svn.apache.org/viewvc/felix/trunk/http/generalchecks/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.healthcheck.generalchecks-2.0.2</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.healthcheck.generalchecks-2.0.2</developerConnection>
+        <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.healthcheck.generalchecks-2.0.2</url>
     </scm>
 
     <build>
@@ -142,7 +142,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.rootcause</artifactId>
-            <version>0.1.0-SNAPSHOT</version>
+            <version>0.1.0</version>
         </dependency>
 
         <dependency>