forked from pool/maven-remote-resources-plugin
176 lines
7.3 KiB
Plaintext
176 lines
7.3 KiB
Plaintext
-------------------------------------------------------------------
|
||
Fri Jan 3 08:10:09 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||
|
||
- Upgrade to version 3.3.0
|
||
* New Feature
|
||
+ MRRESOURCES-154: Allow to require project properties by bundle
|
||
+ MRRESOURCES-155: Allow to override bundle resources by project
|
||
* Improvement
|
||
+ MRRESOURCES-150: Ensure reproducible order in bundle goal
|
||
output META-INF/maven/remote-resources.xml
|
||
+ MRRESOURCES-152: Add property for resourceBundles and
|
||
outputDirectory
|
||
* Task
|
||
+ MRRESOURCES-151: Deprecate includeProjectProperties parameter
|
||
* Dependency upgrade
|
||
+ MRRESOURCES-146: Upgrade Parent to 43
|
||
+ MRRESOURCES-147: Bump org.apache.maven.shared:maven-filtering
|
||
from 3.3.2 to 3.4.0
|
||
+ MRRESOURCES-148: Bump org.apache.velocity:velocity-engine-core
|
||
from 2.3 to 2.4.1
|
||
+ MRRESOURCES-149: Bump org.eclipse.sisu:org.eclipse.sisu.plexus
|
||
from 0.9.0.M2 to 0.9.0.M3
|
||
+ MRRESOURCES-153: Bump maven-archiver from 3.6.1 to 3.6.3
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Apr 2 09:10:09 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||
|
||
- Upgrade to version 3.2.0
|
||
* New features and improvements
|
||
+ MRRESOURCES-145 - Avoid overwriting the generated file with
|
||
the same content
|
||
+ MRRESOURCES-143 - Maven 3.6.3 as minimum requirements
|
||
* Bug Fixes
|
||
+ MRRESOURCES-135 - Show projectTimespan year in UTC
|
||
* Dependency updates
|
||
+ MRRESOURCES-144 - Bump org.codehaus.plexus:plexus-resources
|
||
from 1.2.0 to 1.3.0
|
||
+ MRRESOURCES-136 - Bump
|
||
org.apache.maven.plugins:maven-plugins from 40 to 41
|
||
+ MRRESOURCES-142 - Bump commons-io:commons-io from 2.14.0
|
||
to 2.15.1
|
||
+ MRRESOURCES-142 - Bump commons-io from 2.13.0 to 2.14.0
|
||
+ MRRESOURCES-140 - Bump plexus-utils from 3.5.1 to 4.0.0 and
|
||
plexus-xml 3.0.0
|
||
+ MRRESOURCES-139 - Bump Bump maven-archiver from 3.6.0
|
||
to 3.6.1
|
||
+ MRRESOURCES-138 - Bump maven-filtering from 3.3.0 to 3.3.1
|
||
+ MRRESOURCES-137 - Bump commons-io from 2.11.0 to 2.13.0
|
||
+ MRRESOURCES-136 - Upgrade Parent to 40
|
||
* Maintenance
|
||
+ MNG-6829 - Replace any StringUtils#isEmpty(String) and
|
||
#isNotEmpty(String)
|
||
- Changes of version 3.1.0
|
||
* Breaking changes
|
||
+ MRRESOURCES-134 - Introduce aggregate goal instead of
|
||
runOnlyAtExecutionRoot parameter
|
||
* New features and improvements
|
||
+ MRRESOURCES-126 - Get rid of legacy
|
||
+ MRRESOURCES-122 - Java 8 as minimum
|
||
* Bug Fixes
|
||
+ MRRESOURCES-121 - some dependencies are now ignored"
|
||
+ Fix site "usage" page
|
||
* Dependency updates
|
||
+ MRRESOURCES-127 - Upgrade to parent POM 39
|
||
+ Bump plexus-resources from 1.1.0 to 1.2.0
|
||
+ Bump commons-io from 2.6 to 2.11.0
|
||
+ Bump maven-common-artifact-filters from 3.2.0 to 3.3.2
|
||
+ Bump apache/maven-gh-actions-shared from 2 to 3
|
||
+ Bump maven-plugins from 36 to 37
|
||
+ Bump slf4j-simple from 1.7.32 to 1.7.36
|
||
* Maintenance
|
||
+ MRRESOURCES-133 - configure system requirements history
|
||
+ MRRESOURCES-129 - Extends IT - add case from issue
|
||
+ MRRESOURCES-131 - Fix ITs for Maven 4
|
||
+ MRRESOURCES-130 - Refresh download page
|
||
+ MRRESOURCES-132 - Dependency improvements
|
||
+ Get rid of build warnings and obvious typo
|
||
+ run build only with maven '3.6.x' and '3.8.x'
|
||
- Changes of version 3.0.0
|
||
* What's Changed
|
||
+ Upgrade to maven 3.x and avoid using deprecated API
|
||
+ MRRESOURCES-119 Update plugin to 3.x
|
||
- Removed patch:
|
||
* 0001-Port-to-Maven-3.patch
|
||
+ not needed any more, since the changes were integrated
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Feb 21 10:50:43 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
|
||
|
||
- Use %patch -P N instead of deprecated %patchN.
|
||
|
||
-------------------------------------------------------------------
|
||
Wed May 11 06:47:20 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||
|
||
- Upgrade to version 1.7.0
|
||
* Changes:
|
||
+ MRRESOURCES-114 - use reproducible
|
||
project.build.outputTimestamp
|
||
+ MRRESOURCES-112 - Require Java 7
|
||
+ MRRESOURCES-111 - "Copying" message before instead of
|
||
"Copied" after
|
||
+ MRRESOURCES-111 - added INFO on number of resources
|
||
bundled/copied
|
||
+ MRRESOURCES-94 - Lazily provide projects* Velocity properties
|
||
+ MPOM-205 - use sha512 checksums instead of sha1
|
||
+ MNGSITE-341 - use https for sigs, hashes and KEYS
|
||
+ MRRESOURCES-109 - - Upgrade plexus-utils from 3.0.24 to 3.1.0
|
||
+ MRRESOURCES-108 - - Upgrade plexus-interpolation to 1.25
|
||
+ MRRESOURCES-107 - - Upgrade JUnit from 4.11 to 4.12
|
||
+ MRRESOURCES-103 - Upgrade parent to 32
|
||
+ INFRA-16467 - move components documentation out of CMS space
|
||
+ MNGSITE-328 - use sha1 checksum instead of md5
|
||
+ MRRESOURCES-100 - Upgrade maven-filtering to 3.1.1
|
||
+ MRRESOURCES-99 - Upgrade of plexus-interpolation to 1.24.
|
||
+ MRRESOURCES-97 - Upgrade maven-shared-components parent to
|
||
version 30
|
||
+ MPOM-95 - updated parent pom location
|
||
+ MNGSITE-243 - Fixed link to How to use Mirros for Repositories
|
||
+ MRRESOURCES-95 - Upgrade plexus-resources from 1.0-alpha-7 to
|
||
1.0.1
|
||
+ MRRESOURCES-91 - Avoid overwrite of the destination file if
|
||
the produced contents is the same
|
||
+ MRRESOURCES-90 - Using project.isExecutionRoot() instead of
|
||
the old way.
|
||
+ MRRESOURCES-89 - Removed deprecated attributes
|
||
+ MRRESOURCES-88 - Added a note about .vm on the usage page
|
||
+ MRRESOURCES-87 - Upgrade JUnit from 3.8.1 to 4.11
|
||
+ MRRESOURCES-86 - Remove unused dependency maven-monitor
|
||
+ MRRESOURCES-84 - Print warning in case no encoding has been
|
||
set.
|
||
+ MRRESOURCES-84 - Print warning in case no encoding has been
|
||
set.
|
||
+ MRRESOURCES-82 - Upgrade to maven-plugins parent version 27
|
||
+ MRRESOURCES-80 - Upgrade to maven-parent version 26 - Fixed
|
||
according checkstyle reported issues.
|
||
+ MRRESOURCES-79 - Removed dependency
|
||
plexus-container-default:1.0-alpha-9-stable-1
|
||
+ MRRESOURCES-77 - Upgrade maven-filtering to 1.3
|
||
+ MRRESOURCES-78 - Upgrade maven-plugin-testing-harness to 1.3
|
||
+ MRRESOURCES-76 - Updated plexus-archiver
|
||
+ MNGSITE-152 - Added missing download.cgi and
|
||
xdoc/download.xml.vm
|
||
+ MNGSITE-152 - Added appropriate links to download site and
|
||
license location to fulfill the ASF requirements.
|
||
+ MRRESOURCES-70 - SVN settings: eol-style and keywords
|
||
- Added patch:
|
||
* 0001-Port-to-Maven-3.patch
|
||
+ port tests to modern maven framework
|
||
- Add with tests option
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Mar 22 13:36:36 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||
|
||
- Build with source and target levels 8
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Nov 24 17:33:03 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||
|
||
- Specify maven.compiler.release to fix build with jdk9+ and newer
|
||
maven-javadoc-plugin
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Oct 1 12:23:03 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||
|
||
- Not needed any more the hint to require mvn(log4j:log4j)
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jun 3 17:52:37 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||
|
||
- Add missing Group: for javadoc subpackage.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri May 3 15:23:54 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||
|
||
- Initial packaging of maven-remote-resources-plugin 1.5
|