File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,13 @@ is recommended for better performances on disk operations (detection of physical
10
10
11
11
## Build status
12
12
13
- Master: ![ build status] ( https://travis-ci.org/lecousin/java-framework-core.svg?branch=master " Build Status ")
14
-
15
- Branch 0.8: ![ build status] ( https://travis-ci.org/lecousin/java-framework-core.svg?branch=0.8 " Build Status ")
16
-
17
- Modules with current version:
18
- * core 0.8.5
19
- [ Javadoc] ( https://www.javadoc.io/doc/net.lecousin/core/0.8.5 " Javadoc ")
20
- [ Maven Central Repository] ( http://search.maven.org/#artifactdetails%7Cnet.lecousin%7Ccore%7C0.8.5%7Cjar " Maven ")
21
- * log.bridges.commons-logging 0.1.0
22
- [ Javadoc] ( https://www.javadoc.io/doc/net.lecousin.framework/log.bridges.commons-logging/0.1.0 " Javadoc ")
23
- [ Maven Central Repository] ( http://search.maven.org/#artifactdetails%7Cnet.lecousin.framework%7Clog.bridges.commons-logging%7C0.1.0%7Cjar " Maven ")
13
+ Branch | Modules | Build Status | Test Coverage | Javadoc
14
+ --- | --- | --- | --- | ---
15
+ master | core [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/net.lecousin/core/badge.svg?style=flat )] ( http://search.maven.org/#artifactdetails%7Cnet.lecousin%7Ccore%7C0.8.5%7Cjar ) | ![ build status] ( https://travis-ci.org/lecousin/java-framework-core.svg?branch=master " Build Status ") | [ ![ Codecov] ( https://codecov.io/gh/lecousin/java-framework-core/branch/master/graph/badge.svg )] ( https://codecov.io/gh/lecousin/java-framework-core/branch/master ) | [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-0.8.5-brightgreen.svg )] ( https://www.javadoc.io/doc/net.lecousin/core/0.8.5 )
16
+ . | log.bridges.commons-logging [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/net.lecousin.framework/log.bridges.commons-logging/badge.svg?style=flat )] ( http://search.maven.org/#artifactdetails%7Cnet.lecousin.framework%7Clog.bridges.commons-logging%7C0.1.0%7Cjar ) | | | [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-0.1.0-brightgreen.svg )] ( https://www.javadoc.io/doc/net.lecousin.framework/log.bridges.commons-logging/0.1.0 )
17
+ 0.9 | core 0.9.0 | ![ build status] ( https://travis-ci.org/lecousin/java-framework-core.svg?branch=0.9 " Build Status ") | [ ![ Codecov] ( https://codecov.io/gh/lecousin/java-framework-core/branch/0.9/graph/badge.svg )] ( https://codecov.io/gh/lecousin/java-framework-core/branch/0.9 )
18
+ . | core.javaee 0.9.0
19
+ . | log.bridges.commons-logging 0.1.1
24
20
25
21
## Multi-threading
26
22
You can’t perform that action at this time.
0 commit comments