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 2018/09/07 19:00:46 UTC

[sling-org-apache-sling-scripting-groovy] branch master updated (c8cc57d -> 7300798)

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-groovy.git.


    from c8cc57d  remove .class suffix ("Classes as first-class citizens")
     new f77948b  SLING-7895 Update to Sling Parent 34
     new 7300798  SLING-7896 Update Pax Exam to 4.12.0

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


[sling-org-apache-sling-scripting-groovy] 02/02: SLING-7896 Update Pax Exam to 4.12.0

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-groovy.git

commit 73007984bb34b92fd0a3092bd8854dc4989c2676
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Sep 7 20:48:55 2018 +0200

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

diff --git a/pom.xml b/pom.xml
index 2dba71f..1d4b4da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <sling.java.version>8</sling.java.version>
-    <org.ops4j.pax.exam.version>4.11.0</org.ops4j.pax.exam.version>
+    <org.ops4j.pax.exam.version>4.12.0</org.ops4j.pax.exam.version>
     <groovy.version>2.5.0</groovy.version>
   </properties>
 


[sling-org-apache-sling-scripting-groovy] 01/02: SLING-7895 Update to Sling Parent 34

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-groovy.git

commit f77948bb06f86551b5022d7a5e9ac0a5602400a4
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Sep 7 20:47:21 2018 +0200

    SLING-7895 Update to Sling Parent 34
---
 bnd.bnd | 10 ----------
 pom.xml |  2 +-
 2 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/bnd.bnd b/bnd.bnd
index 7f42f61..cbca289 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
-
 Provide-Capability:\
   osgi.service;objectClass=groovy.text.TemplateEngine
 
diff --git a/pom.xml b/pom.xml
index d199fb6..2dba71f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>sling</artifactId>
     <groupId>org.apache.sling</groupId>
-    <version>33</version>
+    <version>34</version>
     <relativePath/>
   </parent>