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:25:26 UTC

[sling-org-apache-sling-crankstart-launcher] 29/31: Use released versions

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

rombert pushed a commit to annotated tag org.apache.sling.crankstart.launcher-1.0.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-crankstart-launcher.git

commit 5b84eb777a932c19c478f04b195dc20b00e6c93f
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Mon Sep 1 15:01:39 2014 +0000

    Use released versions
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/crankstart/launcher@1621815 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml                                    | 10 +++++-----
 src/test/resources/launcher-test.crank.txt | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 014e666..70e7b9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,31 +104,31 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.crankstart.api</artifactId>
-            <version>0.0.1-SNAPSHOT</version>
+            <version>1.0.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.crankstart.api.fragment</artifactId>
-            <version>0.0.1-SNAPSHOT</version>
+            <version>1.0.2</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.crankstart.core</artifactId>
-            <version>0.0.1-SNAPSHOT</version>
+            <version>1.0.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
 	    <groupId>org.apache.sling</groupId>
 	    <artifactId>org.apache.sling.crankstart.test.services</artifactId>
-	    <version>0.0.1-SNAPSHOT</version>
+            <version>1.0.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
 	    <groupId>org.apache.sling</groupId>
 	    <artifactId>org.apache.sling.crankstart.sling.extensions</artifactId>
-	    <version>0.0.1-SNAPSHOT</version>
+            <version>1.0.0</version>
             <scope>provided</scope>
         </dependency>
          <dependency>
diff --git a/src/test/resources/launcher-test.crank.txt b/src/test/resources/launcher-test.crank.txt
index f48cfbe..fe59f40 100644
--- a/src/test/resources/launcher-test.crank.txt
+++ b/src/test/resources/launcher-test.crank.txt
@@ -9,8 +9,8 @@ defaults felix.http.jetty.version 2.2.0
 classpath mvn:org.apache.felix/org.apache.felix.framework/4.4.0
 classpath mvn:org.slf4j/slf4j-api/1.6.2
 classpath mvn:org.slf4j/slf4j-simple/1.6.2
-classpath mvn:org.apache.sling/org.apache.sling.crankstart.core/0.0.1-SNAPSHOT
-classpath mvn:org.apache.sling/org.apache.sling.crankstart.api/0.0.1-SNAPSHOT
+classpath mvn:org.apache.sling/org.apache.sling.crankstart.core/1.0.0
+classpath mvn:org.apache.sling/org.apache.sling.crankstart.api/1.0.0
 
 # OSGi properties
 osgi.property org.osgi.service.http.port ${http.port}
@@ -33,15 +33,15 @@ bundle mvn:org.apache.felix/org.apache.felix.webconsole/3.1.6
 # The crankstart.api.fragment bundle makes the crankstart.api package available
 # to bundles, required for bundles to provide crankstart extension commands like
 # the test.system.property command below
-bundle mvn:org.apache.sling/org.apache.sling.crankstart.api.fragment/0.0.1-SNAPSHOT
-bundle mvn:org.apache.sling/org.apache.sling.crankstart.test.services/0.0.1-SNAPSHOT
+bundle mvn:org.apache.sling/org.apache.sling.crankstart.api.fragment/1.0.2
+bundle mvn:org.apache.sling/org.apache.sling.crankstart.test.services/1.0.0
 
 # Test our Sling extension commands, that add a bundle via the Sling installer
 # (which requires commons.json and jcr-wrapper)
 bundle mvn:org.apache.sling/org.apache.sling.installer.core/3.5.0
 bundle mvn:org.apache.sling/org.apache.sling.commons.json/2.0.6
 bundle mvn:org.apache.sling/org.apache.sling.jcr.jcr-wrapper/2.0.0
-bundle mvn:org.apache.sling/org.apache.sling.crankstart.sling.extensions/0.0.1-SNAPSHOT
+bundle mvn:org.apache.sling/org.apache.sling.crankstart.sling.extensions/1.0.0
 bundle mvn:commons-io/commons-io/2.4
 
 # Install a bundle at a start level higher than the current one

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