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 2019/10/24 15:42:12 UTC

[sling-org-apache-sling-commons-threads] branch master updated (55eda79 -> 594c817)

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-commons-threads.git.


    from 55eda79  SLING-8786 - exposing thread pool metrics as gauges
     new 8d5c70e  Update artifact name to match Jira release name
     new 5b60b49  Update to latest mockito for Java 11 compatibility
     new 594c817  [maven-release-plugin] prepare release org.apache.sling.commons.threads-3.2.20

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:
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


[sling-org-apache-sling-commons-threads] 02/03: Update to latest mockito for Java 11 compatibility

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-commons-threads.git

commit 5b60b49227c84119880235a46d58eb0b051976ba
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Thu Oct 24 17:39:42 2019 +0200

    Update to latest mockito for Java 11 compatibility
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5bf574f..278d93d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>
-            <version>2.10.0</version>
+            <version>3.1.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>


[sling-org-apache-sling-commons-threads] 03/03: [maven-release-plugin] prepare release org.apache.sling.commons.threads-3.2.20

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-commons-threads.git

commit 594c817e83e43f52fdc88af09f7baee8f0fa1860
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Thu Oct 24 17:42:04 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 278d93d..f1feddb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>org.apache.sling.commons.threads</artifactId>
     <packaging>bundle</packaging>
-    <version>3.2.19-SNAPSHOT</version>
+    <version>3.2.20</version>
 
     <name>Apache Sling Commons Threads</name>
     <description>
@@ -40,7 +40,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-threads.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-threads.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-commons-threads.git</url>
-      <tag>HEAD</tag>
+      <tag>org.apache.sling.commons.threads-3.2.20</tag>
   </scm>
 
     <build>


[sling-org-apache-sling-commons-threads] 01/03: Update artifact name to match Jira release name

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-commons-threads.git

commit 8d5c70e4b2d57dd9518a9fdc499b4ba97f8d5ce8
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Thu Oct 24 17:36:36 2019 +0200

    Update artifact name to match Jira release name
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c456767..5bf574f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
     <packaging>bundle</packaging>
     <version>3.2.19-SNAPSHOT</version>
 
-    <name>Apache Sling Thread Support</name>
+    <name>Apache Sling Commons Threads</name>
     <description>
         Support for thread handling like pooling.
     </description>