diff --git a/maven-plugin-plugin-bootstrap-resouces.patch b/maven-plugin-plugin-bootstrap-resouces.patch index 1699b98..28e9cd3 100644 --- a/maven-plugin-plugin-bootstrap-resouces.patch +++ b/maven-plugin-plugin-bootstrap-resouces.patch @@ -1,9 +1,9 @@ --- maven-plugin-plugin/src/main/filtered-resources/META-INF/maven/org.apache.maven.plugins/maven-plugin-plugin/plugin-help.xml 1970-01-01 01:00:00.000000000 +0100 -+++ maven-plugin-plugin/src/main/filtered-resources/META-INF/maven/org.apache.maven.plugins/maven-plugin-plugin/plugin-help.xml 2024-05-15 12:12:45.836896057 +0200 ++++ maven-plugin-plugin/src/main/filtered-resources/META-INF/maven/org.apache.maven.plugins/maven-plugin-plugin/plugin-help.xml 2024-09-29 20:01:59.518207342 +0200 @@ -0,0 +1,348 @@ + + -+ ++ + + + ${project.name} @@ -350,11 +350,11 @@ + + --- maven-plugin-plugin/src/main/filtered-resources/META-INF/maven/plugin.xml 1970-01-01 01:00:00.000000000 +0100 -+++ maven-plugin-plugin/src/main/filtered-resources/META-INF/maven/plugin.xml 2024-05-15 12:12:16.933350354 +0200 -@@ -0,0 +1,610 @@ ++++ maven-plugin-plugin/src/main/filtered-resources/META-INF/maven/plugin.xml 2024-09-29 20:02:50.765250336 +0200 +@@ -0,0 +1,622 @@ + + -+ ++ + + + ${project.name} @@ -757,10 +757,10 @@ + 1.7.36 + + -+ org.apache.commons -+ commons-lang3 ++ org.codehaus.plexus ++ plexus-classworlds + jar -+ 3.12.0 ++ 2.8.0 + + + javax.inject @@ -772,19 +772,19 @@ + org.codehaus.plexus + plexus-xml + jar -+ 3.0.0 ++ 3.0.1 + + + org.apache.maven.plugin-tools + maven-plugin-tools-api + jar -+ 3.13.0 ++ 3.15.0 + + + org.apache.maven.wagon + wagon-provider-api + jar -+ 2.4 ++ 3.5.3 + + + org.codehaus.plexus @@ -814,7 +814,7 @@ + org.apache.maven.reporting + maven-reporting-api + jar -+ 3.1.1 ++ 4.0.0-M12 + + + org.apache.maven.doxia @@ -838,43 +838,31 @@ + org.apache.maven.plugin-tools + maven-plugin-tools-generators + jar -+ 3.13.0 ++ 3.15.0 + + -+ org.ow2.asm -+ asm ++ org.apache.velocity ++ velocity-engine-core + jar -+ 9.7 ++ 2.3 + + -+ org.ow2.asm -+ asm-commons ++ org.apache.commons ++ commons-lang3 + jar -+ 9.7 -+ -+ -+ org.ow2.asm -+ asm-tree -+ jar -+ 9.7 ++ 3.17.0 + + + org.jsoup + jsoup + jar -+ 1.17.2 -+ -+ -+ org.apache.velocity -+ velocity -+ jar -+ 1.7 ++ 1.18.1 + + + org.apache.maven.plugin-tools + maven-plugin-tools-java + jar -+ 3.13.0 ++ 3.15.0 + + + com.thoughtworks.qdox @@ -886,7 +874,13 @@ + org.apache.maven.plugin-tools + maven-plugin-tools-annotations + jar -+ 3.13.0 ++ 3.15.0 ++ ++ ++ org.ow2.asm ++ asm ++ jar ++ 9.7 + + + org.ow2.asm @@ -901,22 +895,28 @@ + 9.7 + + ++ org.ow2.asm ++ asm-tree ++ jar ++ 9.7 ++ ++ + org.codehaus.plexus + plexus-archiver + jar -+ 4.9.2 ++ 4.10.0 + + + org.codehaus.plexus + plexus-io + jar -+ 3.4.1 ++ 3.5.0 + + + commons-io + commons-io + jar -+ 2.13.0 ++ 2.16.1 + + + org.tukaani @@ -928,13 +928,19 @@ + org.apache.commons + commons-compress + jar -+ 1.23.0 ++ 1.26.2 + + + org.apache.maven.plugin-tools + maven-plugin-annotations + jar -+ 3.13.0 ++ 3.15.0 ++ ++ ++ org.apache.maven.resolver ++ maven-resolver-util ++ jar ++ 1.9.20 + + + org.codehaus.plexus @@ -946,7 +952,7 @@ + org.codehaus.plexus + plexus-velocity + jar -+ 1.2 ++ 2.1.0 + + + commons-collections @@ -955,6 +961,12 @@ + 3.1 + + ++ org.apache.velocity ++ velocity ++ jar ++ 1.7 ++ ++ + org.sonatype.plexus + plexus-build-api + jar @@ -963,7 +975,7 @@ + + --- maven-plugin-plugin/src/main/java/org/apache/maven/plugins/maven_plugin_plugin/HelpMojo.java 1970-01-01 01:00:00.000000000 +0100 -+++ maven-plugin-plugin/src/main/java/org/apache/maven/plugins/maven_plugin_plugin/HelpMojo.java 2024-05-15 12:11:33.063028019 +0200 ++++ maven-plugin-plugin/src/main/java/org/apache/maven/plugins/maven_plugin_plugin/HelpMojo.java 2024-09-29 19:59:09.913628525 +0200 @@ -0,0 +1,448 @@ +package org.apache.maven.plugins.maven_plugin_plugin; + diff --git a/maven-plugin-plugin-bootstrap.changes b/maven-plugin-plugin-bootstrap.changes index b2990b1..cb1a978 100644 --- a/maven-plugin-plugin-bootstrap.changes +++ b/maven-plugin-plugin-bootstrap.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Oct 2 17:47:59 UTC 2024 - Fridrich Strba + +- Upgrade to upstream version 3.15.0 + * New Feature + + MPLUGIN-529: Add new report goal 'report-no-fork' which + will not invoke process-classes + * Improvement + + MPLUGIN-530: Deprecate o.a.m.plugins.annotations.Component + * Task + + MPLUGIN-523: Split Maven3 and Maven4 support + + MPLUGIN-526: Clean up dependencies reported by + dependencies:analyze + + MPLUGIN-528: Tone done report plugin console output + * Dependency upgrade + + MPLUGIN-414: Upgrade to Velocity Engine 2.3 + + MPLUGIN-501: Upgrade to Doxia 2.0.0 Milestone Stack + + MPLUGIN-533: Upgrade to Parent 43 +- Modified patch: + * maven-plugin-plugin-bootstrap-resouces.patch + + regenerate in cycle with itself + ------------------------------------------------------------------- Wed May 15 11:37:24 UTC 2024 - Fridrich Strba diff --git a/maven-plugin-plugin-bootstrap.spec b/maven-plugin-plugin-bootstrap.spec index b1bf260..66eb46f 100644 --- a/maven-plugin-plugin-bootstrap.spec +++ b/maven-plugin-plugin-bootstrap.spec @@ -19,7 +19,7 @@ %global base_name maven-plugin-tools %global artifactId maven-plugin-plugin Name: %{artifactId}-bootstrap -Version: 3.13.0 +Version: 3.15.0 Release: 0 Summary: Maven Plugin Plugin License: Apache-2.0 diff --git a/maven-plugin-plugin.changes b/maven-plugin-plugin.changes index 840acdc..184966a 100644 --- a/maven-plugin-plugin.changes +++ b/maven-plugin-plugin.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Oct 2 17:47:59 UTC 2024 - Fridrich Strba + +- Upgrade to upstream version 3.15.0 + * New Feature + + MPLUGIN-529: Add new report goal 'report-no-fork' which + will not invoke process-classes + * Improvement + + MPLUGIN-530: Deprecate o.a.m.plugins.annotations.Component + * Task + + MPLUGIN-523: Split Maven3 and Maven4 support + + MPLUGIN-526: Clean up dependencies reported by + dependencies:analyze + + MPLUGIN-528: Tone done report plugin console output + * Dependency upgrade + + MPLUGIN-414: Upgrade to Velocity Engine 2.3 + + MPLUGIN-501: Upgrade to Doxia 2.0.0 Milestone Stack + + MPLUGIN-533: Upgrade to Parent 43 +- Modified patch: + * maven-plugin-plugin-bootstrap-resouces.patch + + regenerate in cycle with itself + ------------------------------------------------------------------- Wed May 15 11:37:24 UTC 2024 - Fridrich Strba diff --git a/maven-plugin-plugin.spec b/maven-plugin-plugin.spec index 716abfe..3162bf1 100644 --- a/maven-plugin-plugin.spec +++ b/maven-plugin-plugin.spec @@ -18,7 +18,7 @@ %global base_name maven-plugin-tools Name: maven-plugin-plugin -Version: 3.13.0 +Version: 3.15.0 Release: 0 Summary: Maven Plugin Plugin License: Apache-2.0 diff --git a/maven-plugin-tools-3.13.0-source-release.zip b/maven-plugin-tools-3.13.0-source-release.zip deleted file mode 100644 index c5dfce5..0000000 --- a/maven-plugin-tools-3.13.0-source-release.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e5fd3cf41b999b6a586f02cb2073e010d266769f82898ea67e5996cbe05937d -size 2001622 diff --git a/maven-plugin-tools-3.15.0-source-release.zip b/maven-plugin-tools-3.15.0-source-release.zip new file mode 100644 index 0000000..e77a4bf --- /dev/null +++ b/maven-plugin-tools-3.15.0-source-release.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637953ec684b534556d67b5c21969865e3485b2d92ff26356d2fe253736382c5 +size 2012813 diff --git a/maven-plugin-tools-build.tar.xz b/maven-plugin-tools-build.tar.xz index b3d2ef6..71969ff 100644 --- a/maven-plugin-tools-build.tar.xz +++ b/maven-plugin-tools-build.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fe6e66e5a9e9b2080536520b8c0e40fa5cf315dd655c2e0eb0be38204899b971 -size 4872 +oid sha256:54c6375b875f520359b046c261da8056dcaf894ca092c96ee835dd0e373c4622 +size 4820 diff --git a/maven-plugin-tools.changes b/maven-plugin-tools.changes index 40bb9ec..ff0b067 100644 --- a/maven-plugin-tools.changes +++ b/maven-plugin-tools.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Oct 2 17:47:59 UTC 2024 - Fridrich Strba + +- Upgrade to upstream version 3.15.0 + * New Feature + + MPLUGIN-529: Add new report goal 'report-no-fork' which + will not invoke process-classes + * Improvement + + MPLUGIN-530: Deprecate o.a.m.plugins.annotations.Component + * Task + + MPLUGIN-523: Split Maven3 and Maven4 support + + MPLUGIN-526: Clean up dependencies reported by + dependencies:analyze + + MPLUGIN-528: Tone done report plugin console output + * Dependency upgrade + + MPLUGIN-414: Upgrade to Velocity Engine 2.3 + + MPLUGIN-501: Upgrade to Doxia 2.0.0 Milestone Stack + + MPLUGIN-533: Upgrade to Parent 43 +- Modified patch: + * maven-plugin-plugin-bootstrap-resouces.patch + + regenerate in cycle with itself + ------------------------------------------------------------------- Wed May 15 11:37:24 UTC 2024 - Fridrich Strba diff --git a/maven-plugin-tools.spec b/maven-plugin-tools.spec index d968c08..7c506e4 100644 --- a/maven-plugin-tools.spec +++ b/maven-plugin-tools.spec @@ -17,7 +17,7 @@ Name: maven-plugin-tools -Version: 3.13.0 +Version: 3.15.0 Release: 0 Summary: Maven Plugin Tools License: Apache-2.0