You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:53:27 UTC

[sling-org-apache-sling-launchpad-installer] 02/11: Merge branch 'SLING-2527'

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.launchpad.installer-1.2.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-installer.git

commit 6b1d439f7d4c9e817e4c4a9e9e6a2d960b799a27
Author: Ian Boston <ie...@apache.org>
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/launchpad/installer@1390919 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 17442dc..094d444 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,10 +58,11 @@
             <version>1.1.0</version>
             <scope>provided</scope>
         </dependency>
-        <dependency>
+        <!-- this may not be strictly necessary but it will ensure the next release binds to the API. Could downgrade to core:3.3.0 if requried --> 
+        <dependency> 
             <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.installer.core</artifactId>
-            <version>3.3.0</version>
+            <artifactId>org.apache.sling.installer.api</artifactId>
+            <version>1.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.