Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
b613a4ce5b | |||
e0dac19bb3 | |||
d6a2b22db6 | |||
0406addb1c |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:401a1a5d4504026d7cf1b3d909b3dade179b393d8f373880e1df2e494e6e2fa2
|
|
||||||
size 3236747
|
|
3
maven-scm-1.13.0-source-release.zip
Normal file
3
maven-scm-1.13.0-source-release.zip
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e8e1b0c4690be8ac29b8fb031ae0046008d89db02e8f62556fcec2d9e2ad0820
|
||||||
|
size 3237378
|
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 10 13:21:27 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Version update to 1.13.0
|
||||||
|
* Bug
|
||||||
|
+ SCM-883: ScmFileSet DEFAULT_EXCLUDES too restrictive
|
||||||
|
+ SCM-973: GitCheckInCommandNoBranchTest fails with Git 2.34.0+
|
||||||
|
+ SCM-913: NPE on ChangeSet.toString() when no mergedRevisions
|
||||||
|
are set
|
||||||
|
+ SCM-975: Broken link to Maven SCM plugin Release Notes
|
||||||
|
+ SCM-976: GitExe changelog does not work in if the user has
|
||||||
|
defined a custom format
|
||||||
|
* Improvement
|
||||||
|
+ SCM-943: scm:check-local-modification does not support
|
||||||
|
excludes
|
||||||
|
* Task
|
||||||
|
+ SCM-972: Deprecate SCM Logger in favor of SLF4J
|
||||||
|
+ SCM-980: Remove code duplication in ListMojo
|
||||||
|
* Dependency upgrade
|
||||||
|
+ SCM-974: Upgrade Plexus Utils to 3.3.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 2 17:31:27 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
Tue Apr 2 17:31:27 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: maven-scm
|
Name: maven-scm
|
||||||
Version: 1.12.0
|
Version: 1.13.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Common API for doing SCM operations
|
Summary: Common API for doing SCM operations
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -86,8 +86,6 @@ Javadoc for %{name}.
|
|||||||
|
|
||||||
%pom_remove_plugin :maven-enforcer-plugin
|
%pom_remove_plugin :maven-enforcer-plugin
|
||||||
|
|
||||||
%pom_change_dep -r :maven-project :maven-compat
|
|
||||||
|
|
||||||
# Remove providers-integrity from build (we don't have mks-api)
|
# Remove providers-integrity from build (we don't have mks-api)
|
||||||
%pom_disable_module maven-scm-provider-integrity maven-scm-providers
|
%pom_disable_module maven-scm-provider-integrity maven-scm-providers
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user