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 16:57:50 UTC

[sling-org-apache-sling-starter] branch master updated (0aabddd -> a348856)

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 0aabddd  Update README to reference current version
     new 35562c9  Use commons.compiler 2.3.6 for Java 10 support
     new 5fc7954  Back to version 10, respinning.
     new a348856  [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                         | 4 ++--
 src/main/provisioning/sling.txt | 2 +-
 3 files changed, 6 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] 02/03: Back to version 10, respinning.

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 5fc795459633fbfe85f64230b447a9b17b4c1b37
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Jan 19 18:56:35 2018 +0200

    Back to version 10, respinning.
---
 README.md | 6 +++---
 pom.xml   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index a87e4ed..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-11-SNAPSHOT.jar 
+	 java -jar target/org.apache.sling.starter-10.jar 
 	 
-Use the correct version number instead of 11-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-11-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.
diff --git a/pom.xml b/pom.xml
index 8ec4b7e..4e6024d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 
     <artifactId>org.apache.sling.starter</artifactId>
     <packaging>slingstart</packaging>
-    <version>11-SNAPSHOT</version>
+    <version>10-SNAPSHOT</version>
 
     <name>Apache Sling Starter Application</name>
     <description>

-- 
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 a348856960bad486d3ff24d2b4f6328434b73ff6
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Jan 19 18:57:48 2018 +0200

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

diff --git a/pom.xml b/pom.xml
index 4e6024d..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,7 @@
         <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>
-      <tag>HEAD</tag>
+      <tag>org.apache.sling.starter-10</tag>
   </scm>
 
     <properties>

-- 
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: Use commons.compiler 2.3.6 for Java 10 support

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 35562c9c7420a7458f4e5c893046470da7970d52
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Jan 19 18:54:59 2018 +0200

    Use commons.compiler 2.3.6 for Java 10 support
---
 src/main/provisioning/sling.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/provisioning/sling.txt b/src/main/provisioning/sling.txt
index 122db08..68d6db8 100644
--- a/src/main/provisioning/sling.txt
+++ b/src/main/provisioning/sling.txt
@@ -40,7 +40,7 @@
     org.apache.sling/org.apache.sling.auth.form/1.0.8
     org.apache.sling/org.apache.sling.bundleresource.impl/2.3.0
     org.apache.sling/org.apache.sling.commons.classloader/1.4.2
-    org.apache.sling/org.apache.sling.commons.compiler/2.3.4
+    org.apache.sling/org.apache.sling.commons.compiler/2.3.6
     org.apache.sling/org.apache.sling.commons.fsclassloader/1.0.8
     org.apache.sling/org.apache.sling.commons.mime/2.1.10
     org.apache.sling/org.apache.sling.commons.osgi/2.4.0

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