Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
f5e4678cb4 | |||
2c81edc61e |
2
_service
2
_service
@@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/mojohaus/flatten-maven-plugin.git</param>
|
||||
<param name="revision">1.6.0</param>
|
||||
<param name="revision">1.7.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
3
flatten-maven-plugin-1.7.1.tar.xz
Normal file
3
flatten-maven-plugin-1.7.1.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a73f7f4cb04ac9c992a8ba8f64bba74024388bf71e3a1b1ff801bbd85aa1dfc2
|
||||
size 65764
|
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 21 09:45:04 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Upgrade to upstream version 1.7.1
|
||||
- Changes of 1.7.1
|
||||
* Bug Fixes
|
||||
+ Fix #400 - Preserve POM content ordering (and formatting) on
|
||||
resolveCiFriendliesOnly flattenMode
|
||||
+ Fix FilteringValueSourceWrapper for a newer version of
|
||||
plexus-interpolation, Maven 3.9.10
|
||||
* Documentation updates
|
||||
+ Use resolveCiFriendliesOnly in examples instead of minimum
|
||||
for flattenMode
|
||||
+ Remove a dead link to MOJO-2030 from documentation
|
||||
+ Rename 'Goals' to 'Plugin Documentation' in site manu
|
||||
* Maintenance
|
||||
+ Fix typo in License name
|
||||
+ Use constant 3.6.3 in prerequisites/maven as minimal Maven
|
||||
version
|
||||
- Changes of 1.7.0
|
||||
* New features and improvements
|
||||
+ Bind :clean to 'clean' phase by default
|
||||
+ Feature/extended interpolate
|
||||
* Bug Fixes
|
||||
+ Fix Issue#377 Regression: parent dependencies missing in
|
||||
flattened pom
|
||||
* Maintenance
|
||||
+ Avoid using deprecated items
|
||||
+ Remove Maven wrapper configuration
|
||||
+ Remove no-overwrite-3.6.2-before IT
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 9 07:08:37 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package flatten-maven-plugin
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: flatten-maven-plugin
|
||||
Version: 1.6.0
|
||||
Version: 1.7.1
|
||||
Release: 0
|
||||
Summary: Maven Flatten Plugin
|
||||
License: Apache-2.0
|
||||
@@ -56,8 +56,8 @@ This package provides %{summary}.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%pom_add_plugin org.eclipse.sisu:sisu-maven-plugin
|
||||
%pom_xpath_remove "pom:plugin[pom:artifactId[text()='sisu-maven-plugin']]/pom:version"
|
||||
%pom_add_dep javax.inject:javax.inject:1.0.5:provided
|
||||
%pom_add_dep org.eclipse.sisu:org.eclipse.sisu.inject:0.9.0.M3:provided
|
||||
|
||||
%build
|
||||
%{mvn_build} -f -- \
|
||||
|
Reference in New Issue
Block a user