File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
net.lecousin.framework.log.bridges Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ 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.13.2 -brightgreen.svg )] ( https://www.javadoc.io/doc/net.lecousin/core/0.13.2 )
20
+ [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-0.13.3 -brightgreen.svg )] ( https://www.javadoc.io/doc/net.lecousin/core/0.13.3 )
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
- [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-0.13.2 -brightgreen.svg )] ( https://www.javadoc.io/doc/net.lecousin/core.javaee/0.13.2 )
23
+ [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-0.13.3 -brightgreen.svg )] ( https://www.javadoc.io/doc/net.lecousin/core.javaee/0.13.3 )
24
24
25
25
- log.bridges.commons-logging [ ![ Maven Central] ( https://img.shields.io/maven-central/v/net.lecousin.framework/log.bridges.commons-logging.svg )] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22net.lecousin.framework%22%20AND%20a%3A%22log.bridges.commons-logging%22 )
26
- [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-0.13.2 -brightgreen.svg )] ( https://www.javadoc.io/doc/net.lecousin.framework/log.bridges.commons-logging/0.13.2 )
26
+ [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-0.13.3 -brightgreen.svg )] ( https://www.javadoc.io/doc/net.lecousin.framework/log.bridges.commons-logging/0.13.3 )
27
27
28
28
- log.bridges.slf4j [ ![ Maven Central] ( https://img.shields.io/maven-central/v/net.lecousin.framework/log.bridges.slf4j.svg )] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22net.lecousin.framework%22%20AND%20a%3A%22log.bridges.slf4j%22 )
29
- [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-0.13.2 -brightgreen.svg )] ( https://www.javadoc.io/doc/net.lecousin.framework/log.bridges.slf4j/0.13.2 )
29
+ [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-0.13.3 -brightgreen.svg )] ( https://www.javadoc.io/doc/net.lecousin.framework/log.bridges.slf4j/0.13.3 )
30
30
31
31
### Branch 0.13
32
32
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >net.lecousin</groupId >
5
5
<artifactId >core-parent-pom</artifactId >
6
- <version >0.13.2 </version >
6
+ <version >0.13.3 </version >
7
7
</parent >
8
8
<artifactId >core.javaee</artifactId >
9
9
<dependencies >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >net.lecousin</groupId >
7
7
<artifactId >core-parent-pom</artifactId >
8
- <version >0.13.2 </version >
8
+ <version >0.13.3 </version >
9
9
</parent >
10
10
11
11
<artifactId >core</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >net.lecousin.framework</groupId >
7
7
<artifactId >log.bridges</artifactId >
8
- <version >0.13.2 </version >
8
+ <version >0.13.3 </version >
9
9
<relativePath >..</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >net.lecousin</groupId >
9
9
<artifactId >core-parent-pom</artifactId >
10
- <version >0.13.2 </version >
10
+ <version >0.13.3 </version >
11
11
</parent >
12
12
13
13
<modules >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >net.lecousin.framework</groupId >
5
5
<artifactId >log.bridges</artifactId >
6
- <version >0.13.2 </version >
6
+ <version >0.13.3 </version >
7
7
<relativePath >..</relativePath >
8
8
</parent >
9
9
<artifactId >log.bridges.slf4j</artifactId >
Original file line number Diff line number Diff line change 1
1
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
2
<modelVersion >4.0.0</modelVersion >
3
3
<artifactId >core-parent-pom</artifactId >
4
- <version >0.13.2 </version >
4
+ <version >0.13.3 </version >
5
5
<packaging >pom</packaging >
6
6
<parent >
7
7
<groupId >net.lecousin</groupId >
You can’t perform that action at this time.
0 commit comments