Skip to content

Commit

Permalink
Release version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sauli Ketola committed Jan 17, 2020
1 parent 3af0200 commit 34325b6
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 @@ -57,13 +57,13 @@ Maven:
<dependency>
<groupId>dev.jlibra</groupId>
<artifactId>jlibra-core</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</dependency>
```

Gradle:

`compile("dev.jlibra:jlibra-core:0.6.0")`
`compile("dev.jlibra:jlibra-core:0.7.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.6.1-SNAPSHOT</version>
<version>0.7.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 @@ -8,7 +8,7 @@
<parent>
<groupId>dev.jlibra</groupId>
<artifactId>jlibra-parent</artifactId>
<version>0.6.1-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jlibra-grpc/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.6.1-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
</parent>

<properties>
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.6.1-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
</parent>

<packaging>jar</packaging>
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.6.1-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>jlibra</name>
Expand Down

0 comments on commit 34325b6

Please sign in to comment.