Skip to content

Commit

Permalink
Updated version to 2.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
syermakov committed Apr 20, 2018
1 parent e345120 commit df5af16
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 13 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,17 @@ Complete reference guide is coming soon.

## Release notes

### v.2.2.2 (21-Apr-2018)

Bug fixes:

- Fixed a memory leak when trying to write to a closed network channel.

Dependency Upgrades:

- Upgraded to Netty 4.1.21.Final.


### v.2.2.1 (12-Apr-2018)

Bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion hekate-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.hekate</groupId>
<artifactId>hekate-parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
<relativePath>../hekate-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hekate-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.hekate</groupId>
<artifactId>hekate-parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
<relativePath>../hekate-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hekate-dev-build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.hekate</groupId>
<artifactId>hekate-parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
<relativePath>../hekate-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hekate-dev-profiling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.hekate</groupId>
<artifactId>hekate-parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
<relativePath>../hekate-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hekate-jclouds-aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.hekate</groupId>
<artifactId>hekate-parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
<relativePath>../hekate-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hekate-jclouds-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.hekate</groupId>
<artifactId>hekate-parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
<relativePath>../hekate-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hekate-metrics-cloudwatch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.hekate</groupId>
<artifactId>hekate-parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
<relativePath>../hekate-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hekate-metrics-influxdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.hekate</groupId>
<artifactId>hekate-parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
<relativePath>../hekate-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hekate-metrics-statsd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.hekate</groupId>
<artifactId>hekate-parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
<relativePath>../hekate-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hekate-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>io.hekate</groupId>
<artifactId>hekate-parent</artifactId>
<packaging>pom</packaging>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>

<name>Hekate.io</name>
<description>Java library for cluster communications and computing.</description>
Expand Down
2 changes: 1 addition & 1 deletion hekate-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.hekate</groupId>
<artifactId>hekate-parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
<relativePath>../hekate-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hekate-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.hekate</groupId>
<artifactId>hekate-parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
<relativePath>../hekate-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.hekate</groupId>
<artifactId>hekate-parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
<relativePath>hekate-parent</relativePath>
</parent>

Expand Down

0 comments on commit df5af16

Please sign in to comment.