19
0

9 Commits

Author SHA256 Message Date
Fridrich Štrba
3cb0c8c4c2 3.4.0 changes file 2025-11-29 06:22:41 +01:00
Fridrich Štrba
8c9b4add89 3.4.0 is being voted on 2025-11-23 15:53:18 +01:00
be097aa1fc Accepting request 1294862 from Java:packages
reproducible: another solution

OBS-URL: https://build.opensuse.org/request/show/1294862
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-source-plugin?expand=0&rev=5
2025-07-22 10:54:21 +00:00
7de747fc41 OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-source-plugin?expand=0&rev=16 2025-07-21 14:41:40 +00:00
50cc4ac3ee OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-source-plugin?expand=0&rev=15 2025-07-17 05:42:23 +00:00
471fdc0699 OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-source-plugin?expand=0&rev=14 2025-07-16 07:22:28 +00:00
2f63a3c61e Accepting request 1202879 from Java:packages
Reproducible build

OBS-URL: https://build.opensuse.org/request/show/1202879
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-source-plugin?expand=0&rev=4
2024-09-24 15:34:22 +00:00
63fb4d419c OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-source-plugin?expand=0&rev=12 2024-09-24 09:39:46 +00:00
d172203c8b OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-source-plugin?expand=0&rev=11 2024-09-24 06:56:55 +00:00
4 changed files with 48 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30297a32a273a7019da32c9e1cfe37c2b0696d82a7a73d8b086bbd1552ece841
size 174772

Binary file not shown.

View File

@@ -1,3 +1,46 @@
-------------------------------------------------------------------
Sat Nov 29 05:19:43 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Upgrade to version 3.4.0
* Bug Fixes
+ MSOURCES-140: fail only if re-attach different files
* Maintenance
+ Bump m-invoker-p to 3.9.1
+ Allow to manually execute release drafter
+ GH Issues (Maven 3 branch)
+ MNGSITE-529: Rename "Goals" to "Plugin Documentation"
* Dependency updates
+ Use plexus-utils version from parent
+ MSOURCES-146: Bump commons-io:commons-io from 2.11.0 to 2.16.0
+ Bump commons-io:commons-io from 2.16.0 to 2.21.0
+ MSOURCES-147: Bump org.codehaus.plexus:plexus-archiver from
4.9.1 to 4.9.2
+ Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.4
+ MSOURCES-145: Bump org.apache.maven:maven-archiver from 3.6.1
to 3.6.2
+ Bump org.apache.maven:maven-archiver from 3.6.2 to 3.6.5
+ Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness
from 3.3.0 to 3.4.0
+ Bump mavenVersion from 3.2.5 to 3.9.11
+ Bump org.apache.maven.plugins:maven-plugins from 41 to 45
+ Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 3.6.0
-------------------------------------------------------------------
Mon Jul 21 14:40:41 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Removed patch:
* reproducible-from-environment.patch
+ patched in a more central place in maven-archiver
-------------------------------------------------------------------
Tue Sep 24 09:38:55 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Added patch:
* reproducible-from-environment.patch
+ SOURCE_DATE_EPOCH environmental variable triggers reproducible
use of the maven-source-plugin if it is not requested already
using the project.build.outputTimestamp option.
-------------------------------------------------------------------
Tue Mar 22 13:48:33 UTC 2022 - Fridrich Strba <fstrba@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package maven-source-plugin
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# 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: maven-source-plugin
Version: 3.0.1
Version: 3.4.0
Release: 0
Summary: Plugin for creating source JARs
License: Apache-2.0
@@ -33,7 +33,6 @@ BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
BuildRequires: mvn(org.apache.maven:maven-archiver)
BuildRequires: mvn(org.apache.maven:maven-artifact)
BuildRequires: mvn(org.apache.maven:maven-compat)
BuildRequires: mvn(org.apache.maven:maven-core)
BuildRequires: mvn(org.apache.maven:maven-model)
BuildRequires: mvn(org.apache.maven:maven-plugin-api)