SLING-4728 - update names and versions, next release will be 2.0.x

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1684884 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 62c6c53..2b11d6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,15 +11,17 @@
     </parent>
 
     <groupId>org.apache.sling</groupId>
-    <artifactId>org.apache.sling.crankstart3.launcher</artifactId>
+    <artifactId>org.apache.sling.crankstart.launcher</artifactId>
     <packaging>jar</packaging>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.9.9-SNAPSHOT</version>
 
     <name>Apache Sling Crankstart Launcher</name>
     <inceptionYear>2014</inceptionYear>
     
     <description>
-        A different way of starting Sling
+        Sling launcher that gets artifacts defined in a Sling Provisioning
+        Model at runtime, instead of embedding them in the launcher jar like
+        the Sling Launchpad does.
     </description>
 
     <scm>
diff --git a/src/test/resources/provisioning-model/crankstart-tests.txt b/src/test/resources/provisioning-model/crankstart-tests.txt
index c3b78ff..7a78e85 100644
--- a/src/test/resources/provisioning-model/crankstart-tests.txt
+++ b/src/test/resources/provisioning-model/crankstart-tests.txt
@@ -16,17 +16,11 @@
 #  specific language governing permissions and limitations
 #  under the License.
 #
-# This is a feature description
-#
-# A feature consists of variables and run mode dependent artifacts.
-#
 
-# Test our Sling extension commands, that add a bundle via the Sling installer
-# (which requires commons.json and jcr-wrapper)
 [feature name=crankstart.tests]
 
 [artifacts]
-  org.apache.sling/org.apache.sling.crankstart3.test.services/1.0.3-SNAPSHOT
+  org.apache.sling/org.apache.sling.crankstart.test.services/1.9.9-SNAPSHOT
   org.apache.sling/org.apache.sling.junit.core/1.0.10
   org.apache.sling/org.apache.sling.commons.mime/2.1.8
   org.apache.sling/org.apache.sling.settings/1.3.6
diff --git a/src/test/resources/provisioning-model/sling-extensions.txt b/src/test/resources/provisioning-model/sling-extensions.txt
index 5cae5a6..a9e5275 100644
--- a/src/test/resources/provisioning-model/sling-extensions.txt
+++ b/src/test/resources/provisioning-model/sling-extensions.txt
@@ -16,18 +16,11 @@
 #  specific language governing permissions and limitations
 #  under the License.
 #
-# This is a feature description
-#
-# A feature consists of variables and run mode dependent artifacts.
-#
 
-# Test our Sling extension commands, that add a bundle via the Sling installer
-# (which requires commons.json and jcr-wrapper)
 [feature name=sling.extensions]
 
 [artifacts]
   org.apache.sling/org.apache.sling.installer.core/3.5.0
   org.apache.sling/org.apache.sling.commons.json/2.0.6
   org.apache.sling/org.apache.sling.jcr.jcr-wrapper/2.0.0
-  # TODO org.apache.sling/org.apache.sling.crankstart.sling.extensions/1.0.1-SNAPSHOT
   commons-io/commons-io/2.4