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/06/19 12:50:41 UTC

[sling-site] branch master updated (1a9b71b -> 406e11b)

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 1a9b71b  fix Pax Exam versions
     new f4daa68  Update pom to use local checkouts
     new 406e11b  commons.threads 3.2.18

The 2 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:
 pom.xml                                | 2 ++
 src/main/jbake/content/releases.md     | 4 ++++
 src/main/jbake/templates/downloads.tpl | 2 +-
 3 files changed, 7 insertions(+), 1 deletion(-)


[sling-site] 01/02: Update pom to use local checkouts

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 f4daa68131536ff9659cb7f5fa516f10af3be627
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Jun 19 15:48:08 2018 +0300

    Update pom to use local checkouts
    
    This may be faster, but the main reason is to allow working
    without a global `user.email` git setting and with `user.useConfigOnly`
    set to true.
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0dfdcd5..eb28f88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,6 +114,8 @@
             <checkinComment>${msg}</checkinComment>
             <pubScmUrl>scm:git:https://gitbox.apache.org/repos/asf/sling-site.git</pubScmUrl>
             <scmBranch>asf-site</scmBranch>
+            <localCheckout>true</localCheckout>
+            <tryUpdate>true</tryUpdate>
         </configuration>
       </plugin>
       <plugin>


[sling-site] 02/02: commons.threads 3.2.18

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 406e11bbe5b4dfd9f1054a7168dcaa4d53eb349a
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Jun 19 15:50:28 2018 +0300

    commons.threads 3.2.18
---
 src/main/jbake/content/releases.md     | 4 ++++
 src/main/jbake/templates/downloads.tpl | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/main/jbake/content/releases.md b/src/main/jbake/content/releases.md
index 081ec4e..9e04be8 100644
--- a/src/main/jbake/content/releases.md
+++ b/src/main/jbake/content/releases.md
@@ -6,6 +6,10 @@ tableOfContents=false
 ~~~~~~
 This is a list of all our releases, available from our [downloads](/downloads.cgi) page.
 
+## June 2018
+
+* Commons Threads 3.2.18 (19th)
+
 ## May 2018
 
 * Commons Log 5.1.8 (24th) 
diff --git a/src/main/jbake/templates/downloads.tpl b/src/main/jbake/templates/downloads.tpl
index 4a599ad..3c0bc20 100644
--- a/src/main/jbake/templates/downloads.tpl
+++ b/src/main/jbake/templates/downloads.tpl
@@ -63,7 +63,7 @@ def bundles=[
   "Commons OSGi|org.apache.sling.commons.osgi|2.4.0",
   "Commons Scheduler|org.apache.sling.commons.scheduler|2.7.2",
   "Commons Testing|org.apache.sling.commons.testing|2.1.2",
-  "Commons Threads|org.apache.sling.commons.threads|3.2.16",
+  "Commons Threads|org.apache.sling.commons.threads|3.2.18",
   "Content Detection Support|org.apache.sling.commons.contentdetection|1.0.2",
   "Context-Aware Configuration API|org.apache.sling.caconfig.api|1.1.0",
   "Context-Aware Configuration bnd Plugin|org.apache.sling.caconfig.bnd-plugin|1.0.2",