Skip to content

Commit

Permalink
Release v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanth-lingala committed Oct 19, 2019
1 parent 83d19b9 commit 7ad5998
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ once again, and makes me support Zip4j as much as I can.
<dependency>
<groupId>net.lingala.zip4j</groupId>
<artifactId>zip4j</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>
</dependency>
~~~~

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.lingala.zip4j</groupId>
<artifactId>zip4j</artifactId>
<version>2.2.3.5-SNAPSHOT</version>
<version>2.2.3</version>

<name>Zip4j</name>
<description>Zip4j - A Java library for zip files and streams</description>
Expand Down Expand Up @@ -164,7 +164,7 @@
<executions>
<execution>
<id>bundle-manifest</id>
<phase>deploy</phase>
<phase>package</phase>
<goals>
<goal>bundle</goal>
</goals>
Expand Down

0 comments on commit 7ad5998

Please sign in to comment.