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/01/28 07:18:48 UTC

svn commit: r1852320 - /felix/trunk/healthcheck/api/pom.xml

Author: ghenzler
Date: Mon Jan 28 07:18:48 2019
New Revision: 1852320

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

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

Modified: felix/trunk/healthcheck/api/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/healthcheck/api/pom.xml?rev=1852320&r1=1852319&r2=1852320&view=diff
==============================================================================
--- felix/trunk/healthcheck/api/pom.xml (original)
+++ felix/trunk/healthcheck/api/pom.xml Mon Jan 28 07:18:48 2019
@@ -17,19 +17,18 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
         <version>6</version>
-        <relativePath/>
+        <relativePath />
     </parent>
 
     <artifactId>org.apache.felix.healthcheck.api</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
 
     <name>Apache Felix Health Check API</name>
     <inceptionYear>2013</inceptionYear>
@@ -39,9 +38,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/healthcheck/api</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/healthcheck/api</developerConnection>
-        <url>http://svn.apache.org/viewvc/felix/trunk/http/api/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.healthcheck.api-2.0.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.healthcheck.api-2.0.0</developerConnection>
+        <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.healthcheck.api-2.0.0</url>
     </scm>