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

Commit

Permalink
1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
sokomishalov committed Sep 23, 2019
1 parent 7e85443 commit c436327
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.0.14</version>
<version>1.0.15</version>
</parent>

<artifactId>commons-core</artifactId>
<version>1.0.14</version>
<version>1.0.15</version>

<properties>
<kotlin.version>1.3.50</kotlin.version>
Expand Down
6 changes: 3 additions & 3 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.0.14</version>
<version>1.0.15</version>
</parent>

<artifactId>commons-spring</artifactId>
<version>1.0.14</version>
<version>1.0.15</version>

<properties>
<kotlin.version>1.3.50</kotlin.version>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-core</artifactId>
<version>1.0.14</version>
<version>1.0.15</version>
</dependency>

<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.0.14</version>
<version>1.0.15</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit c436327

Please sign in to comment.