This is an automated email from the ASF dual-hosted git repository. stbischof pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/felix-dev.git
commit e54701aaa9a0b325207812ed5e573a08562f99f4 Author: Paul <[email protected]> AuthorDate: Sat May 25 18:16:27 2024 +0200 Update pom.xml Update to java 17 as thats required by bnd --- tools/maven-bundle-plugin/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/maven-bundle-plugin/pom.xml b/tools/maven-bundle-plugin/pom.xml index 0d44bc3c40..077937388c 100644 --- a/tools/maven-bundle-plugin/pom.xml +++ b/tools/maven-bundle-plugin/pom.xml @@ -137,8 +137,8 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> - <source>8</source> - <target>8</target> + <source>17</source> + <target>17</target> </configuration> </plugin> <plugin>
