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/02/01 14:50:40 UTC

svn commit: r1852749 - /felix/releases/org.apache.felix.healthcheck.core-0.1.0/pom.xml

Author: ghenzler
Date: Fri Feb  1 14:50:40 2019
New Revision: 1852749

URL: http://svn.apache.org/viewvc?rev=1852749&view=rev
Log:
test release 0.1.1

Modified:
    felix/releases/org.apache.felix.healthcheck.core-0.1.0/pom.xml

Modified: felix/releases/org.apache.felix.healthcheck.core-0.1.0/pom.xml
URL: http://svn.apache.org/viewvc/felix/releases/org.apache.felix.healthcheck.core-0.1.0/pom.xml?rev=1852749&r1=1852748&r2=1852749&view=diff
==============================================================================
--- felix/releases/org.apache.felix.healthcheck.core-0.1.0/pom.xml (original)
+++ felix/releases/org.apache.felix.healthcheck.core-0.1.0/pom.xml Fri Feb  1 14:50:40 2019
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.felix.healthcheck.core</artifactId>
-    <version>0.1.0</version>
+    <version>0.1.1</version>
 
     <name>Apache Felix Health Check Core</name>
     <inceptionYear>2013</inceptionYear>
@@ -46,9 +46,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.healthcheck.core-0.1.0</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.healthcheck.core-0.1.0</developerConnection>
-        <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.healthcheck.core-0.1.0</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.healthcheck.core-0.1.1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.healthcheck.core-0.1.1</developerConnection>
+        <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.healthcheck.core-0.1.1</url>
     </scm>
 
     <build>
@@ -150,7 +150,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.healthcheck.api</artifactId>
-            <version>0.1.0</version>
+            <version>0.1.1</version>
             <scope>provided</scope>
         </dependency>