You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2019/08/28 10:12:29 UTC

[sling-scriptingbundle-maven-plugin] branch master updated: SLING-8663 - Update scriptingbundle-maven-plugin to Sling parent 35

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

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-scriptingbundle-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new c85b4f6  SLING-8663 - Update scriptingbundle-maven-plugin to Sling parent 35
c85b4f6 is described below

commit c85b4f68b8db8e79a7f5335f5759ceaa5e2e3f63
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Wed Aug 28 12:12:12 2019 +0200

    SLING-8663 - Update scriptingbundle-maven-plugin to Sling parent 35
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d1e24a0..8556f0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>34</version>
+        <version>35</version>
         <relativePath/>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -72,6 +72,7 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>osgi.core</artifactId>
+            <version>7.0.0</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>