Repository: sling-site
Updated Branches:
  refs/heads/master b096b4ad9 -> 78c0fcd83


Minor updates to development requirements


Project: http://git-wip-us.apache.org/repos/asf/sling-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/sling-site/commit/78c0fcd8
Tree: http://git-wip-us.apache.org/repos/asf/sling-site/tree/78c0fcd8
Diff: http://git-wip-us.apache.org/repos/asf/sling-site/diff/78c0fcd8

Branch: refs/heads/master
Commit: 78c0fcd8329da5bec659c7409f50506b07db4d13
Parents: b096b4a
Author: Carsten Ziegeler <[email protected]>
Authored: Fri Sep 29 16:32:20 2017 +0200
Committer: Carsten Ziegeler <[email protected]>
Committed: Fri Sep 29 16:32:20 2017 +0200

----------------------------------------------------------------------
 .../development/getting-and-building-sling.md             | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sling-site/blob/78c0fcd8/src/main/jbake/content/documentation/development/getting-and-building-sling.md
----------------------------------------------------------------------
diff --git 
a/src/main/jbake/content/documentation/development/getting-and-building-sling.md
 
b/src/main/jbake/content/documentation/development/getting-and-building-sling.md
index 4125cfb..982c73f 100644
--- 
a/src/main/jbake/content/documentation/development/getting-and-building-sling.md
+++ 
b/src/main/jbake/content/documentation/development/getting-and-building-sling.md
@@ -30,8 +30,8 @@ With this, Sling should be running at http://localhost:8080 
with remote debuggin
 
 Before you begin, you need to have the following tools installed on your 
system:
 
-* Java 7 or higher
-* [Maven](http://maven.apache.org) 3.0.4 or later; enforced by the Sling 
parent pom
+* Java 8 or higher
+* [Maven](http://maven.apache.org) 3.3.9 or later; enforced by the Sling 
parent pom
 
 If you want to set up Eclipse (not required to build Sling) you'll also need 
the following installed:
 
@@ -187,9 +187,9 @@ Congratulations \! You should now have a running Sling 
instance, that you can st
 
 You can use remote debugging to debug Sling in Eclipse, here's a little How-To
 
-1. start Sling from the command line with
-
-    java -Xmx384M 
-agentlib:jdwp=transport=dt_socket,address=30303,server=y,suspend=n -jar 
org.apache.sling.launchpad.app-6-SNAPSHOT.jar
+1. start Sling from the command line with (replace N with the actual version 
before running the command)
+ 
+    java -Xmx384M 
-agentlib:jdwp=transport=dt_socket,address=30303,server=y,suspend=n -jar 
org.apache.sling.launchpad-N.jar
 
 1. Open Menu Run-> Debug configurations
 1. Right-click on "Remote Java Applications"

Reply via email to