File tree 4 files changed +4
-4
lines changed
net.lecousin.framework.log.bridges
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ is recommended for better performances on disk operations (detection of physical
17
17
[ ![ Codecov] ( https://codecov.io/gh/lecousin/java-framework-core/graph/badge.svg )] ( https://codecov.io/gh/lecousin/java-framework-core/branch/master )
18
18
19
19
- core [ ![ Maven Central] ( https://img.shields.io/maven-central/v/net.lecousin/core.svg )] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22net.lecousin%22%20AND%20a%3A%22core%22 )
20
- [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-0.9.9 -brightgreen.svg )] ( https://www.javadoc.io/doc/net.lecousin/core/0.9.9 )
20
+ [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-0.9.10 -brightgreen.svg )] ( https://www.javadoc.io/doc/net.lecousin/core/0.9.10 )
21
21
22
22
- core.javaee [ ![ Maven Central] ( https://img.shields.io/maven-central/v/net.lecousin/core.javaee.svg )] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22net.lecousin%22%20AND%20a%3A%22core.javaee%22 )
23
23
[ ![ Javadoc] ( https://img.shields.io/badge/javadoc-0.9.0-brightgreen.svg )] ( https://www.javadoc.io/doc/net.lecousin/core.javaee/0.9.0 )
Original file line number Diff line number Diff line change 11
11
<dependency >
12
12
<groupId >net.lecousin</groupId >
13
13
<artifactId >core</artifactId >
14
- <version >0.9.9 </version >
14
+ <version >0.9.10 </version >
15
15
</dependency >
16
16
<dependency >
17
17
<groupId >javax.enterprise.concurrent</groupId >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >net.lecousin</groupId >
5
5
<artifactId >core</artifactId >
6
- <version >0.9.9 </version >
6
+ <version >0.9.10 </version >
7
7
8
8
<parent >
9
9
<groupId >net.lecousin</groupId >
Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >net.lecousin</groupId >
37
37
<artifactId >core</artifactId >
38
- <version >0.9.9 </version >
38
+ <version >0.9.10 </version >
39
39
</dependency >
40
40
</dependencies >
41
41
</dependencyManagement >
You can’t perform that action at this time.
0 commit comments