This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.installer.provider.file-1.0.4 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-provider-file.git
commit 235bdcf7b15edeb344d252acb30441a57f93d816 Author: Ian Boston <[email protected]> AuthorDate: Thu Sep 27 10:07:25 2012 +0000 Merge branch 'SLING-2527' * SLING-2527: Adjusted API Bundle version number to 1.0-SNAPSHOT after feedback. SLING-2527 Splits API from core in installer set of bundles. git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/installer/providers/file@1390919 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1024814..ed6ee82 100644 --- a/pom.xml +++ b/pom.xml @@ -81,8 +81,8 @@ </dependency> <dependency> <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.installer.core</artifactId> - <version>3.2.2</version> + <artifactId>org.apache.sling.installer.api</artifactId> + <version>1.0-SNAPSHOT</version> <scope>provided</scope> </dependency> <!-- We use a class from the config admin implementation to read config files --> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
