Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package maven-ant-plugin for
openSUSE:Factory checked in at 2023-09-25 20:03:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-ant-plugin (Old)
and /work/SRC/openSUSE:Factory/.maven-ant-plugin.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-ant-plugin"
Mon Sep 25 20:03:59 2023 rev:4 rq:1113419 version:2.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/maven-ant-plugin/maven-ant-plugin.changes
2022-03-22 19:40:42.451121840 +0100
+++
/work/SRC/openSUSE:Factory/.maven-ant-plugin.new.1770/maven-ant-plugin.changes
2023-09-25 20:51:31.382887502 +0200
@@ -1,0 +2,5 @@
+Mon Sep 25 09:40:08 UTC 2023 - Fridrich Strba <[email protected]>
+
+- Remove dependency on maven2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ maven-ant-plugin.spec ++++++
--- /var/tmp/diff_new_pack.3ZNaFc/_old 2023-09-25 20:51:33.126950507 +0200
+++ /var/tmp/diff_new_pack.3ZNaFc/_new 2023-09-25 20:51:33.126950507 +0200
@@ -1,7 +1,7 @@
#
# spec file for package maven-ant-plugin
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -32,12 +32,12 @@
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
-BuildRequires: mvn(org.apache.maven:maven-artifact:2.2.1)
+BuildRequires: mvn(org.apache.maven:maven-artifact)
+BuildRequires: mvn(org.apache.maven:maven-compat)
BuildRequires: mvn(org.apache.maven:maven-core)
-BuildRequires: mvn(org.apache.maven:maven-model:2.2.1)
+BuildRequires: mvn(org.apache.maven:maven-model)
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
-BuildRequires: mvn(org.apache.maven:maven-project)
-BuildRequires: mvn(org.apache.maven:maven-settings:2.2.1)
+BuildRequires: mvn(org.apache.maven:maven-settings)
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
BuildRequires: mvn(xalan:xalan)
BuildRequires: mvn(xml-apis:xml-apis)
@@ -56,6 +56,10 @@
%prep
%setup -q
+# migrate to maven 3
+%pom_xpath_set //pom:mavenVersion 3.8.6
+%pom_change_dep :maven-project :maven-compat
+
%build
%{mvn_build} -f -- \
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}