From 1d697032eb901b903cc4fcec9289728bbda0e1cc Mon Sep 17 00:00:00 2001 From: Chris Kelley Date: Thu, 15 Dec 2022 20:34:58 +0000 Subject: [PATCH] Restore maven-bundle-plugin This was removed as a dep in fasterxml-oss-parent, but required here --- jackson-annotations.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jackson-annotations.spec b/jackson-annotations.spec index a4934ce..1d4d946 100644 --- a/jackson-annotations.spec +++ b/jackson-annotations.spec @@ -33,6 +33,11 @@ This package contains API documentation for %{name}. %pom_remove_plugin "org.sonatype.plugins:nexus-staging-maven-plugin" %pom_remove_plugin "de.jjohannes:gradle-module-metadata-maven-plugin" %pom_remove_plugin "org.codehaus.mojo:build-helper-maven-plugin" +%pom_add_plugin "org.apache.felix:maven-bundle-plugin" . "true" +%pom_xpath_set "//pom:javac.src.version" "11" +%pom_xpath_set "//pom:javac.target.version" "11" +%pom_xpath_set "//pom:maven.compiler.source" "11" +%pom_xpath_set "//pom:maven.compiler.target" "11" sed -i 's/\r//' LICENSE