Skip to content

Commit

Permalink
set version to 1.0.0-RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-schel committed Jun 20, 2019
1 parent 76810ad commit 341f009
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@

[![Build Status](https://travis-ci.org/research-virtualfortknox/msb-client-websocket-java.svg?branch=master)](https://travis-ci.org/research-virtualfortknox/msb-client-websocket-java)

[![Known Vulnerabilities](https://snyk.io/test/github/research-virtualfortknox/msb-client-websocket-java/badge.svg)](https://snyk.io/test/github/research-virtualfortknox/msb-client-websocket-java)
[![Known Vulnerabilities](https://snyk.io/test/github/research-virtualfortknox/msb-client-websocket-java/badge.svg?targetFile=msb-client-websocket/pom.xml)](https://snyk.io/test/github/research-virtualfortknox/msb-client-websocket-java)

[![codecov.io](https://codecov.io/github/research-virtualfortknox/msb-client-websocket-java/coverage.svg?branch=master)](https://codecov.io/github/research-virtualfortknox/msb-client-websocket-java?branch=master)

[ ![Download](https://api.bintray.com/packages/research-virtualfortknox/research-virtualfortknox/msb-client-websocket-java/images/download.svg) ](https://bintray.com/research-virtualfortknox/research-virtualfortknox/msb-client-websocket-java/_latestVersion)

<p align="center">
<a href="https://research.virtualfortknox.de" target="_blank" rel="noopener noreferrer">
<img src="https://research.virtualfortknox.de/static/cms/img/vfk_research_logo.png" alt="VFK Research Logo" height="70" >
Expand Down Expand Up @@ -39,7 +41,12 @@ You can use this client to connect a java app to VFK MSB.

Import to your application via maven

TODO: upload to maven central
<dependency>
<groupId>com.github.research-virtualfortknox</groupId>
<artifactId>msb-client-api</artifactId>
<version>1.0.0-RELEASE</version>
<type>pom</type>
</dependency>

## Create self-description

Expand Down
2 changes: 1 addition & 1 deletion coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.research-virtualfortknox</groupId>
<artifactId>msb-client-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>msb-client-parent</artifactId>
<groupId>com.github.research-virtualfortknox</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion msb-client-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.research-virtualfortknox</groupId>
<artifactId>msb-client-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion msb-client-websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.research-virtualfortknox</groupId>
<artifactId>msb-client-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

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>com.github.research-virtualfortknox</groupId>
<artifactId>msb-client-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-RELEASE</version>
<packaging>pom</packaging>

<name>msb-client</name>
Expand Down

0 comments on commit 341f009

Please sign in to comment.