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 2022/03/21 15:42:25 UTC

[sling-site] branch master updated (52ed2aa -> 2d04bdb)

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

rombert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git.


    from 52ed2aa  Update to the latest jbake-maven-plugin version
     new 94b34f5  Include Sling Starter 12 in the downloads page
     new fedc623  Downloads page: include Docker Images for applications, where available
     new d61d42d  Correct Feature Model Launcher rendering
     new 0de4bb6  Add link to Sling 12 javadocs
     new 9d2a712  Add news item about the Sling 12 release
     new fbe9a62  slingstart: reference Sling Starter version 11
     new 5f70c52  Downloads: reference the zip archive for the Feature Launcher
     new c584502  Launchpad: updates for Sling 12
     new 69b1bd1  The latest Sling Starter version is 12
     new 9b21233  Getting started: update for Sling 12
     new 2d04bdb  Sling 12: add note in 'releases' as well

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../documentation/development/slingstart.md        |  2 +-
 .../jbake/content/documentation/getting-started.md | 25 +++++++++++-----------
 .../the-sling-engine/the-sling-launchpad.md        |  8 ++++++-
 src/main/jbake/content/news.md                     |  1 +
 src/main/jbake/content/releases.md                 |  2 +-
 src/main/jbake/templates/downloads.tpl             | 19 +++++++++++-----
 src/main/jbake/templates/includes/U.groovy         |  2 +-
 src/main/jbake/templates/menu.tpl                  |  3 ++-
 8 files changed, 39 insertions(+), 23 deletions(-)

[sling-site] 03/11: Correct Feature Model Launcher rendering

Posted by ro...@apache.org.
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-site.git

commit d61d42dbde55c8d64362729214166f4422936a28
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Mar 18 21:23:41 2022 +0100

    Correct Feature Model Launcher rendering
---
 src/main/jbake/templates/downloads.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/jbake/templates/downloads.tpl b/src/main/jbake/templates/downloads.tpl
index ed08572..36cf7da 100644
--- a/src/main/jbake/templates/downloads.tpl
+++ b/src/main/jbake/templates/downloads.tpl
@@ -28,7 +28,7 @@ def slingApplication=[
   "Sling Starter Feature Archive (Oak-Mongo)|A self-container feature archive, for experimenting and learning. Requires the Feature Model Launcher (see below) |org.apache.sling.starter|-oak_tar_far.far|${starterVersion}|Y|apache/sling:${starterVersion}",
   "Sling Starter Source Release|The released Sling Starter source code|org.apache.sling.starter|-source-release.zip|${starterVersion}|Y",
   "Sling CMS App|A reference CMS App built on Apache Sling|org.apache.sling.cms.feature|.jar|1.1.0|org.apache.sling.app.cms",
-  "Sling Feature Model Launcher|A tool for launching OSGi applications|org.apache.sling.feature.launcher|1.2.0|.jar|Y",
+  "Sling Feature Model Launcher|A tool for launching OSGi applications|org.apache.sling.feature.launcher|.jar|1.2.0|Y",
   "Sling Feature Model converter|A CLI tool for converting from content packages to feature model files|org.apache.sling.feature.cpconverter|.zip|1.1.2|Y",
 ]
 

[sling-site] 09/11: The latest Sling Starter version is 12

Posted by ro...@apache.org.
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-site.git

commit 69b1bd119d2cca88910ac9e8630e4ca10dc678db
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Mar 21 16:23:34 2022 +0100

    The latest Sling Starter version is 12
---
 src/main/jbake/templates/includes/U.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/jbake/templates/includes/U.groovy b/src/main/jbake/templates/includes/U.groovy
index 9a12901..6612f0e 100644
--- a/src/main/jbake/templates/includes/U.groovy
+++ b/src/main/jbake/templates/includes/U.groovy
@@ -44,7 +44,7 @@ class U {
             sling_tagline : config.blog_subtitle,
             sling_minJavaVersion : "8",
             sling_minMavenVersion : "3.5.0",
-            sling_releaseVersion : "11"
+            sling_releaseVersion : "12"
         ]
 
     	// Use a closure to avoid exception on missing variable

[sling-site] 02/11: Downloads page: include Docker Images for applications, where available

Posted by ro...@apache.org.
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-site.git

commit fedc623dba4b24c31502c48115ed0cd3d556ee1b
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Mar 18 21:22:22 2022 +0100

    Downloads page: include Docker Images for applications, where available
---
 src/main/jbake/templates/downloads.tpl | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/src/main/jbake/templates/downloads.tpl b/src/main/jbake/templates/downloads.tpl
