Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sokomishalov committed Jan 4, 2020
1 parent 69af9eb commit 99d9842
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 36 deletions.
12 changes: 6 additions & 6 deletions commons-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</parent>

<artifactId>commons-cache</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>

<dependencies>

Expand All @@ -20,25 +20,25 @@
<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-core</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</dependency>

<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</dependency>

<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-serialization</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</dependency>

<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-coroutines</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</dependency>

<!-- OPTIONAL DEPS -->
Expand Down
4 changes: 2 additions & 2 deletions commons-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</parent>

<artifactId>commons-core</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>

<dependencies>

Expand Down
6 changes: 3 additions & 3 deletions commons-coroutines/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
<parent>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</parent>

<artifactId>commons-coroutines</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>

<dependencies>
<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-core</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</dependency>

<dependency>
Expand Down
12 changes: 6 additions & 6 deletions commons-distributed-locks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,31 @@
<parent>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</parent>

<artifactId>commons-distributed-locks</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>

<dependencies>
<!-- COMPILE DEPS -->

<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-core</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</dependency>

<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-coroutines</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</dependency>

<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-serialization</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</dependency>

<!-- OPTIONAL DEPS -->
Expand Down Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions commons-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
<parent>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</parent>

<artifactId>commons-logging</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>

<dependencies>
<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-core</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions commons-reactor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
<parent>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</parent>

<artifactId>commons-reactor</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>

<dependencies>
<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-core</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions commons-serialization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
<parent>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</parent>

<artifactId>commons-serialization</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>

<dependencies>
<!-- COMPILE DEPS -->

<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-core</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</dependency>

<dependency>
Expand Down
18 changes: 9 additions & 9 deletions commons-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</parent>

<artifactId>commons-spring</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>

<dependencies>

Expand All @@ -20,19 +20,19 @@
<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-core</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</dependency>

<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</dependency>

<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-serialization</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</dependency>

<dependency>
Expand All @@ -58,28 +58,28 @@
<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-reactor</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
<optional>true</optional>
</dependency>

<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-coroutines</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
<optional>true</optional>
</dependency>

<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-distributed-locks</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
<optional>true</optional>
</dependency>

<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-cache</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
<optional>true</optional>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 99d9842

Please sign in to comment.