File tree Expand file tree Collapse file tree 7 files changed +15
-20
lines changed
net.lecousin.framework.log.bridges Expand file tree Collapse file tree 7 files changed +15
-20
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.1 -brightgreen.svg )] ( https://www.javadoc.io/doc/net.lecousin/core/0.13.1 )
20
+ [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-0.13.2 -brightgreen.svg )] ( https://www.javadoc.io/doc/net.lecousin/core/0.13.2 )
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.1 -brightgreen.svg )] ( https://www.javadoc.io/doc/net.lecousin/core.javaee/0.13.1 )
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 )
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.1 -brightgreen.svg )] ( https://www.javadoc.io/doc/net.lecousin.framework/log.bridges.commons-logging/0.13.1 )
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 )
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.1 -brightgreen.svg )] ( https://www.javadoc.io/doc/net.lecousin.framework/log.bridges.slf4j/0.13.1 )
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 )
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.1 </version >
6
+ <version >0.13.2 </version >
7
7
</parent >
8
8
<artifactId >core.javaee</artifactId >
9
- <version >0.13.1</version >
10
9
<dependencies >
11
10
<dependency >
12
11
<groupId >net.lecousin</groupId >
13
12
<artifactId >core</artifactId >
14
- <version >0.13.1 </version >
13
+ <version >${project.version} </version >
15
14
</dependency >
16
15
<dependency >
17
16
<groupId >javax.enterprise.concurrent</groupId >
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"
2
2
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
- <artifactId >core</artifactId >
5
- <version >0.13.1</version >
6
4
7
5
<parent >
8
6
<groupId >net.lecousin</groupId >
9
7
<artifactId >core-parent-pom</artifactId >
10
- <version >0.13.1 </version >
8
+ <version >0.13.2 </version >
11
9
</parent >
12
10
11
+ <artifactId >core</artifactId >
12
+
13
13
<name >lecousin.net Java core framework</name >
14
14
<description >Multi-threading, flexible IO</description >
15
15
<url >https://github.com/lecousin/java-framework-core</url >
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 >log.bridges.commons-logging</artifactId >
4
- <version >0.13.1</version >
5
4
6
5
<parent >
7
6
<groupId >net.lecousin.framework</groupId >
8
7
<artifactId >log.bridges</artifactId >
9
- <version >0.13.1 </version >
8
+ <version >0.13.2 </version >
10
9
<relativePath >..</relativePath >
11
10
</parent >
12
11
Original file line number Diff line number Diff line change 3
3
<groupId >net.lecousin.framework</groupId >
4
4
<artifactId >log.bridges</artifactId >
5
5
<packaging >pom</packaging >
6
- <version >0.13.1</version >
7
6
8
7
<parent >
9
8
<groupId >net.lecousin</groupId >
10
9
<artifactId >core-parent-pom</artifactId >
11
- <version >0.13.1 </version >
10
+ <version >0.13.2 </version >
12
11
</parent >
13
12
14
13
<modules >
36
35
<dependency >
37
36
<groupId >net.lecousin</groupId >
38
37
<artifactId >core</artifactId >
39
- <version >0.13.1 </version >
38
+ <version >${project.version} </version >
40
39
</dependency >
41
40
<dependency >
42
41
<groupId >net.lecousin</groupId >
43
42
<artifactId >core</artifactId >
44
- <version >0.13.1 </version >
43
+ <version >${project.version} </version >
45
44
<type >test-jar</type >
46
45
</dependency >
47
46
</dependencies >
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.1 </version >
6
+ <version >0.13.2 </version >
7
7
<relativePath >..</relativePath >
8
8
</parent >
9
9
<artifactId >log.bridges.slf4j</artifactId >
10
- <version >0.13.1</version >
11
-
12
10
13
11
<name >lecousin.net logging system bridge for SLF4J</name >
14
12
<description >Bridge from SLF4J to lecousin.net core logging system</description >
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.1 </version >
4
+ <version >0.13.2 </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