Skip to content

Commit

Permalink
Edit README.md to contain correct version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 28, 2023
1 parent 9e8623f commit 473ca88
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Actions Status](https://github.com/levigo/neverpile-commons/workflows/Continuous%20Delivery/badge.svg)](https://github.com/levigo/neverpile-commons/actions)
[![Docker Hub](https://img.shields.io/badge/MADE%20with-JAVA-RED.svg)](#JAVA)
[![Generic badge](https://img.shields.io/badge/current%20version-1.8.1-1abc9c.svg)](https://github.com/levigo/neverpile-commons/tree/v1.8.1)
[![Generic badge](https://img.shields.io/badge/current%20version-1.9.0-1abc9c.svg)](https://github.com/levigo/neverpile-commons/tree/v1.9.0)

# neverpile-commons
A collection of libraries used by several neverpile components.
Expand All @@ -11,35 +11,35 @@ __Maven dependencies__
<dependency>
<groupId>com.neverpile.commons</groupId>
<artifactId>neverpile-commons-authorization</artifactId>
<version>1.8.1</version>
<version>1.9.0</version>
</dependency>

<dependency>
<groupId>com.neverpile.commons</groupId>
<artifactId>neverpile-commons-condition</artifactId>
<version>1.8.1</version>
<version>1.9.0</version>
</dependency>

<dependency>
<groupId>com.neverpile.commons</groupId>
<artifactId>neverpile-commons-openapi</artifactId>
<version>1.8.1</version>
<version>1.9.0</version>
</dependency>

<dependency>
<groupId>com.neverpile.commons</groupId>
<artifactId>neverpile-commons-opentracing</artifactId>
<version>1.8.1</version>
<version>1.9.0</version>
</dependency>

<dependency>
<groupId>com.neverpile.commons</groupId>
<artifactId>neverpile-commons-swagger-ui</artifactId>
<version>1.8.1</version>
<version>1.9.0</version>
</dependency>

<dependency>
<groupId>com.neverpile.commons</groupId>
<artifactId>neverpile-commons-util</artifactId>
<version>1.8.1</version>
<version>1.9.0</version>
</dependency>

0 comments on commit 473ca88

Please sign in to comment.