This commit is contained in:
parent
27b02e70b2
commit
7a560b6e69
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f967094bd95af082cf73fe6e46f578b7b2c7e87290df377b4b34b534240fc1a
|
||||
size 475066
|
3
plexus-utils-3.5.0.tar.gz
Normal file
3
plexus-utils-3.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:742c86601237b3d8a77eb0eb8fdf7ff981c916cd398d127d23b9da09be1efcbb
|
||||
size 475315
|
@ -11,7 +11,7 @@
|
||||
<property name="project.groupId" value="org.codehaus.plexus"/>
|
||||
<property name="project.fragment" value="utils"/>
|
||||
<property name="project.artifactId" value="plexus-${project.fragment}"/>
|
||||
<property name="project.version" value="3.4.2"/>
|
||||
<property name="project.version" value="3.5.0"/>
|
||||
<property name="project.name" value="Plexus Common Utilities"/>
|
||||
<property name="project.description" value="A collection of various utility classes to ease working with strings, files, command lines, XML and more."/>
|
||||
<property name="project.organization.name" value="Codehaus Plexus"/>
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 25 11:01:11 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Upgrade to upstream version 3.5.0
|
||||
* Changes of 3.5.0
|
||||
+ Don't throw IOException when none is required
|
||||
+ Always preserve dominant node value (even if empty)
|
||||
+ Don't overwrite blank (but non-empty) dominant values during
|
||||
mergeXpp3Dom
|
||||
+ Deprecate isEmpty(String) and isNotEmpty(String) in favour of
|
||||
same named
|
||||
+ isEmpty(String) must not return false for whitespace-only
|
||||
values
|
||||
+ Get rid maven-plugin-testing-harness from dependency
|
||||
* Changes of 3.4.2
|
||||
+ Provides a CachingOuptutStream and a CachingWriter
|
||||
+ Use (already) precalculated value
|
||||
+ use github shared actions
|
||||
+ MXParser fixes
|
||||
+ Fix last modified time not being updated on linux
|
||||
+ Fix regression and deprecate: FileUtils.fileAppend should
|
||||
create file
|
||||
+ Fix some testing XML files checkout with incorrect eol
|
||||
+ Fixed regressions: #163 and #194
|
||||
+ Don't ignore valid SCM files
|
||||
* Change of 3.4.1
|
||||
+ Fixes #163: Regression: encoding error when parsing a
|
||||
ISO-8859-1 xml
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 11 14:05:52 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: plexus-utils
|
||||
Version: 3.4.2
|
||||
Version: 3.5.0
|
||||
Release: 0
|
||||
Summary: Plexus Common Utilities
|
||||
License: Apache-1.1 AND Apache-2.0 AND xpp AND BSD-3-Clause AND SUSE-Public-Domain
|
||||
|
Loading…
Reference in New Issue
Block a user