This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-factory-deploymentpackage.git
commit 5f2065e5ba90711ec8d41356e6738895765d184c Author: Amit Gupta <[email protected]> AuthorDate: Sat Feb 1 11:32:07 2014 +0000 SLING-3362 - org.apache.sling.installer.factory.deploymentpackage fails to build fixed the pom, removed the dependency on snapshot and moved to latest release of installer.core git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1563397 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9f10598..03efb14 100644 --- a/pom.xml +++ b/pom.xml @@ -75,8 +75,8 @@ </dependency> <dependency> <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.installer.api</artifactId> - <version>1.0-SNAPSHOT</version> + <artifactId>org.apache.sling.installer.core</artifactId> + <version>3.5.0</version> <scope>provided</scope> </dependency> </dependencies> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
