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/18 23:11:24 UTC

svn commit: r1853844 - /felix/trunk/healthcheck/core/pom.xml

Author: ghenzler
Date: Mon Feb 18 23:11:24 2019
New Revision: 1853844

URL: http://svn.apache.org/viewvc?rev=1853844&view=rev
Log:
Using api version 2.0.0

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

Modified: felix/trunk/healthcheck/core/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/healthcheck/core/pom.xml?rev=1853844&r1=1853843&r2=1853844&view=diff
==============================================================================
--- felix/trunk/healthcheck/core/pom.xml (original)
+++ felix/trunk/healthcheck/core/pom.xml Mon Feb 18 23:11:24 2019
@@ -144,7 +144,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.healthcheck.api</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>2.0.0</version>
             <scope>provided</scope>
         </dependency>