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

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sokomishalov committed Mar 19, 2020
1 parent e635b48 commit c8d7888
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add the dependency:
<dependency>
<groupId>com.github.sokomishalov.commons</groupId>
<artifactId>commons-[module]</artifactId>
<version>1.1.13</version>
<version>1.1.14</version>
</dependency>
```

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.13</version>
<version>1.1.14</version>
</parent>

<artifactId>commons-core</artifactId>
<version>1.1.13</version>
<version>1.1.14</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.13</version>
<version>1.1.14</version>
</parent>

<artifactId>commons-coroutines</artifactId>
<version>1.1.13</version>
<version>1.1.14</version>

<dependencies>
<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-core</artifactId>
<version>1.1.13</version>
<version>1.1.14</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.13</version>
<version>1.1.14</version>
</parent>

<artifactId>commons-logging</artifactId>
<version>1.1.13</version>
<version>1.1.14</version>

<dependencies>
<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-core</artifactId>
<version>1.1.13</version>
<version>1.1.14</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.13</version>
<version>1.1.14</version>
</parent>

<artifactId>commons-reactor</artifactId>
<version>1.1.13</version>
<version>1.1.14</version>

<dependencies>
<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-core</artifactId>
<version>1.1.13</version>
<version>1.1.14</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.13</version>
<version>1.1.14</version>
</parent>

<artifactId>commons-serialization</artifactId>
<version>1.1.13</version>
<version>1.1.14</version>

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

<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-core</artifactId>
<version>1.1.13</version>
<version>1.1.14</version>
</dependency>

<dependency>
Expand Down
14 changes: 7 additions & 7 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.13</version>
<version>1.1.14</version>
</parent>

<artifactId>commons-spring</artifactId>
<version>1.1.13</version>
<version>1.1.14</version>

<dependencies>

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

<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.13</version>
<version>1.1.14</version>
</dependency>

<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-serialization</artifactId>
<version>1.1.13</version>
<version>1.1.14</version>
</dependency>

<dependency>
Expand All @@ -58,14 +58,14 @@
<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-reactor</artifactId>
<version>1.1.13</version>
<version>1.1.14</version>
<optional>true</optional>
</dependency>

<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-coroutines</artifactId>
<version>1.1.13</version>
<version>1.1.14</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.13</version>
<version>1.1.14</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit c8d7888

Please sign in to comment.