index 728f0b1..ed08572 100644
--- a/src/main/jbake/templates/downloads.tpl
+++ b/src/main/jbake/templates/downloads.tpl
@@ -24,8 +24,8 @@ def slingIDETooling=[
 ]
 
 def slingApplication=[
-  "Sling Starter Feature Archive (Oak-Tar)|A self-container feature archive, for experimenting and learning. Requires the Feature Model Launcher (see below) |org.apache.sling.starter|-oak_mongo_far.far|${starterVersion}|Y",
-  "Sling Starter Feature Archive (Oak-Mongo)|A self-container feature archive, for experimenting and learning. Requires the Feature Model Launcher (see below) |org.apache.sling.starter|-oak_tar_far.far|${starterVersion}|Y",
+  "Sling Starter Feature Archive (Oak-Tar)|A self-container feature archive, for experimenting and learning. Requires the Feature Model Launcher (see below) |org.apache.sling.starter|-oak_mongo_far.far|${starterVersion}|Y|apache/sling:${starterVersion}",
+  "Sling Starter Feature Archive (Oak-Mongo)|A self-container feature archive, for experimenting and learning. Requires the Feature Model Launcher (see below) |org.apache.sling.starter|-oak_tar_far.far|${starterVersion}|Y|apache/sling:${starterVersion}",
   "Sling Starter Source Release|The released Sling Starter source code|org.apache.sling.starter|-source-release.zip|${starterVersion}|Y",
   "Sling CMS App|A reference CMS App built on Apache Sling|org.apache.sling.cms.feature|.jar|1.1.0|org.apache.sling.app.cms",
   "Sling Feature Model Launcher|A tool for launching OSGi applications|org.apache.sling.feature.launcher|1.2.0|.jar|Y",
@@ -363,6 +363,11 @@ def githubLink(artifact,ghflag) {
 	}
 }
 
+def dockerHubLink(image) {
+    image = image.replaceAll(':.*$', '') // remove version for the link
+    a(href:"https://hub.docker.com/r/${image}", "Docker Image")
+}
+
 def tableHead(String [] headers) {
 	thead() {
 		tr() {
@@ -418,6 +423,10 @@ layout 'layout/main.tpl', true,
 										td(data[1])
 										def artifact = "${data[2]}-${data[4]}${data[3]}"
 										td(){
+											if (data.size() == 7) {
+											     dockerHubLink(data[6])
+											     yield(", ")
+											}
 											downloadLink(artifact, artifact, "", "")
 										}
 									}

[sling-site] 08/11: Launchpad: updates for Sling 12

Posted by ro...@apache.org.
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-site.git

commit c58450200c38226fb2a9a101400249cacc449577
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Mar 21 16:22:08 2022 +0100

    Launchpad: updates for Sling 12
    
    * note that this is no longer used in the latest Sling Starter
    * hardcode the version of the Sling Starter to 11
---
 .../content/documentation/the-sling-engine/the-sling-launchpad.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/main/jbake/content/documentation/the-sling-engine/the-sling-launchpad.md b/src/main/jbake/content/documentation/the-sling-engine/the-sling-launchpad.md
index 6dc146f..a3de2f0 100644
--- a/src/main/jbake/content/documentation/the-sling-engine/the-sling-launchpad.md
+++ b/src/main/jbake/content/documentation/the-sling-engine/the-sling-launchpad.md
@@ -6,6 +6,12 @@ tags=launchpad,launchers
 
 [TOC]
 
+<div class="note">
+    This documentation was relevant for the Sling Starter and Lauchpad until version 11. Starting with Sling 12 the
+    Sling Starter is assembled and launched using the <a href="/documentation/development/feature-model.html">OSGi Feature Model</a>.
+    It is recommended that new projects use the OSGi Feature Model instead of the Sling Launchpad.
+</div>
+
 This tries to explain how exactly the Sling Launchpad works, what constitutes the Sling Launchpad and how you can use the Sling Launchpad to custom create you Sling launchers. For a view behind the scenes of the Sling Launchpad Base module (the actual launcher) you might want to refer to the [Embedding Sling](/documentation/development/embedding-sling.html) page.
 
 
@@ -78,7 +84,7 @@ For additional security, do not allow the control port to be opened on an extern
 
 Here's an example session where a Sling Standalone Application is started with the control port active:
 
-    $ java -jar target/org.apache.sling.starter-${sling_releaseVersion}.jar start
+    $ java -jar target/org.apache.sling.starter-11.jar start
     05.04.2016 11:50:45.003 *INFO * [main] Setting sling.home=sling (default)
     05.04.2016 11:50:45.006 *INFO * [main] Starting Apache Sling in /foo/sling/launchpad/builder/sling
 	...

[sling-site] 04/11: Add link to Sling 12 javadocs

Posted by ro...@apache.org.
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-site.git

commit 0de4bb6128e1b9be67d3e52cfdc7ce9ba00dd66a
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Mar 18 21:25:24 2022 +0100

    Add link to Sling 12 javadocs
---
 src/main/jbake/templates/menu.tpl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/jbake/templates/menu.tpl b/src/main/jbake/templates/menu.tpl
index 7ada162..c5449e7 100644
--- a/src/main/jbake/templates/menu.tpl
+++ b/src/main/jbake/templates/menu.tpl
@@ -22,6 +22,7 @@ div(class:"container") {
                     strong("API Docs")
                 }
                 ul() {
+                    li(){a(href:"${config.site_contextPath}apidocs/sling12/index.html", "Sling 12")}
                     li(){a(href:"${config.site_contextPath}apidocs/sling11/index.html", "Sling 11")}
                     li(){a(href:"${config.site_contextPath}apidocs/sling10/index.html", "Sling 10")}
                     li(){a(href:"${config.site_contextPath}apidocs/sling9/index.html", "Sling 9")}
@@ -88,4 +89,4 @@ div(class:"container") {
             }
         }
     }
-}
\ No newline at end of file
+}

