Skip to content

Commit

Permalink
Update version to v.3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
syermakov committed Feb 29, 2020
1 parent 44f7cda commit 3e2ef6f
Show file tree
Hide file tree
Showing 28 changed files with 30 additions and 30 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ __More Examples__: Please see the **[hekate-io/hekate-examples](https://github.c
<dependency>
<groupId>io.hekate</groupId>
<artifactId>hekate-spring-boot</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.0</version>
</dependency>
```

Expand All @@ -136,7 +136,7 @@ __More Examples__: Please see the **[hekate-io/hekate-examples](https://github.c
<dependency>
<groupId>io.hekate</groupId>
<artifactId>hekate-spring</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.0</version>
</dependency>
```

Expand All @@ -145,7 +145,7 @@ __More Examples__: Please see the **[hekate-io/hekate-examples](https://github.c
<dependency>
<groupId>io.hekate</groupId>
<artifactId>hekate-core</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion hekate-all/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All-in-One Maven module that contains all binary/source code and javadocs of [He
<dependency>
<groupId>io.hekate</groupId>
<artifactId>hekate-all</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.0</version>
</dependency>
```
**NOTICE:** Dependencies on third party libraries are **not included** in this module.
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>3.8.0-SNAPSHOT</version>
<version>3.8.0</version>
<relativePath>../hekate-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hekate-build-util/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>3.8.0-SNAPSHOT</version>
<version>3.8.0</version>
<relativePath>../hekate-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hekate-codec-fst/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ in [Hekate.io](https://github.com/hekate-io/hekate) library.
<dependency>
<groupId>io.hekate</groupId>
<artifactId>hekate-codec-fst</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.0</version>
</dependency>
```
2 changes: 1 addition & 1 deletion hekate-codec-fst/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>3.8.0-SNAPSHOT</version>
<version>3.8.0</version>
<relativePath>../hekate-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hekate-codec-kryo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ This module provides integration with [Kryo](https://github.com/EsotericSoftware
<dependency>
<groupId>io.hekate</groupId>
<artifactId>hekate-codec-kryo</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.0</version>
</dependency>
```
2 changes: 1 addition & 1 deletion hekate-codec-kryo/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>3.8.0-SNAPSHOT</version>
<version>3.8.0</version>
<relativePath>../hekate-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hekate-consul/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ for [Hekate.io](https://github.com/hekate-io/hekate) library.
<dependency>
<groupId>io.hekate</groupId>
<artifactId>hekate-consul</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.0</version>
</dependency>
```
2 changes: 1 addition & 1 deletion hekate-consul/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>3.8.0-SNAPSHOT</version>
<version>3.8.0</version>
<relativePath>../hekate-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hekate-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ This module represents the core functionality of [Hekate.io](https://github.com/
<dependency>
<groupId>io.hekate</groupId>
<artifactId>hekate-core</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.0</version>
</dependency>
```
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>3.8.0-SNAPSHOT</version>
<version>3.8.0</version>
<relativePath>../hekate-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hekate-etcd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ for [Hekate.io](https://github.com/hekate-io/hekate) library.
<dependency>
<groupId>io.hekate</groupId>
<artifactId>hekate-etcd</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.0</version>
</dependency>
```
2 changes: 1 addition & 1 deletion hekate-etcd/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>3.8.0-SNAPSHOT</version>
<version>3.8.0</version>
<relativePath>../hekate-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hekate-jclouds-aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ for [Hekate.io](https://github.com/hekate-io/hekate) library.
<dependency>
<groupId>io.hekate</groupId>
<artifactId>hekate-jclouds-aws</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.0</version>
</dependency>
```
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>3.8.0-SNAPSHOT</version>
<version>3.8.0</version>
<relativePath>../hekate-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hekate-jclouds-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ for [Hekate.io](https://github.com/hekate-io/hekate) library.
<dependency>
<groupId>io.hekate</groupId>
<artifactId>hekate-jclouds-core</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.0</version>
</dependency>
```
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>3.8.0-SNAPSHOT</version>
<version>3.8.0</version>
<relativePath>../hekate-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hekate-kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ for [Hekate.io](https://github.com/hekate-io/hekate) library.
<dependency>
<groupId>io.hekate</groupId>
<artifactId>hekate-kubernetes</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.0</version>
</dependency>
```
2 changes: 1 addition & 1 deletion hekate-kubernetes/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>3.8.0-SNAPSHOT</version>
<version>3.8.0</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>3.8.0-SNAPSHOT</version>
<version>3.8.0</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/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ for [Hekate.io](https://github.com/hekate-io/hekate) services and components.
<dependency>
<groupId>io.hekate</groupId>
<artifactId>hekate-spring-boot</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.0</version>
</dependency>
```
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>3.8.0-SNAPSHOT</version>
<version>3.8.0</version>
<relativePath>../hekate-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hekate-spring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ with [Spring Framework](https://projects.spring.io/spring-framework/)
<dependency>
<groupId>io.hekate</groupId>
<artifactId>hekate-spring</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.0</version>
</dependency>
```
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>3.8.0-SNAPSHOT</version>
<version>3.8.0</version>
<relativePath>../hekate-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hekate-zookeeper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ for [Hekate.io](https://github.com/hekate-io/hekate) library.
<dependency>
<groupId>io.hekate</groupId>
<artifactId>hekate-zookeeper</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.0</version>
</dependency>
```
2 changes: 1 addition & 1 deletion hekate-zookeeper/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>3.8.0-SNAPSHOT</version>
<version>3.8.0</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>3.8.0-SNAPSHOT</version>
<version>3.8.0</version>
<relativePath>hekate-parent</relativePath>
</parent>

Expand Down

0 comments on commit 3e2ef6f

Please sign in to comment.