You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2020/03/28 09:17:34 UTC

[sling-org-apache-sling-scripting-core] branch master updated (f289d9b -> c194a5b)

This is an automated email from the ASF dual-hosted git repository.

olli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-core.git.


    from f289d9b  use Servlets Resolver snapshot during release vote
     new 18c5748  switch to Servlets Resolver 2.6.4
     new f1b8c23  remove bundle headers managed in parent and plugin
     new c194a5b  SLING-9285 Update Pax Exam to 4.13.3

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:
 bnd.bnd | 10 ----------
 pom.xml |  4 ++--
 2 files changed, 2 insertions(+), 12 deletions(-)


[sling-org-apache-sling-scripting-core] 02/03: remove bundle headers managed in parent and plugin

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-core.git

commit f1b8c237a314d80fb462f00c7b767dfa55b13278
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Mar 28 10:13:51 2020 +0100

    remove bundle headers managed in parent and plugin
---
 bnd.bnd | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/bnd.bnd b/bnd.bnd
index 39d942e..8b0ecc2 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -1,13 +1,3 @@
-Bundle-Category: sling
-
-Bundle-Description: ${project.description}
-
-Bundle-DocURL: https://sling.apache.org
-
-Bundle-License: Apache License, Version 2.0
-
-Bundle-Vendor: The Apache Software Foundation
-
 Import-Package:\
   org.apache.felix.webconsole;resolution:=optional,*
 


[sling-org-apache-sling-scripting-core] 01/03: switch to Servlets Resolver 2.6.4

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-core.git

commit 18c57482c551bcd58f0099840fcc74f47b3054e2
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Mar 28 10:09:06 2020 +0100

    switch to Servlets Resolver 2.6.4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dcd60d6..237a8b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -317,7 +317,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.servlets.resolver</artifactId>
-            <version>2.6.1-SNAPSHOT</version>
+            <version>2.6.4</version>
             <scope>test</scope>
         </dependency>
     </dependencies>


[sling-org-apache-sling-scripting-core] 03/03: SLING-9285 Update Pax Exam to 4.13.3

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-core.git

commit c194a5b521b5a44575d2f743fcfb04737dac306e
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Mar 28 10:17:25 2020 +0100

    SLING-9285 Update Pax Exam to 4.13.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 237a8b4..3f00ade 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
     </description>
 
     <properties>
-        <org.ops4j.pax.exam.version>4.13.2</org.ops4j.pax.exam.version>
+        <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
     </properties>
 
     <scm>