Skip to content

Commit

Permalink
Updating artifacts to reflect the name change from Launchpad to Starter
Browse files Browse the repository at this point in the history
as per SLING-7484
  • Loading branch information
klcodanr committed Feb 14, 2018
1 parent 3e51799 commit 10580af
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# Apache Sling Launchpad Content
# Apache Sling Starter Content

This module is part of the [Apache Sling](https://sling.apache.org) project.

The Launchpad Content bundle provides some initial and sample content
The Starter Content bundle provides some initial and sample content
as well as links to the Online resources at http://sling.apache.org
14 changes: 7 additions & 7 deletions pom.xml
Expand Up @@ -27,20 +27,20 @@
<relativePath />
</parent>

<artifactId>org.apache.sling.launchpad.content</artifactId>
<artifactId>org.apache.sling.starter.content</artifactId>
<packaging>bundle</packaging>
<version>2.0.13-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>

<name>Apache Sling Launchpad Content</name>
<name>Apache Sling Starter Content</name>
<description>
This bundle provides content that is loaded in the JCR repository
for the Sling Launchpad.
for the Sling Starter.
</description>

<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-content.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-content.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-launchpad-content.git</url>
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-content.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-content.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-starter-content.git</url>
</scm>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions src/main/appended-resources/META-INF/LICENSE
@@ -1,5 +1,5 @@
APACHE SLING LAUNCHPAD CONTENT SUBCOMPONENTS:
The Apache Sling Launchpad Content includes a subcomponent with separate copyright notices.
APACHE SLING STARTER CONTENT SUBCOMPONENTS:
The Apache Sling Starter Content includes a subcomponent with separate copyright notices.
Your use of the source code for this subcomponent is subject to the terms and conditions
of the following licenses.

Expand Down
4 changes: 2 additions & 2 deletions src/main/frontend/package.json
@@ -1,7 +1,7 @@
{
"name": "apache-sling-launchpad-front-end",
"name": "apache-sling-starter-front-end",
"version": "1.0.0",
"description": "Scripts to power the front-end of Apache Sling's launchpad.",
"description": "Scripts to power the front-end of Apache Sling's Starter.",
"repository": {
"type": "git",
"url": "https://github.com/npm/npm.git"
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/content/content/starter/index.html
Expand Up @@ -21,7 +21,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Welcome to the Apache Sling Launchpad</title>
<title>Welcome to the Apache Sling Starter</title>
<link href="/content/starter/css/bundle.css" rel="stylesheet">
</head>
<body>
Expand All @@ -44,9 +44,9 @@ <h1>Welcome</h1>
based on simple name conventions, to process HTTP requests in a RESTful way. The embedded
<a href="http://felix.apache.org/" target="_blank" title="Visit the Apache Felix website">Apache Felix</a> OSGi framework and console provide a dynamic runtime environment, where code and
content bundles can be loaded, unloaded and reconfigured at runtime.</p>
<p>The Sling Launchpad is a ready-to-run Sling configuration, providing an embedded JCR content
<p>The Sling Starter is a ready-to-run Sling configuration, providing an embedded JCR content
repository and web server, a selection of Sling components, documentation and examples.
The Launchpad makes it easy to get started with Sling and to develop script-based applications.</p>
The Starter makes it easy to get started with Sling and to develop script-based applications.</p>
<h1>Getting Started</h1>
<p>To get started with Sling, see our <a href="http://sling.apache.org/" target="_blank" title="Visit the Apache Sling website">website</a>, the <a href="slingshot.html" title="Try the Slingshot sample application">Slingshot sample application</a>
or the <a href="http://sling.apache.org/site/discover-sling-in-15-minutes.html" target="_blank">Sling in 15 minutes</a> tutorial.</p>
Expand Down

0 comments on commit 10580af

Please sign in to comment.