Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
52d5319298 |
BIN
plexus-io-3.5.1.tar.gz
LFS
BIN
plexus-io-3.5.1.tar.gz
LFS
Binary file not shown.
BIN
plexus-io-3.6.0.tar.gz
LFS
Normal file
BIN
plexus-io-3.6.0.tar.gz
LFS
Normal file
Binary file not shown.
@@ -10,7 +10,7 @@
|
||||
|
||||
<property name="project.artifactId" value="plexus-io"/>
|
||||
<property name="project.groupId" value="org.codehaus.plexus"/>
|
||||
<property name="project.version" value="3.5.1"/>
|
||||
<property name="project.version" value="3.6.0"/>
|
||||
|
||||
<property name="compiler.release" value="8"/>
|
||||
<property name="compiler.source" value="1.${compiler.release}"/>
|
||||
|
||||
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 27 14:49:11 UTC 2026 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Upgrade to version 3.6.0
|
||||
* Maintenance
|
||||
+ JUnit Jupiter best practices
|
||||
+ Replace FileUtils.deleteDirectory(File) with JDK provided API
|
||||
+ Close DeferredFileOutputStream to prevent
|
||||
FileNotFoundException on temp files
|
||||
+ Handle IOException when retrieving file ownership on WSL2
|
||||
network drives
|
||||
* Dependency updates
|
||||
+ Bump org.codehaus.plexus:plexus-testing to 2.0.1
|
||||
+ Bump org.codehaus.plexus:plexus from 23 to 24
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 27 14:47:04 UTC 2026 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Upgrade to version 3.5.2
|
||||
* Dependency updates
|
||||
+ Bump org.codehaus.plexus:plexus from 18 to 23
|
||||
+ Bump eclipseSisuVersion from 0.9.0.M3 to 0.9.0.M4
|
||||
+ Bump commons-io:commons-io from 2.16.1 to 2.20.0
|
||||
+ Bump org.codehaus.plexus:plexus-testing from 1.4.0 to 1.6.0
|
||||
+ Cleanup dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 7 12:40:10 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package plexus-io
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2026 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: plexus-io
|
||||
Version: 3.5.1
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
Summary: Plexus IO Components
|
||||
License: Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user