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-commons-messaging.git
commit b8ff149011c72bfbf8a5676538a57a5694326c70 Author: Oliver Lietz <[email protected]> AuthorDate: Sun Jul 18 12:34:44 2021 +0200 SLING-10635 Update to Sling Bundle Parent 43 --- pom.xml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 016523d..d4335c9 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>43</version> <relativePath /> </parent> @@ -35,8 +35,6 @@ <description>Apache Sling Commons Messaging</description> <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <sling.java.version>8</sling.java.version> </properties> @@ -49,13 +47,6 @@ <build> <plugins> - <plugin> - <groupId>biz.aQute.bnd</groupId> - <artifactId>bnd-baseline-maven-plugin</artifactId> - <configuration> - <failOnMissing>false</failOnMissing> - </configuration> - </plugin> </plugins> </build> @@ -66,7 +57,7 @@ <artifactId>org.osgi.annotation.versioning</artifactId> <scope>provided</scope> </dependency> - <!-- JSR 305--> + <!-- nullability --> <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId>
