This is an automated email from the ASF dual-hosted git repository.
apelluru pushed a commit to branch SLING-11806
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-jcr-file.git
The following commit(s) were added to refs/heads/SLING-11806 by this push:
new 6857157 SLING-11806: update to sling parent 49
6857157 is described below
commit 6857157003a34c0f214e62febf239d1f067b4991
Author: Ashok Pelluru <[email protected]>
AuthorDate: Thu Mar 16 14:32:17 2023 +0100
SLING-11806: update to sling parent 49
---
pom.xml | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5ccceb1..505d4f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling-bundle-parent</artifactId>
- <version>38</version>
+ <version>49</version>
<relativePath/>
</parent>
@@ -39,6 +39,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<sling.java.version>8</sling.java.version>
<org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
+ <bnd.baseline.fail.on.missing>false</bnd.baseline.fail.on.missing>
</properties>
<scm>
@@ -49,17 +50,6 @@
<build>
<plugins>
- <plugin>
- <groupId>biz.aQute.bnd</groupId>
- <artifactId>bnd-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>biz.aQute.bnd</groupId>
- <artifactId>bnd-baseline-maven-plugin</artifactId>
- <configuration>
- <failOnMissing>false</failOnMissing>
- </configuration>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>