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-testing-content.git
The following commit(s) were added to refs/heads/master by this push:
new 678718e SLING-10713 Update to Sling Bundle Parent 44
678718e is described below
commit 678718e9ebdc7be629916eaa0f71fba403c380f1
Author: Eric Norman <[email protected]>
AuthorDate: Sat Aug 7 14:40:26 2021 -0700
SLING-10713 Update to Sling Bundle Parent 44
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4d43a17..8919de8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling-bundle-parent</artifactId>
- <version>35</version>
+ <version>44</version>
<relativePath />
</parent>
@@ -54,6 +54,9 @@
<tag>HEAD</tag>
</scm>
+ <properties>
+
<project.build.outputTimestamp>2021-04-23T16:34:16Z</project.build.outputTimestamp>
+ </properties>
<!--
======================================================================= -->
<!-- B U I L D
-->
@@ -115,7 +118,6 @@
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
- <version>2.7</version>
<executions>
<execution>
<id>copy-resources</id>
@@ -156,7 +158,6 @@
<plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-baseline-maven-plugin</artifactId>
- <version>${bnd.version}</version>
<executions>
<execution>
<id>bnd-baseline</id>
@@ -199,7 +200,6 @@
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
- <version>1</version>
<scope>provided</scope>
</dependency>
<dependency>