Skip to content

Commit

Permalink
RELEASE 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Elifarley Cruz committed Nov 4, 2019
1 parent 5496b19 commit d081bf2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.orgecc.klib</groupId>
<artifactId>klib-root</artifactId>
<version>master-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.orgecc.klib</groupId>
<artifactId>klib-root</artifactId>
<version>master-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -55,13 +55,13 @@
<dependency>
<groupId>com.orgecc.klib</groupId>
<artifactId>klib-base</artifactId>
<version>master-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>

<dependency>
<groupId>com.orgecc.klib</groupId>
<artifactId>klib-json</artifactId>
<version>master-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions http4k/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.orgecc.klib</groupId>
<artifactId>klib-root</artifactId>
<version>master-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.orgecc.klib</groupId>
<artifactId>klib-json</artifactId>
<version>master-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.orgecc.klib</groupId>
<artifactId>klib-root</artifactId>
<version>master-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.orgecc.klib</groupId>
<artifactId>klib-base</artifactId>
<version>master-SNAPSHOT</version>
<version>1.1.0</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 @@ -14,7 +14,7 @@
<!-- see https://github.com/jitpack/jitpack.io/blob/master/BUILDING.md#multi-module-projects -->
<groupId>com.orgecc.klib</groupId>
<artifactId>klib-root</artifactId>
<version>master-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>
<name>klib</name>
<description>Kotlin library with miscellaneous functions</description>
Expand Down

0 comments on commit d081bf2

Please sign in to comment.