diff --git a/maven-dependency-plugin.spec b/maven-dependency-plugin.spec index 6517fc9..dfec8f5 100644 --- a/maven-dependency-plugin.spec +++ b/maven-dependency-plugin.spec @@ -1,8 +1,8 @@ -%bcond_with bootstrap +%bcond_without bootstrap Name: maven-dependency-plugin Version: 3.6.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Plugin to manipulate, copy and unpack local and remote artifacts License: Apache-2.0 URL: https://maven.apache.org/plugins/%{name} @@ -95,6 +95,9 @@ sed -i '/doSpecialTest( "analyze-report" );/d' src/test/java/org/apache/maven/pl %doc LICENSE NOTICE %changelog +* Thu Aug 01 2024 Troy Dawson - 3.6.1-3 +- Bump release for Aug 2024 java mass rebuild + * Mon Jun 24 2024 Troy Dawson - 3.6.1-2 - Bump release for June 2024 mass rebuild