forked from pool/maven-scm
Compare commits
16 Commits
cc270f3b52
...
b613a4ce5b
Author | SHA256 | Date | |
---|---|---|---|
b613a4ce5b | |||
e0dac19bb3 | |||
d6a2b22db6 | |||
0406addb1c | |||
d74e807edd | |||
03f3256b71 | |||
4e3f0e2cd4 | |||
528bcff1a0 | |||
310877369d | |||
75ee2ed722 | |||
b7ad89db8a | |||
7329f876dd | |||
990b9a726b | |||
c68760e1c5 | |||
30efa44ddc | |||
c59fce183a |
@@ -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,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- Add dependency on plexus-xml where relevant
|
||||||
|
* this will be needed for smooth upgrade to plexus-utils 4.0.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 21 10:50:57 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 30 15:42:56 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Do not force java 11 on i586
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 25 09:42:43 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
Mon Sep 25 09:42:43 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package maven-scm
|
# spec file for package maven-scm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2000-2005, JPackage Project
|
# Copyright (c) 2000-2005, JPackage Project
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -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
|
||||||
@@ -49,6 +49,7 @@ BuildRequires: mvn(org.codehaus.modello:modello-maven-plugin)
|
|||||||
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
|
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
|
||||||
BuildRequires: mvn(org.codehaus.plexus:plexus-container-default)
|
BuildRequires: mvn(org.codehaus.plexus:plexus-container-default)
|
||||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||||
|
BuildRequires: mvn(org.codehaus.plexus:plexus-xml)
|
||||||
BuildRequires: mvn(org.eclipse.jgit:org.eclipse.jgit)
|
BuildRequires: mvn(org.eclipse.jgit:org.eclipse.jgit)
|
||||||
BuildRequires: mvn(org.eclipse.jgit:org.eclipse.jgit.ssh.jsch)
|
BuildRequires: mvn(org.eclipse.jgit:org.eclipse.jgit.ssh.jsch)
|
||||||
BuildRequires: mvn(org.sonatype.plexus:plexus-sec-dispatcher)
|
BuildRequires: mvn(org.sonatype.plexus:plexus-sec-dispatcher)
|
||||||
@@ -77,16 +78,14 @@ Javadoc for %{name}.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch0 -p1
|
%patch -P 0 -p1
|
||||||
%patch1 -p1
|
%patch -P 1 -p1
|
||||||
|
|
||||||
# Remove unnecessary animal sniffer
|
# Remove unnecessary animal sniffer
|
||||||
%pom_remove_plugin org.codehaus.mojo:animal-sniffer-maven-plugin
|
%pom_remove_plugin org.codehaus.mojo:animal-sniffer-maven-plugin
|
||||||
|
|
||||||
%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
|
||||||
|
|
||||||
@@ -111,6 +110,8 @@ sed -i "s/org\.apache\.commons\.lang\./org.apache.commons.lang3./" \
|
|||||||
|
|
||||||
%pom_xpath_remove "pom:build/pom:pluginManagement/pom:plugins/pom:plugin[pom:artifactId = 'maven-plugin-plugin']/pom:version" maven-scm-plugin
|
%pom_xpath_remove "pom:build/pom:pluginManagement/pom:plugins/pom:plugin[pom:artifactId = 'maven-plugin-plugin']/pom:version" maven-scm-plugin
|
||||||
|
|
||||||
|
%pom_add_dep org.codehaus.plexus:plexus-xml:3.0.0
|
||||||
|
|
||||||
# Put TCK tests into a separate sub-package
|
# Put TCK tests into a separate sub-package
|
||||||
%{mvn_package} :%{name}-provider-cvstest test
|
%{mvn_package} :%{name}-provider-cvstest test
|
||||||
%{mvn_package} :%{name}-provider-gittest test
|
%{mvn_package} :%{name}-provider-gittest test
|
||||||
|
Reference in New Issue
Block a user