update to version 3.3.0
This commit is contained in:
parent
9bb5adca81
commit
f594d4a74d
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
|||||||
/plexus-utils-3.1.0.tar.gz
|
/plexus-utils-3.1.0.tar.gz
|
||||||
/plexus-utils-3.2.0.tar.gz
|
/plexus-utils-3.2.0.tar.gz
|
||||||
/plexus-utils-3.2.1.tar.gz
|
/plexus-utils-3.2.1.tar.gz
|
||||||
|
/plexus-utils-3.3.0.tar.gz
|
||||||
|
@ -1,25 +0,0 @@
|
|||||||
From 978fcb3b207d1b1a9895dadd40ba31c290c57918 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Michael Simacek <msimacek@redhat.com>
|
|
||||||
Date: Wed, 11 Jul 2018 13:15:55 +0200
|
|
||||||
Subject: [PATCH] Follow symlinks in NioFiles.copy
|
|
||||||
|
|
||||||
---
|
|
||||||
src/main/java/org/codehaus/plexus/util/NioFiles.java | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/src/main/java/org/codehaus/plexus/util/NioFiles.java b/src/main/java/org/codehaus/plexus/util/NioFiles.java
|
|
||||||
index 2841978..50cdeb7 100644
|
|
||||||
--- a/src/main/java/org/codehaus/plexus/util/NioFiles.java
|
|
||||||
+++ b/src/main/java/org/codehaus/plexus/util/NioFiles.java
|
|
||||||
@@ -138,7 +138,7 @@ public static File copy( File source, File target )
|
|
||||||
throws IOException
|
|
||||||
{
|
|
||||||
Path copy = Files.copy( source.toPath(), target.toPath(), StandardCopyOption.REPLACE_EXISTING,
|
|
||||||
- StandardCopyOption.COPY_ATTRIBUTES, LinkOption.NOFOLLOW_LINKS );
|
|
||||||
+ StandardCopyOption.COPY_ATTRIBUTES );
|
|
||||||
return copy.toFile();
|
|
||||||
}
|
|
||||||
|
|
||||||
--
|
|
||||||
2.17.1
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
|||||||
Name: plexus-utils
|
Name: plexus-utils
|
||||||
Version: 3.2.1
|
Version: 3.3.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Plexus Common Utilities
|
Summary: Plexus Common Utilities
|
||||||
# ASL 1.1: several files in src/main/java/org/codehaus/plexus/util/
|
# ASL 1.1: several files in src/main/java/org/codehaus/plexus/util/
|
||||||
@ -82,6 +82,9 @@ rm src/test/java/org/codehaus/plexus/util/xml/Xpp3DomPerfTest.java
|
|||||||
%doc NOTICE.txt LICENSE-2.0.txt
|
%doc NOTICE.txt LICENSE-2.0.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 16 2019 Fabio Valentini <decathorpe@gmail.com> - 3.3.0-1
|
||||||
|
- Update to version 3.3.0.
|
||||||
|
|
||||||
* Fri Oct 11 2019 Fabio Valentini <decathorpe@gmail.com> - 3.2.1-1
|
* Fri Oct 11 2019 Fabio Valentini <decathorpe@gmail.com> - 3.2.1-1
|
||||||
- Update to version 3.2.1.
|
- Update to version 3.2.1.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (plexus-utils-3.2.1.tar.gz) = 9642e5513aaecbc8a7e25d42837ee5604dc76dddef83e9091edfc86b4c0d02fd590ac3c0fc998f275f0d00806bd71594006bcc4c78cf492df3d828a91da1d2f9
|
SHA512 (plexus-utils-3.3.0.tar.gz) = f46f2879c4898dad51c4010e78374f349ce2b4d5a71cfefcf3e9ff16d506af8d11c7a999f3f6b22e58e13075bb2cb5c586cb5ba4ab37bb7d4b2e6c934ad4f3d3
|
||||||
SHA512 (LICENSE-2.0.txt) = 98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8
|
SHA512 (LICENSE-2.0.txt) = 98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8
|
||||||
|
Loading…
Reference in New Issue
Block a user