This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.hc.it-1.0.4 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-it.git
commit 8a139dabac218d3a67ca3f3778a74b5b8be04c84 Author: Bertrand Delacretaz <[email protected]> AuthorDate: Mon Aug 12 16:01:50 2013 +0000 SLING-2987 - split into several bundles git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/healthcheck/it@1513179 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 4 ++-- src/test/java/org/apache/sling/hc/it/core/U.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index f3e5062..bb6954c 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ <configuration> <systemProperties> <org.ops4j.pax.logging.DefaultServiceLog.level>${org.ops4j.pax.logging.DefaultServiceLog.level}</org.ops4j.pax.logging.DefaultServiceLog.level> - <sling.hc.core.version>${project.version}</sling.hc.core.version> + <sling.hc.api.version>${project.version}</sling.hc.api.version> <felix.shell>${felix.shell}</felix.shell> </systemProperties> </configuration> @@ -55,7 +55,7 @@ <dependencies> <dependency> <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.hc.core</artifactId> + <artifactId>org.apache.sling.hc.api</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> diff --git a/src/test/java/org/apache/sling/hc/it/core/U.java b/src/test/java/org/apache/sling/hc/it/core/U.java index 33dd056..8407902 100644 --- a/src/test/java/org/apache/sling/hc/it/core/U.java +++ b/src/test/java/org/apache/sling/hc/it/core/U.java @@ -30,7 +30,7 @@ import org.ops4j.pax.exam.Option; public class U { static Option[] config() { - final String coreVersion = System.getProperty("sling.hc.core.version"); + final String coreVersion = System.getProperty("sling.hc.api.version"); final String localRepo = System.getProperty("maven.repo.local", ""); final boolean felixShell = "true".equals(System.getProperty("felix.shell", "false")); @@ -48,7 +48,7 @@ public class U { ), provision( mavenBundle("org.apache.felix", "org.apache.felix.scr", "1.6.2"), - mavenBundle("org.apache.sling", "org.apache.sling.hc.core", coreVersion), + mavenBundle("org.apache.sling", "org.apache.sling.hc.api", coreVersion), mavenBundle("org.apache.sling", "org.apache.sling.commons.osgi", "2.2.0"), mavenBundle("org.apache.sling", "org.apache.sling.jcr.jcr-wrapper", "2.0.0"), mavenBundle("org.apache.sling", "org.apache.sling.api", "2.4.2"), -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
