Skip to content

Commit ba64d14

Browse files
o Next release will be 3.2 due to addition of XZ compressor.
1 parent b3e4a45 commit ba64d14

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ReleaseNotes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Plexus Archiver and Plexus-IO combined release notes
44
Since archiver depends on a given version of IO this list is cumulative,
55
any version includes *all* changes below.
66

7+
## Release 3.2
8+
9+
* Task [#31](https://github.com/codehaus-plexus/plexus-archiver/issues/31) Upgrade of 'plexus-utils' to 3.0.23.
10+
* Task [#32](https://github.com/codehaus-plexus/plexus-archiver/issues/32) Upgrade of 'commons-io' to 2.5.
11+
* Fixed [#33](https://github.com/codehaus-plexus/plexus-archiver/issues/32) Exceptions are suppressed incorrectly.
12+
* Pull Request [#27](https://github.com/codehaus-plexus/plexus-archiver/issues/27) Added xz compression support.
713

814
## Release 3.1.1
915

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>plexus-archiver</artifactId>
13-
<version>3.1.2-SNAPSHOT</version>
13+
<version>3.2-SNAPSHOT</version>
1414
<name>Plexus Archiver Component</name>
1515

1616
<scm>

0 commit comments

Comments
 (0)