[sling-site] 07/11: Downloads: reference the zip archive for the Feature Launcher

Posted by ro...@apache.org.
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-site.git

commit 5f70c5248e56f2b41cb601a50e10c021eb226167
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Mar 21 16:13:00 2022 +0100

    Downloads: reference the zip archive for the Feature Launcher
    
    The jar file is no longer self-contained so downloading it is less useful.
---
 src/main/jbake/templates/downloads.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/jbake/templates/downloads.tpl b/src/main/jbake/templates/downloads.tpl
index 36cf7da..e33452f 100644
--- a/src/main/jbake/templates/downloads.tpl
+++ b/src/main/jbake/templates/downloads.tpl
@@ -28,7 +28,7 @@ def slingApplication=[
   "Sling Starter Feature Archive (Oak-Mongo)|A self-container feature archive, for experimenting and learning. Requires the Feature Model Launcher (see below) |org.apache.sling.starter|-oak_tar_far.far|${starterVersion}|Y|apache/sling:${starterVersion}",
   "Sling Starter Source Release|The released Sling Starter source code|org.apache.sling.starter|-source-release.zip|${starterVersion}|Y",
   "Sling CMS App|A reference CMS App built on Apache Sling|org.apache.sling.cms.feature|.jar|1.1.0|org.apache.sling.app.cms",
-  "Sling Feature Model Launcher|A tool for launching OSGi applications|org.apache.sling.feature.launcher|.jar|1.2.0|Y",
+  "Sling Feature Model Launcher|A tool for launching OSGi applications|org.apache.sling.feature.launcher|.zip|1.2.0|Y",
   "Sling Feature Model converter|A CLI tool for converting from content packages to feature model files|org.apache.sling.feature.cpconverter|.zip|1.1.2|Y",
 ]
 

[sling-site] 11/11: Sling 12: add note in 'releases' as well

Posted by ro...@apache.org.
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-site.git

commit 2d04bdbde58f5962e39bd225af578b581f7f9f71
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Mar 21 16:26:58 2022 +0100

    Sling 12: add note in 'releases' as well
---
 src/main/jbake/content/releases.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/jbake/content/releases.md b/src/main/jbake/content/releases.md
