File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
net.lecousin.framework.log.bridges Expand file tree Collapse file tree 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
1717[ ![ Codecov] ( https://codecov.io/gh/lecousin/java-framework-core/graph/badge.svg )] ( https://codecov.io/gh/lecousin/java-framework-core/branch/master )
1818
1919 - 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.12 -brightgreen.svg )] ( https://www.javadoc.io/doc/net.lecousin/core/0.9.12 )
20+ [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-0.9.13 -brightgreen.svg )] ( https://www.javadoc.io/doc/net.lecousin/core/0.9.13 )
2121
2222 - 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 )
2323 [ ![ 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 1111 <dependency >
1212 <groupId >net.lecousin</groupId >
1313 <artifactId >core</artifactId >
14- <version >0.9.12 </version >
14+ <version >0.9.13 </version >
1515 </dependency >
1616 <dependency >
1717 <groupId >javax.enterprise.concurrent</groupId >
Original file line number Diff line number Diff line change 22 xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <artifactId >core</artifactId >
5- <version >0.9.12 </version >
5+ <version >0.9.13 </version >
66
77 <parent >
88 <groupId >net.lecousin</groupId >
Original file line number Diff line number Diff line change 3535 <dependency >
3636 <groupId >net.lecousin</groupId >
3737 <artifactId >core</artifactId >
38- <version >0.9.12 </version >
38+ <version >0.9.13 </version >
3939 </dependency >
4040 </dependencies >
4141 </dependencyManagement >
You can’t perform that action at this time.
0 commit comments