From 341f009df3e1102ea316823c0bcc856656eaba3c Mon Sep 17 00:00:00 2001 From: des Date: Fri, 21 Jun 2019 00:24:19 +0200 Subject: [PATCH] set version to 1.0.0-RELEASE --- README.md | 11 +++++++++-- coverage/pom.xml | 2 +- example/pom.xml | 2 +- msb-client-api/pom.xml | 2 +- msb-client-websocket/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 14 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 326402c..a5fe9aa 100644 --- a/README.md +++ b/README.md @@ -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) +

VFK Research Logo @@ -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 + + com.github.research-virtualfortknox + msb-client-api + 1.0.0-RELEASE + pom + ## Create self-description diff --git a/coverage/pom.xml b/coverage/pom.xml index 4355bda..dab0408 100644 --- a/coverage/pom.xml +++ b/coverage/pom.xml @@ -7,7 +7,7 @@ com.github.research-virtualfortknox msb-client-parent - 1.0.0-SNAPSHOT + 1.0.0-RELEASE ../pom.xml diff --git a/example/pom.xml b/example/pom.xml index 41a3336..59ad791 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -6,7 +6,7 @@ msb-client-parent com.github.research-virtualfortknox - 1.0.0-SNAPSHOT + 1.0.0-RELEASE 4.0.0 diff --git a/msb-client-api/pom.xml b/msb-client-api/pom.xml index 9be9e68..cdc5324 100644 --- a/msb-client-api/pom.xml +++ b/msb-client-api/pom.xml @@ -5,7 +5,7 @@ com.github.research-virtualfortknox msb-client-parent - 1.0.0-SNAPSHOT + 1.0.0-RELEASE ../pom.xml diff --git a/msb-client-websocket/pom.xml b/msb-client-websocket/pom.xml index 441df8b..733591e 100644 --- a/msb-client-websocket/pom.xml +++ b/msb-client-websocket/pom.xml @@ -6,7 +6,7 @@ com.github.research-virtualfortknox msb-client-parent - 1.0.0-SNAPSHOT + 1.0.0-RELEASE ../pom.xml diff --git a/pom.xml b/pom.xml index ed7e698..0fd7d55 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.research-virtualfortknox msb-client-parent - 1.0.0-SNAPSHOT + 1.0.0-RELEASE pom msb-client