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 2019/06/15 13:08:41 UTC

[sling-org-apache-sling-scripting-groovy] 01/04: SLING-8499 Use Sling Bundle Parent 35

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 a3b6f4984b023bad778a8c9f3794f09166f2016e
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Jun 15 10:40:52 2019 +0200

    SLING-8499 Use Sling Bundle Parent 35
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8463782..947fbeb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,10 +20,11 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
+
   <parent>
-    <artifactId>sling</artifactId>
     <groupId>org.apache.sling</groupId>
-    <version>34</version>
+    <artifactId>sling-bundle-parent</artifactId>
+    <version>35</version>
     <relativePath />
   </parent>