Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package maven-jar-plugin for
openSUSE:Factory checked in at 2022-03-29 21:07:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-jar-plugin (Old)
and /work/SRC/openSUSE:Factory/.maven-jar-plugin.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-jar-plugin"
Tue Mar 29 21:07:02 2022 rev:6 rq:965696 version:3.2.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/maven-jar-plugin/maven-jar-plugin.changes
2022-03-22 19:40:51.463131294 +0100
+++
/work/SRC/openSUSE:Factory/.maven-jar-plugin.new.1900/maven-jar-plugin.changes
2022-03-29 21:07:19.873133985 +0200
@@ -1,0 +2,8 @@
+Tue Mar 29 13:53:45 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Update to upstream version 3.2.2
+- Modified patch:
+ * 01-allow-replacing-artifacts.patch
+ + rediff to different line endings
+
+-------------------------------------------------------------------
Old:
----
maven-jar-plugin-3.2.0-source-release.zip
New:
----
maven-jar-plugin-3.2.2-source-release.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ maven-jar-plugin.spec ++++++
--- /var/tmp/diff_new_pack.OyjZCT/_old 2022-03-29 21:07:20.429134468 +0200
+++ /var/tmp/diff_new_pack.OyjZCT/_new 2022-03-29 21:07:20.433134471 +0200
@@ -23,7 +23,7 @@
%bcond_with bootstrap
%endif
%global base_name maven-jar-plugin
-Version: 3.2.0
+Version: 3.2.2
Release: 0
Summary: Maven JAR Plugin
License: Apache-2.0
++++++ 01-allow-replacing-artifacts.patch ++++++
--- /var/tmp/diff_new_pack.OyjZCT/_old 2022-03-29 21:07:20.453134489 +0200
+++ /var/tmp/diff_new_pack.OyjZCT/_new 2022-03-29 21:07:20.461134495 +0200
@@ -1,17 +1,12 @@
-Description: Display a warning instead of failing the build if the plugin
- is misconfigured and attempts to attach twice the same artifact.
-Author: Emmanuel Bourg <[email protected]>
-Forwarded: no
-Bug: https://issues.apache.org/jira/browse/MJAR-198
---- a/src/main/java/org/apache/maven/plugins/jar/AbstractJarMojo.java
-+++ b/src/main/java/org/apache/maven/plugins/jar/AbstractJarMojo.java
-@@ -300,7 +300,7 @@
- {
- if ( projectHasAlreadySetAnArtifact() )
- {
-- throw new MojoExecutionException( "You have to use a
classifier "
-+ getLog().warn( "You have to use a classifier "
- + "to attach supplemental artifacts to the project
instead of replacing them." );
- }
- getProject().getArtifact().setFile( jarFile );
+---
maven-jar-plugin-3.2.2/src/main/java/org/apache/maven/plugins/jar/AbstractJarMojo.java
2022-03-29 15:50:36.249589766 +0200
++++
maven-jar-plugin-3.2.2/src/main/java/org/apache/maven/plugins/jar/AbstractJarMojo.java
2022-03-29 15:51:59.054148728 +0200
+@@ -317,7 +317,7 @@
+ {
+ if ( projectHasAlreadySetAnArtifact() )
+ {
+- throw new MojoExecutionException( "You have to use a
classifier "
++ getLog().warn( "You have to use a classifier "
+ + "to attach supplemental artifacts to the project
instead of replacing them." );
+ }
+ getProject().getArtifact().setFile( jarFile );
++++++ maven-jar-plugin-build.xml ++++++
--- /var/tmp/diff_new_pack.OyjZCT/_old 2022-03-29 21:07:20.501134531 +0200
+++ /var/tmp/diff_new_pack.OyjZCT/_new 2022-03-29 21:07:20.505134533 +0200
@@ -14,7 +14,7 @@
value="Builds a Java Archive (JAR) file from the compiled project
classes and resources."/>
<property name="project.groupId" value="org.apache.maven.plugins"/>
<property name="project.artifactId" value="maven-jar-plugin"/>
- <property name="project.version" value="3.2.0"/>
+ <property name="project.version" value="3.2.2"/>
<property name="project.organization.name" value="The Apache Software
Foundation"/>
<property name="spec.version" value="3.2"/>