Skip to content

Commit 63f1d03

Browse files
committed
v0.17.0
1 parent 1d2fcd0 commit 63f1d03

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ is recommended for better performances on disk operations (detection of physical
2424
[![Sonar](https://sonarcloud.io/api/project_badges/measure?project=lecousin_java-framework-core&branch=master&metric=coverage)](https://sonarcloud.io/dashboard?branch=master&id=lecousin_java-framework-core)
2525

2626
- 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)
27-
[![Javadoc](https://img.shields.io/badge/javadoc-0.16.4-brightgreen.svg)](https://www.javadoc.io/doc/net.lecousin/core/0.16.4)
27+
[![Javadoc](https://img.shields.io/badge/javadoc-0.17.0-brightgreen.svg)](https://www.javadoc.io/doc/net.lecousin/core/0.17.0)
2828

2929
- core.loaders.maven [![Maven Central](https://img.shields.io/maven-central/v/net.lecousin.core.loaders/maven.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22net.lecousin.core.loaders%22%20AND%20a%3A%22maven%22)
30-
[![Javadoc](https://img.shields.io/badge/javadoc-0.16.4-brightgreen.svg)](https://www.javadoc.io/doc/net.lecousin.core.loaders/maven/0.16.4)
30+
[![Javadoc](https://img.shields.io/badge/javadoc-0.17.0-brightgreen.svg)](https://www.javadoc.io/doc/net.lecousin.core.loaders/maven/0.17.0)
3131

3232
- 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)
33-
[![Javadoc](https://img.shields.io/badge/javadoc-0.16.4-brightgreen.svg)](https://www.javadoc.io/doc/net.lecousin/core.javaee/0.16.4)
33+
[![Javadoc](https://img.shields.io/badge/javadoc-0.17.0-brightgreen.svg)](https://www.javadoc.io/doc/net.lecousin/core.javaee/0.17.0)
3434

3535
- 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)
36-
[![Javadoc](https://img.shields.io/badge/javadoc-0.16.4-brightgreen.svg)](https://www.javadoc.io/doc/net.lecousin.framework/log.bridges.commons-logging/0.16.4)
36+
[![Javadoc](https://img.shields.io/badge/javadoc-0.17.0-brightgreen.svg)](https://www.javadoc.io/doc/net.lecousin.framework/log.bridges.commons-logging/0.17.0)
3737

3838
- 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)
39-
[![Javadoc](https://img.shields.io/badge/javadoc-0.16.4-brightgreen.svg)](https://www.javadoc.io/doc/net.lecousin.framework/log.bridges.slf4j/0.16.4)
39+
[![Javadoc](https://img.shields.io/badge/javadoc-0.17.0-brightgreen.svg)](https://www.javadoc.io/doc/net.lecousin.framework/log.bridges.slf4j/0.17.0)
4040

4141
### Current development - branch dev
4242

core.javaee/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>net.lecousin</groupId>
55
<artifactId>core-parent-pom</artifactId>
6-
<version>0.16.4</version>
6+
<version>0.17.0</version>
77
</parent>
88
<artifactId>core.javaee</artifactId>
99
<dependencies>

core.loaders/maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.lecousin</groupId>
77
<artifactId>core.loaders</artifactId>
8-
<version>0.16.4</version>
8+
<version>0.17.0</version>
99
</parent>
1010
<groupId>net.lecousin.core.loaders</groupId>
1111
<artifactId>maven</artifactId>

core.loaders/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>net.lecousin</groupId>
55
<artifactId>core-parent-pom</artifactId>
6-
<version>0.16.4</version>
6+
<version>0.17.0</version>
77
</parent>
88
<artifactId>core.loaders</artifactId>
99
<packaging>pom</packaging>

net.lecousin.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.lecousin</groupId>
77
<artifactId>core-parent-pom</artifactId>
8-
<version>0.16.4</version>
8+
<version>0.17.0</version>
99
</parent>
1010

1111
<artifactId>core</artifactId>

net.lecousin.framework.log.bridges/commons-logging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.lecousin.framework</groupId>
77
<artifactId>log.bridges</artifactId>
8-
<version>0.16.4</version>
8+
<version>0.17.0</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

net.lecousin.framework.log.bridges/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>net.lecousin</groupId>
99
<artifactId>core-parent-pom</artifactId>
10-
<version>0.16.4</version>
10+
<version>0.17.0</version>
1111
</parent>
1212

1313
<modules>

net.lecousin.framework.log.bridges/slf4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>net.lecousin.framework</groupId>
55
<artifactId>log.bridges</artifactId>
6-
<version>0.16.4</version>
6+
<version>0.17.0</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<artifactId>log.bridges.slf4j</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</parent>
88

99
<artifactId>core-parent-pom</artifactId>
10-
<version>0.16.4</version>
10+
<version>0.17.0</version>
1111
<packaging>pom</packaging>
1212

1313
<modules>

0 commit comments

Comments
 (0)