index 213e55e..6d2cd5b 100644
--- a/src/main/jbake/content/releases.md
+++ b/src/main/jbake/content/releases.md
@@ -8,7 +8,7 @@ This is a list of all our releases, available from our [downloads](/downloads.cg
 
 ## March 2022
 
-* Feature Model Analyser 1.6.2, Sling Feature Maven Plugin 1.6.2 (18th)
+* Starter 12, Feature Model Analyser 1.6.2, Sling Feature Maven Plugin 1.6.2 (18th)
 * Discovery Commons 1.0.26, Base 2.0.12, Oak 1.2.36 (14th)
 * Launchpad Testing 12, Launchpad Integration Tests 12, Launchpad Testing Services 12, Launchpad Testing Fragment Bundle 12 (14th)
 * Starter Content 1.0.12, Event 4.3.0 (10th)

[sling-site] 10/11: Getting started: update for Sling 12

Posted by ro...@apache.org.
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-site.git

commit 9b212333e38e198309d1de0ef9dfae189e405c25
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Mar 21 16:25:23 2022 +0100

    Getting started: update for Sling 12
---
 .../jbake/content/documentation/getting-started.md | 25 +++++++++++-----------
 1 file changed, 12 insertions(+), 13 deletions(-)

diff --git a/src/main/jbake/content/documentation/getting-started.md b/src/main/jbake/content/documentation/getting-started.md
index 5521570..d9f4dca 100644
--- a/src/main/jbake/content/documentation/getting-started.md
+++ b/src/main/jbake/content/documentation/getting-started.md
@@ -12,30 +12,31 @@ There are different ways to get Apache Sling running. You can either use Docker,
 
 ## Sling Docker Image
 
-The easiest way to get Apache Sling running is to use Docker. If you don't have Docker installed
+The preferred way to get Apache Sling running is to use Docker. If you don't have Docker installed
  you can skip to the next section.
 
 We maintain a docker image of our latest release at [Apache Sling Docker Image](https://hub.docker.com/r/apache/sling).
  
 The simplest command to launch Sling is:
 
+    docker run -p 8080:8080 -v /tmp/sling:/opt/sling/sling apache/sling:${sling_releaseVersion}
 
-    docker run -p 8080:8080 -v /tmp/sling:/opt/sling/sling apache/sling
-
-This will start the latest Apache Sling distribution and mount the Sling directory to */tmp/sling*
+This will start the latest released version of Apache Sling distribution and mount the Sling directory to */tmp/sling*
  on your machine. Make sure that your docker configuration allows this or change to a different
  directory.
 
-## Sling Download
+## Sling Features
+
+Another option is to download the latest released Apache Sling standalone feature archive and the
+Sling Feature Launcher from our [Downloads](/downloads.cgi) section. Once you have downloaded them,
+unzip the Feature Launcher Archive and ensure that you have Java ${sling_minJavaVersion} or later
+installed.
 
-Another option is to download the latest released Apache Sling standalone application from our
- [Downloads](/downloads.cgi) section. Once you have downloaded the application make sure that you have
- Java ${sling_minJavaVersion} or later installed and run Sling with:
+Launch Sling with
  
-    
-    java -jar org.apache.sling.starter-${sling_releaseVersion}.jar
+    ./org.apache.sling.feature.launcher-*/bin/launcher -f org.apache.sling.starter-${sling_releaseVersion}-oak_*_far.far
 
-Starting the Sling application creates the Sling directory name *sling* in the same directory
+Starting the Sling application creates the Sling directory name *launcher* in the same directory
  from where you started the above command.
 
 
@@ -46,8 +47,6 @@ You can run Sling on [Karaf](https://karaf.apache.org) as well by either startin
 # Explore Sling
 
 Once Sling is started, you can access Sling at [http://localhost:8080](http://localhost:8080).
- Starting Sling might take some seconds, so if you get an error in your browser that some
- service is missing, simply reload the page a little bit later.
 
 The Sling directory contains a directory *logs*. This directory contains all the log files
  created by Sling. The main log file is called *error.log*.

[sling-site] 05/11: Add news item about the Sling 12 release

Posted by ro...@apache.org.
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-site.git

commit 9d2a712952e8664430eafd4ad57acd1cbd74b475
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Mar 18 21:27:14 2022 +0100

    Add news item about the Sling 12 release
---
 src/main/jbake/content/news.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/jbake/content/news.md b/src/main/jbake/content/news.md
index d2a650e..6edc093 100644
--- a/src/main/jbake/content/news.md
+++ b/src/main/jbake/content/news.md
@@ -5,6 +5,7 @@ tags=news
 tableOfContents=false
 ~~~~~~
 
+* Released [Apache Sling 12](/news/sling-12-released.html) (March 18th, 2022).
 * Security Advisory: [Apache Sling advisory regarding CVE-2021-44228 and LOGBACK-1591](./security/log4shell.html)
 * Our documentation pages now have an edit link in their footer: patches, which are very welcome, are now easier than ever!
 * The new [hierarchical sitemap](./sitemap.html) helps you find the right page, along with the existing [tags pages](./tags/development.html).

[sling-site] 01/11: Include Sling Starter 12 in the downloads page

Posted by ro...@apache.org.
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-site.git

commit 94b34f5498b4c382e15d8dbc6bf1160b9cb32fc4
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Mar 18 20:46:00 2022 +0100

    Include Sling Starter 12 in the downloads page
    
    Also list the Feature Model Launcher as an application since it is required for the Feature Archives.
---
 src/main/jbake/templates/downloads.tpl | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/jbake/templates/downloads.tpl b/src/main/jbake/templates/downloads.tpl
index fba6cd1..728f0b1 100644
--- a/src/main/jbake/templates/downloads.tpl
+++ b/src/main/jbake/templates/downloads.tpl
@@ -17,17 +17,18 @@
 // ------------------------------------------------------------------------------------------------
 U = new includes.U(config)
 def PIPE_SEP = "\\|"
-def launchpadVersion="11"
+def starterVersion="12"
 
 def slingIDETooling=[
   "Sling IDE Tooling for Eclipse|eclipse|1.2.2|A p2 update site which can be installed in Eclipse.|sling-ide-tooling"
 ]
 
 def slingApplication=[
-  "Sling Starter Standalone|A self-runnable Sling jar, for experimenting and learning|org.apache.sling.starter|.jar|${launchpadVersion}|Y",
-  "Sling Starter WAR|A ready-to run Sling webapp as a war file, for experimenting and learning|org.apache.sling.starter|-webapp.war|${launchpadVersion}|Y",
-  "Sling Source Release|The released Sling source code|org.apache.sling.starter|-source-release.zip|${launchpadVersion}|Y",
+  "Sling Starter Feature Archive (Oak-Tar)|A self-container feature archive, for experimenting and learning. Requires the Feature Model Launcher (see below) |org.apache.sling.starter|-oak_mongo_far.far|${starterVersion}|Y",
+  "Sling Starter Feature Archive (Oak-Mongo)|A self-container feature archive, for experimenting and learning. Requires the Feature Model Launcher (see below) |org.apache.sling.starter|-oak_tar_far.far|${starterVersion}|Y",
+  "Sling Starter Source Release|The released Sling Starter source code|org.apache.sling.starter|-source-release.zip|${starterVersion}|Y",
   "Sling CMS App|A reference CMS App built on Apache Sling|org.apache.sling.cms.feature|.jar|1.1.0|org.apache.sling.app.cms",
+  "Sling Feature Model Launcher|A tool for launching OSGi applications|org.apache.sling.feature.launcher|1.2.0|.jar|Y",
   "Sling Feature Model converter|A CLI tool for converting from content packages to feature model files|org.apache.sling.feature.cpconverter|.zip|1.1.2|Y",
 ]
 
@@ -135,7 +136,6 @@ def bundles=[
   "Event API|org.apache.sling.event.api|1.0.0|Y|jar",
   "Feature Model|org.apache.sling.feature|1.2.30|Y|jar",
   "Feature Model Analyser|org.apache.sling.feature.analyser|1.6.2|Y|jar",
-  "Feature Model Launcher|org.apache.sling.feature.launcher|1.2.0|Y|jar",
   "Feature Model Converter|org.apache.sling.feature.modelconverter|1.0.14|Y|jar",
   "Feature Model Content Package Converter|org.apache.sling.feature.cpconverter|1.1.4|Y|jar",
   "Feature Model Extension API Regions|org.apache.sling.feature.extension.apiregions|1.5.0|Y|jar",

[sling-site] 06/11: slingstart: reference Sling Starter version 11

Posted by ro...@apache.org.
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-site.git

commit fbe9a62ace73d9410e234f221922f16188fa9f9b
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Mar 18 21:28:18 2022 +0100

    slingstart: reference Sling Starter version 11
    
    Version 12 is based on the feature model, so it's misleading to see it here.
---
 src/main/jbake/content/documentation/development/slingstart.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/jbake/content/documentation/development/slingstart.md b/src/main/jbake/content/documentation/development/slingstart.md
index 81daa9a..044a4b9 100644
--- a/src/main/jbake/content/documentation/development/slingstart.md
+++ b/src/main/jbake/content/documentation/development/slingstart.md
@@ -299,7 +299,7 @@ The `slingstart-maven-plugin` introduces two new packaging types:
 A model can reference other slingstart or slingfeature artifacts. When such an artifact is reference, the type needs to be specified, for example:
 
     [artifacts]
-        org.apache.sling/org.apache.sling.starter/${sling_releaseVersion}/slingstart
+        org.apache.sling/org.apache.sling.starter/11/slingstart
         org.apache.sling/org.apache.sling.launchpad.test-bundles/0.0.4/slingfeature
 
 The resulting model is a merged model, starting with the dependencies and then merging in the current model.