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 2018/01/19 16:57:52 UTC

[sling-org-apache-sling-starter] 02/03: Back to version 10, respinning.

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-starter.git

commit 5fc795459633fbfe85f64230b447a9b17b4c1b37
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Jan 19 18:56:35 2018 +0200

    Back to version 10, respinning.
---
 README.md | 6 +++---
 pom.xml   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index a87e4ed..dc13603 100644
--- a/README.md
+++ b/README.md
@@ -21,9 +21,9 @@ in the current directory.
 
 2) Start the generated jar with
 
-	 java -jar target/org.apache.sling.starter-11-SNAPSHOT.jar 
+	 java -jar target/org.apache.sling.starter-10.jar 
 	 
-Use the correct version number instead of 11-SNAPSHOT, if needed.
+Use the correct version number instead of 10, if needed.
 
 3) Browse Sling in:
 
@@ -38,5 +38,5 @@ How to run the Sling Starter module in webapp mode
 	
 in the current directory.
 
-2) Deploy target/org.apache.sling.starter-11-SNAPSHOT.war to your favorite application
+2) Deploy target/org.apache.sling.starter-10.war to your favorite application
 server or servlet container. Servlet 3.1 is a minimum requirement for the web app.
diff --git a/pom.xml b/pom.xml
index 8ec4b7e..4e6024d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 
     <artifactId>org.apache.sling.starter</artifactId>
     <packaging>slingstart</packaging>
-    <version>11-SNAPSHOT</version>
+    <version>10-SNAPSHOT</version>
 
     <name>Apache Sling Starter Application</name>
     <description>

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