You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/03/02 17:25:56 UTC

[sling-org-apache-sling-starter-content] 01/01: SLING-11172 Adjust API links to point to Sling 12 Javadoc

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

kwin pushed a commit to branch bugfix/SLING-11172-point-to-sling12-javadoc
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-content.git

commit fc72235978bb352d50e28cce96e844275c5df8fd
Author: Konrad Windszus <ko...@netcentric.biz>
AuthorDate: Wed Mar 2 18:25:38 2022 +0100

    SLING-11172 Adjust API links to point to Sling 12 Javadoc
    
    Update to parent 47
    Use newest frontend-m-p compatible with Apple Silicon
---
 pom.xml                                                               | 4 ++--
 .../resources/initial-content/apps/sling/starter/home/home.html.esp   | 2 +-
 src/main/resources/startup/index.html                                 | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1838ce9..e6e7458 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-bundle-parent</artifactId>
-    <version>46</version>
+    <version>47</version>
     <relativePath />
   </parent>
 
@@ -79,7 +79,7 @@
       <plugin>
         <groupId>com.github.eirslett</groupId>
         <artifactId>frontend-maven-plugin</artifactId>
-        <version>1.4</version>
+        <version>1.12.1</version>
         <configuration>
         	<installDirectory>${frontend.target}</installDirectory>
         	<workingDirectory>${frontend.target}</workingDirectory>
diff --git a/src/main/resources/initial-content/apps/sling/starter/home/home.html.esp b/src/main/resources/initial-content/apps/sling/starter/home/home.html.esp
index 7fdd393..b74077d 100755
--- a/src/main/resources/initial-content/apps/sling/starter/home/home.html.esp
+++ b/src/main/resources/initial-content/apps/sling/starter/home/home.html.esp
@@ -72,7 +72,7 @@
                         </ul>
                         <h2>Reference</h2>
                         <ul>
-                            <li><a href="http://sling.apache.org/apidocs/sling11/index.html" target="_blank" rel="noopener" title="Vist the Apache Sling Javadocs">API Documentation</a></li>
+                            <li><a href="http://sling.apache.org/apidocs/sling12/index.html" target="_blank" rel="noopener" title="Visit the Apache Sling Javadocs">API Documentation</a></li>
                             <li><a href="http://sling.apache.org/project-information.html#mailing-lists" rel="noopener" target="_blank" title="View available Apache Sling mailing lists">Mailing Lists</a></li>
                             <li><a href="http://sling.apache.org/documentation/tutorials-how-tos.html" rel="noopener" target="_blank" title="View Apache Sling Developer Tutorials">Tutorials</a></li>
                             <li><a href="https://github.com/apache/sling-aggregator" target="_blank" rel="noopener" title="View the Sling Aggregator on Github">All Sling repos</a></li>
diff --git a/src/main/resources/startup/index.html b/src/main/resources/startup/index.html
index 5468e12..8d3ebfb 100644
--- a/src/main/resources/startup/index.html
+++ b/src/main/resources/startup/index.html
@@ -246,7 +246,7 @@
                 <h1>Resources</h1>
                 <h2>Reference</h2>
                 <ul>
-                    <li><a href="https://sling.apache.org/apidocs/sling9/index.html" target="_blank" rel="noopener"  title="Vist the Apache Sling Javadocs">API
+                    <li><a href="https://sling.apache.org/apidocs/sling12/index.html" target="_blank" rel="noopener"  title="Visit the Apache Sling Javadocs">API
                         Documentation</a></li>
                     <li><a href="https://sling.apache.org/project-information.html#mailing-lists" target="_blank" rel="noopener" 
                            title="View available Apache Sling mailing lists">Mailing Lists</a></li>