You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2013/10/01 10:35:27 UTC

svn commit: r1527971 - /sling/trunk/testing/junit/healthcheck/pom.xml

Author: bdelacretaz
Date: Tue Oct  1 08:35:27 2013
New Revision: 1527971

URL: http://svn.apache.org/r1527971
Log:
SLING-3127 - switch back to released hc.core bundle

Modified:
    sling/trunk/testing/junit/healthcheck/pom.xml

Modified: sling/trunk/testing/junit/healthcheck/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/junit/healthcheck/pom.xml?rev=1527971&r1=1527970&r2=1527971&view=diff
==============================================================================
--- sling/trunk/testing/junit/healthcheck/pom.xml (original)
+++ sling/trunk/testing/junit/healthcheck/pom.xml Tue Oct  1 08:35:27 2013
@@ -104,7 +104,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.hc.core</artifactId>
-            <version>1.0.5-SNAPSHOT</version>
+            <version>1.0.4</version>
             <scope>provided</scope>
         </dependency>
         <dependency>