File tree Expand file tree Collapse file tree 6 files changed +14
-7
lines changed Expand file tree Collapse file tree 6 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
1
2
2
[ ![ 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 )
3
3
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 )
5
5
6
6
[ ![ 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 )
7
7
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
+
8
10
<p align =" center " >
9
11
<a href =" https://research.virtualfortknox.de " target =" _blank " rel =" noopener noreferrer " >
10
12
<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.
39
41
40
42
Import to your application via maven
41
43
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 >
43
50
44
51
## Create self-description
45
52
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.github.research-virtualfortknox</groupId >
9
9
<artifactId >msb-client-parent</artifactId >
10
- <version >1.0.0-SNAPSHOT </version >
10
+ <version >1.0.0-RELEASE </version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<artifactId >msb-client-parent</artifactId >
8
8
<groupId >com.github.research-virtualfortknox</groupId >
9
- <version >1.0.0-SNAPSHOT </version >
9
+ <version >1.0.0-RELEASE </version >
10
10
</parent >
11
11
<modelVersion >4.0.0</modelVersion >
12
12
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.github.research-virtualfortknox</groupId >
7
7
<artifactId >msb-client-parent</artifactId >
8
- <version >1.0.0-SNAPSHOT </version >
8
+ <version >1.0.0-RELEASE </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.github.research-virtualfortknox</groupId >
8
8
<artifactId >msb-client-parent</artifactId >
9
- <version >1.0.0-SNAPSHOT </version >
9
+ <version >1.0.0-RELEASE </version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.github.research-virtualfortknox</groupId >
7
7
<artifactId >msb-client-parent</artifactId >
8
- <version >1.0.0-SNAPSHOT </version >
8
+ <version >1.0.0-RELEASE </version >
9
9
<packaging >pom</packaging >
10
10
11
11
<name >msb-client</name >
You can’t perform that action at this time.
0 commit comments