Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package maven-plugin-tools for
openSUSE:Factory checked in at 2022-05-13 23:03:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-plugin-tools (Old)
and /work/SRC/openSUSE:Factory/.maven-plugin-tools.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-plugin-tools"
Fri May 13 23:03:23 2022 rev:6 rq:977032 version:3.6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/maven-plugin-tools/maven-plugin-plugin-bootstrap.changes
2019-12-03 12:40:07.598170274 +0100
+++
/work/SRC/openSUSE:Factory/.maven-plugin-tools.new.1538/maven-plugin-plugin-bootstrap.changes
2022-05-13 23:03:35.523146312 +0200
@@ -1,0 +2,5 @@
+Fri May 13 09:17:09 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Fix build with modello 2.0.0
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/maven-plugin-tools/maven-plugin-tools.changes
2022-03-07 17:47:20.423112924 +0100
+++
/work/SRC/openSUSE:Factory/.maven-plugin-tools.new.1538/maven-plugin-tools.changes
2022-05-13 23:03:35.627146407 +0200
@@ -1,0 +2,5 @@
+Fri May 13 09:16:46 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Fix build with modello 2.0.0
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ maven-plugin-plugin-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.muJmG5/_old 2022-05-13 23:03:36.231146963 +0200
+++ /var/tmp/diff_new_pack.muJmG5/_new 2022-05-13 23:03:36.235146967 +0200
@@ -46,7 +46,7 @@
BuildRequires: maven-plugin-tools-generators
BuildRequires: maven-reporting-api
BuildRequires: maven-reporting-impl
-BuildRequires: modello
+BuildRequires: modello >= 2.0.0
BuildRequires: plexus-containers-container-default
BuildRequires: plexus-utils
BuildRequires: plexus-velocity
++++++ maven-plugin-tools.spec ++++++
--- /var/tmp/diff_new_pack.muJmG5/_old 2022-05-13 23:03:36.267146996 +0200
+++ /var/tmp/diff_new_pack.muJmG5/_new 2022-05-13 23:03:36.271147000 +0200
@@ -42,7 +42,7 @@
BuildRequires: junit
BuildRequires: maven-lib
BuildRequires: maven-reporting-api
-BuildRequires: modello
+BuildRequires: modello >= 2.0.0
BuildRequires: objectweb-asm
BuildRequires: plexus-ant-factory
BuildRequires: plexus-archiver
++++++ maven-plugin-tools-build.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/common.xml new/common.xml
--- old/common.xml 2019-11-25 09:32:10.599189493 +0100
+++ new/common.xml 2022-05-10 10:53:17.333113779 +0200
@@ -10,7 +10,7 @@
<property name="spec.version" value="3.6"/>
- <property name="compiler.source" value="1.7"/>
+ <property name="compiler.source" value="1.8"/>
<property name="compiler.target" value="${compiler.source}"/>
</project>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/maven-plugin-plugin/build.xml
new/maven-plugin-plugin/build.xml
--- old/maven-plugin-plugin/build.xml 2019-03-31 20:07:22.285532051 +0200
+++ new/maven-plugin-plugin/build.xml 2022-05-10 10:52:57.604991416 +0200
@@ -81,7 +81,7 @@
<arg file="${build.mdoOutputDir}"/> <!-- output directory -->
<arg value="@{version}"/> <!-- model version -->
<arg value="false"/> <!-- package with version -->
- <arg value="true"/> <!-- use Java 5 -->
+ <arg value="8"/> <!-- javaSource -->
</exec>
</sequential>
</macrodef>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/maven-script/maven-plugin-tools-model/build.xml
new/maven-script/maven-plugin-tools-model/build.xml
--- old/maven-script/maven-plugin-tools-model/build.xml 2019-03-31
19:59:08.023460037 +0200
+++ new/maven-script/maven-plugin-tools-model/build.xml 2022-05-10
10:53:04.293032898 +0200
@@ -66,7 +66,7 @@
<arg file="${build.mdoOutputDir}"/> <!-- output directory -->
<arg value="@{version}"/> <!-- model version -->
<arg value="false"/> <!-- package with version -->
- <arg value="true"/> <!-- use Java 5 -->
+ <arg value="8"/> <!-- javaSource -->
</exec>
</sequential>
</macrodef>