Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
1cff0709eb | ||
|
|
56d9e7dd0a |
Binary file not shown.
BIN
maven-resources-plugin-3.4.0-source-release.zip
LFS
Normal file
BIN
maven-resources-plugin-3.4.0-source-release.zip
LFS
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -19,10 +19,10 @@
|
||||
unit tests."/>
|
||||
<property name="project.groupId" value="org.apache.maven.plugins"/>
|
||||
<property name="project.artifactId" value="maven-resources-plugin"/>
|
||||
<property name="project.version" value="3.3.1"/>
|
||||
<property name="project.version" value="3.4.0"/>
|
||||
<property name="project.organization.name" value="The Apache Software Foundation"/>
|
||||
|
||||
<property name="spec.version" value="3.3"/>
|
||||
<property name="spec.version" value="3.4"/>
|
||||
|
||||
<property name="compiler.source" value="1.8"/>
|
||||
<property name="compiler.target" value="${compiler.source}"/>
|
||||
|
||||
@@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 29 05:06:50 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Upgrade to version 3.4.0
|
||||
* New features and improvements
|
||||
+ Enable GitHub Issues
|
||||
* Documentation updates
|
||||
+ MNGSITE-529: Rename "Goals" to "Plugin Documentation"
|
||||
+ MRESOURCES-299: Be more accurate on using filtering element
|
||||
+ Don't bother with very old versions
|
||||
* Maintenance
|
||||
+ Migrate site to Doxia 2
|
||||
+ PlexusFileUtils Refaster recipes
|
||||
+ Add PR Automation action
|
||||
+ Improve release-drafter configuration
|
||||
+ Add dependency to slf4j-simple for test scope
|
||||
+ Use try with resources in integration test
|
||||
+ reduce dependency scope of plexus-utils and commons-io
|
||||
* Dependency updates
|
||||
+ Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.20.0
|
||||
+ Bump org.apache.maven.resolver:maven-resolver-api from 1.6.3
|
||||
to 1.9.24
|
||||
+ Bump Maven to 3.9.11 while keep prerequisites on 3.6.3
|
||||
+ MRESOURCES-304: Bump org.codehaus.plexus:plexus-interpolation
|
||||
from 1.26 to 1.27
|
||||
+ Bump org.codehaus.plexus:plexus-interpolation from 1.27 to
|
||||
1.29
|
||||
+ Bump m-invoker-p to 3.9.1
|
||||
+ Bump org.apache.maven.plugins:maven-plugins from 39 to 45
|
||||
+ Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness
|
||||
from 3.3.0 to 3.4.0
|
||||
+ MRESOURCES-302: Bump commons-io:commons-io from 2.11.0 to
|
||||
2.16.0
|
||||
+ Bump commons-io:commons-io from 2.16.0 to 2.20.0
|
||||
+ MRESOURCES-303: Bump org.apache.maven.shared:maven-filtering
|
||||
from 3.3.1 to 3.3.2
|
||||
+ Bump org.apache.maven.shared:maven-filtering from 3.3.2 to
|
||||
3.4.0
|
||||
+ MRESOURCES-305: Bump org.codehaus.plexus:plexus-utils from
|
||||
3.5.1 to 4.0.0
|
||||
+ Bump apache/maven-gh-actions-shared from 3 to 4
|
||||
- Modified patch:
|
||||
* maven-resources-plugin-bootstrap-resources.patch
|
||||
+ regenerate to the new version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 21 06:02:59 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
@@ -52,22 +97,22 @@ Thu Apr 28 11:51:20 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Upgrade to version 3.2.0
|
||||
* Bug
|
||||
+ [MRESOURCES-171] - ISO8859-1 properties files get changed into
|
||||
+ MRESOURCES-171: ISO8859-1 properties files get changed into
|
||||
UTF-8 when filtered
|
||||
+ [MRESOURCES-210] - copy-resources erases file permissions
|
||||
+ [MRESOURCES-236] - Copying of files with permissions broken
|
||||
+ [MRESOURCES-257] - property from list element in pom model
|
||||
+ MRESOURCES-210: copy-resources erases file permissions
|
||||
+ MRESOURCES-236: Copying of files with permissions broken
|
||||
+ MRESOURCES-257: property from list element in pom model
|
||||
* Improvement
|
||||
+ [MRESOURCES-251] - Upgrade plexus-interpolation 1.26
|
||||
+ [MRESOURCES-252] - Add m2e lifecycle Metadata to plugin
|
||||
+ [MRESOURCES-256] - make build Reproducible
|
||||
+ [MRESOURCES-258] - Only overwrite filtered resources when
|
||||
+ MRESOURCES-251: Upgrade plexus-interpolation 1.26
|
||||
+ MRESOURCES-252: Add m2e lifecycle Metadata to plugin
|
||||
+ MRESOURCES-256: make build Reproducible
|
||||
+ MRESOURCES-258: Only overwrite filtered resources when
|
||||
contents differ
|
||||
* Dependency upgrade
|
||||
+ [MRESOURCES-249] - Upgrade maven-plugins parent to version 32
|
||||
+ [MRESOURCES-255] - Upgrade plexus-utils 3.3.0
|
||||
+ [MRESOURCES-261] - Make Maven 3.1.0 the minimum version
|
||||
+ [MRESOURCES-263] - Update to maven-filtering 3.2.0
|
||||
+ MRESOURCES-249: Upgrade maven-plugins parent to version 32
|
||||
+ MRESOURCES-255: Upgrade plexus-utils 3.3.0
|
||||
+ MRESOURCES-261: Make Maven 3.1.0 the minimum version
|
||||
+ MRESOURCES-263: Update to maven-filtering 3.2.0
|
||||
- Modified patch:
|
||||
* maven-resources-plugin-bootstrap-resources.patch
|
||||
+ regenerate with current version of tools against the current
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
%bcond_with bootstrap
|
||||
%endif
|
||||
%global base_name maven-resources-plugin
|
||||
Version: 3.3.1
|
||||
Version: 3.4.0
|
||||
Release: 0
|
||||
Summary: Maven Resources Plugin
|
||||
License: Apache-2.0
|
||||
@@ -32,6 +32,7 @@ URL: https://maven.apache.org/plugins/maven-resources-plugin
|
||||
Source0: https://repo1.maven.org/maven2/org/apache/maven/plugins/%{base_name}/%{version}/%{base_name}-%{version}-source-release.zip
|
||||
Source1: %{base_name}-build.xml
|
||||
Patch0: %{base_name}-bootstrap-resources.patch
|
||||
BuildRequires: atinject
|
||||
BuildRequires: apache-commons-lang3
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: java-devel >= 1.8
|
||||
@@ -95,6 +96,7 @@ cp %{SOURCE1} build.xml
|
||||
%if %{with bootstrap}
|
||||
mkdir -p lib
|
||||
build-jar-repository -s lib \
|
||||
atinject \
|
||||
commons-lang3 \
|
||||
maven-filtering/maven-filtering \
|
||||
maven/maven-core \
|
||||
|
||||
Reference in New Issue
Block a user