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 15:21:44 UTC

[sling-org-apache-sling-starter] branch master updated (9063db5 -> 2abe1c3)

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-org-apache-sling-starter.git.


    from 9063db5  Ignore the /sling directory
     new 68a5652  Revert "SLING-7353 Update to Sling Parent 33"
     new 8401ab6  SLING-7408 - Release Sling Starter 10 and associated artifacts
     new 2abe1c3  [maven-release-plugin] prepare release org.apache.sling.starter-10

The 3 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:
 README.md | 6 +++---
 pom.xml   | 8 +++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

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

[sling-org-apache-sling-starter] 01/03: Revert "SLING-7353 Update to Sling Parent 33"

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-org-apache-sling-starter.git

commit 68a565217e5d5e7df3ee371567538952f81b2239
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Jan 19 16:24:26 2018 +0200

    Revert "SLING-7353 Update to Sling Parent 33"
    
    This reverts commit e096a925e5bf8ce67abf24357c4b0c59d55076ad.
    
    In preparation for the Sling 10 release, remove SNAPSHOT references.
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0bc8623..021432d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>33-SNAPSHOT</version>
+        <version>32</version>
         <relativePath />
     </parent>
 
@@ -73,6 +73,7 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>slingstart-maven-plugin</artifactId>
+                <version>1.7.6</version>
                 <extensions>true</extensions>
                 <executions>
                     <execution>

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

[sling-org-apache-sling-starter] 03/03: [maven-release-plugin] prepare release org.apache.sling.starter-10

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-org-apache-sling-starter.git

commit 2abe1c33cdc2860951b03529924fb48fcd0b6c88
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Jan 19 17:21:43 2018 +0200

    [maven-release-plugin] prepare release org.apache.sling.starter-10
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 021432d..5b56793 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 
     <artifactId>org.apache.sling.starter</artifactId>
     <packaging>slingstart</packaging>
-    <version>10-SNAPSHOT</version>
+    <version>10</version>
 
     <name>Apache Sling Starter Application</name>
     <description>
@@ -33,7 +33,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-starter.git</url>
-    </scm>
+      <tag>org.apache.sling.starter-10</tag>
+  </scm>
 
     <properties>
         <sling.java.version>8</sling.java.version>

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

[sling-org-apache-sling-starter] 02/03: SLING-7408 - Release Sling Starter 10 and associated artifacts

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-org-apache-sling-starter.git

commit 8401ab60bb4b5e259779625d0a612a59ca23112d
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Jan 19 17:20:13 2018 +0200

    SLING-7408 - Release Sling Starter 10 and associated artifacts
    
    Update version to '10' in README for the release.
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 712a915..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-10-SNAPSHOT.jar 
+	 java -jar target/org.apache.sling.starter-10.jar 
 	 
-Use the correct version number instead of 10-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-10-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.

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