Skip to content

Commit

Permalink
Release version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ketola committed Feb 8, 2021
1 parent ec9c4e2 commit 0bc264d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ Maven:
<dependency>
<groupId>dev.jlibra</groupId>
<artifactId>jlibra-core</artifactId>
<version>0.15.0</version>
<version>0.16.0</version>
</dependency>
```

Gradle:

`compile("dev.jlibra:jlibra-core:0.15.0")`
`compile("dev.jlibra:jlibra-core:0.16.0")`

## How-Tos & Step-by-Step Guides

Expand Down
2 changes: 1 addition & 1 deletion jlibra-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>dev.jlibra</groupId>
<artifactId>jlibra-parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.1-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jlibra-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>dev.jlibra</groupId>
<artifactId>jlibra-parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.1-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jlibra-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jlibra-parent</artifactId>
<groupId>dev.jlibra</groupId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.1-SNAPSHOT</version>
</parent>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jlibra-poller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>dev.jlibra</groupId>
<artifactId>jlibra-parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.1-SNAPSHOT</version>
</parent>

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

<groupId>dev.jlibra</groupId>
<artifactId>jlibra-parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>jlibra</name>
Expand Down

0 comments on commit 0bc264d

Please sign in to comment.