You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by en...@apache.org on 2021/08/07 20:00:59 UTC

[sling-org-apache-sling-scripting-sightly-runtime] branch master updated: SLING-10711 Update to Sling Bundle Parent 44

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6252820  SLING-10711 Update to Sling Bundle Parent 44
6252820 is described below

commit 6252820b4a626945c7e1db38fc455b2b3c77f313
Author: Eric Norman <en...@apache.org>
AuthorDate: Sat Aug 7 13:00:47 2021 -0700

    SLING-10711 Update to Sling Bundle Parent 44
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9c70c2f..846123a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
-        <version>38</version>
+        <version>44</version>
         <relativePath />
     </parent>
 
@@ -53,6 +53,7 @@
     <properties>
         <jacoco.maven.plugin.version>0.8.2</jacoco.maven.plugin.version>
         <sling.java.version>8</sling.java.version>
+        <project.build.outputTimestamp>2021-04-23T16:34:16Z</project.build.outputTimestamp>
     </properties>
 
     <!-- ======================================================================= -->
@@ -115,7 +116,7 @@
                                         </goals>
                                     </pluginExecutionFilter>
                                     <action>
-                                        <ignore />
+                                        <ignore></ignore>
                                     </action>
                                 </pluginExecution>
                             </pluginExecutions>