You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2021/12/16 13:37:50 UTC

[sling-scriptingbundle-maven-plugin] branch master updated: Update to sling parent 46

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

pauls 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 8db1d71  Update to sling parent 46
8db1d71 is described below

commit 8db1d71696cbaa1b9a65dfcedf9cfaa75a77579d
Author: Karl Pauls <ka...@gmail.com>
AuthorDate: Thu Dec 16 14:37:12 2021 +0100

    Update to sling parent 46
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7cf3db1..3a2bdaf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>45</version>
+        <version>46</version>
         <relativePath />
     </parent>
     <modelVersion>4.0.0</modelVersion>