Skip to content

Commit 341f009

Browse files
committed
set version to 1.0.0-RELEASE
1 parent 76810ad commit 341f009

File tree

6 files changed

+14
-7
lines changed

6 files changed

+14
-7
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11

22
[![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)
33

4-
[![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)
4+
[![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)
55

66
[![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)
77

8+
[ ![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)
9+
810
<p align="center">
911
<a href="https://research.virtualfortknox.de" target="_blank" rel="noopener noreferrer">
1012
<img src="https://research.virtualfortknox.de/static/cms/img/vfk_research_logo.png" alt="VFK Research Logo" height="70" >
@@ -39,7 +41,12 @@ You can use this client to connect a java app to VFK MSB.
3941

4042
Import to your application via maven
4143

42-
TODO: upload to maven central
44+
<dependency>
45+
<groupId>com.github.research-virtualfortknox</groupId>
46+
<artifactId>msb-client-api</artifactId>
47+
<version>1.0.0-RELEASE</version>
48+
<type>pom</type>
49+
</dependency>
4350

4451
## Create self-description
4552

coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.github.research-virtualfortknox</groupId>
99
<artifactId>msb-client-parent</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>1.0.0-RELEASE</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>msb-client-parent</artifactId>
88
<groupId>com.github.research-virtualfortknox</groupId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0-RELEASE</version>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

msb-client-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.research-virtualfortknox</groupId>
77
<artifactId>msb-client-parent</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0-RELEASE</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

msb-client-websocket/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.research-virtualfortknox</groupId>
88
<artifactId>msb-client-parent</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0-RELEASE</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.research-virtualfortknox</groupId>
77
<artifactId>msb-client-parent</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0-RELEASE</version>
99
<packaging>pom</packaging>
1010

1111
<name>msb-client</name>

0 commit comments

Comments
 (0)