From 5ccd0f633840de2030d9351e8bbb403f55dce112054f2c8a27b85f6c7797081f Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 3 Oct 2024 10:27:56 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-bundle-plugin?expand=0&rev=12 --- maven-bundle-plugin.changes | 8 ++++++++ maven-bundle-plugin.spec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/maven-bundle-plugin.changes b/maven-bundle-plugin.changes index 2cbb0f8..0bc7d18 100644 --- a/maven-bundle-plugin.changes +++ b/maven-bundle-plugin.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Oct 3 10:26:07 UTC 2024 - Fridrich Strba + +- Build against maven-doxia >= 2.0.0 +- Modified patch: + * new-reporting-api.patch + + adapt to the maven-doxia 2.0.0 APIs + ------------------------------------------------------------------- Mon Sep 23 09:42:01 UTC 2024 - Fridrich Strba diff --git a/maven-bundle-plugin.spec b/maven-bundle-plugin.spec index 474335a..9ae6336 100644 --- a/maven-bundle-plugin.spec +++ b/maven-bundle-plugin.spec @@ -32,7 +32,7 @@ BuildRequires: mvn(biz.aQute.bnd:biz.aQute.bndlib) BuildRequires: mvn(org.apache.felix:felix-parent:pom:) BuildRequires: mvn(org.apache.felix:org.apache.felix.bundlerepository) BuildRequires: mvn(org.apache.felix:org.apache.felix.utils) -BuildRequires: mvn(org.apache.maven.doxia:doxia-sink-api) +BuildRequires: mvn(org.apache.maven.doxia:doxia-sink-api) >= 2.0.0 BuildRequires: mvn(org.apache.maven.doxia:doxia-site-renderer) BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations) BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)