Skip to content

Commit c021025

Browse files
committed
v0.11.0
1 parent 38a2389 commit c021025

File tree

7 files changed

+22
-22
lines changed

7 files changed

+22
-22
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@ 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.10.1-brightgreen.svg)](https://www.javadoc.io/doc/net.lecousin/core/0.10.1)
20+
[![Javadoc](https://img.shields.io/badge/javadoc-0.11.0-brightgreen.svg)](https://www.javadoc.io/doc/net.lecousin/core/0.11.0)
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)
23-
[![Javadoc](https://img.shields.io/badge/javadoc-0.10.0-brightgreen.svg)](https://www.javadoc.io/doc/net.lecousin/core.javaee/0.10.0)
23+
[![Javadoc](https://img.shields.io/badge/javadoc-0.11.0-brightgreen.svg)](https://www.javadoc.io/doc/net.lecousin/core.javaee/0.11.0)
2424

2525
- 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.10.0-brightgreen.svg)](https://www.javadoc.io/doc/net.lecousin.framework/log.bridges.commons-logging/0.10.0)
26+
[![Javadoc](https://img.shields.io/badge/javadoc-0.11.0-brightgreen.svg)](https://www.javadoc.io/doc/net.lecousin.framework/log.bridges.commons-logging/0.11.0)
2727

2828
- 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.10.0-brightgreen.svg)](https://www.javadoc.io/doc/net.lecousin.framework/log.bridges.slf4j/0.10.0)
29+
[![Javadoc](https://img.shields.io/badge/javadoc-0.11.0-brightgreen.svg)](https://www.javadoc.io/doc/net.lecousin.framework/log.bridges.slf4j/0.11.0)
3030

31-
### Branch 0.10
31+
### Branch 0.11
3232

33-
![build status](https://travis-ci.org/lecousin/java-framework-core.svg?branch=0.10 "Build Status")
34-
![build status](https://ci.appveyor.com/api/projects/status/github/lecousin/java-framework-core?branch=0.10&svg=true "Build Status")
35-
[![Codecov](https://codecov.io/gh/lecousin/java-framework-core/branch/0.10/graph/badge.svg)](https://codecov.io/gh/lecousin/java-framework-core/branch/0.10)
33+
![build status](https://travis-ci.org/lecousin/java-framework-core.svg?branch=0.11 "Build Status")
34+
![build status](https://ci.appveyor.com/api/projects/status/github/lecousin/java-framework-core?branch=0.11&svg=true "Build Status")
35+
[![Codecov](https://codecov.io/gh/lecousin/java-framework-core/branch/0.11/graph/badge.svg)](https://codecov.io/gh/lecousin/java-framework-core/branch/0.11)
3636

3737
## Multi-threading
3838

core.javaee/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<parent>
44
<groupId>net.lecousin</groupId>
55
<artifactId>core-parent-pom</artifactId>
6-
<version>0.10.0</version>
6+
<version>0.11.0</version>
77
</parent>
88
<artifactId>core.javaee</artifactId>
9-
<version>0.10.0</version>
9+
<version>0.11.0</version>
1010
<dependencies>
1111
<dependency>
1212
<groupId>net.lecousin</groupId>
1313
<artifactId>core</artifactId>
14-
<version>0.10.1</version>
14+
<version>0.11.0</version>
1515
</dependency>
1616
<dependency>
1717
<groupId>javax.enterprise.concurrent</groupId>

net.lecousin.core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
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.10.1</version>
5+
<version>0.11.0</version>
66

77
<parent>
88
<groupId>net.lecousin</groupId>
99
<artifactId>core-parent-pom</artifactId>
10-
<version>0.10.0</version>
10+
<version>0.11.0</version>
1111
</parent>
1212

1313
<name>lecousin.net Java core framework</name>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<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">
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>log.bridges.commons-logging</artifactId>
4-
<version>0.10.0</version>
4+
<version>0.11.0</version>
55

66
<parent>
77
<groupId>net.lecousin.framework</groupId>
88
<artifactId>log.bridges</artifactId>
9-
<version>0.10.0</version>
9+
<version>0.11.0</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<groupId>net.lecousin.framework</groupId>
44
<artifactId>log.bridges</artifactId>
55
<packaging>pom</packaging>
6-
<version>0.10.0</version>
6+
<version>0.11.0</version>
77

88
<parent>
99
<groupId>net.lecousin</groupId>
1010
<artifactId>core-parent-pom</artifactId>
11-
<version>0.10.0</version>
11+
<version>0.11.0</version>
1212
</parent>
1313

1414
<modules>
@@ -36,12 +36,12 @@
3636
<dependency>
3737
<groupId>net.lecousin</groupId>
3838
<artifactId>core</artifactId>
39-
<version>0.10.1</version>
39+
<version>0.11.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>net.lecousin</groupId>
4343
<artifactId>core</artifactId>
44-
<version>0.10.1</version>
44+
<version>0.11.0</version>
4545
<type>test-jar</type>
4646
</dependency>
4747
</dependencies>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<parent>
44
<groupId>net.lecousin.framework</groupId>
55
<artifactId>log.bridges</artifactId>
6-
<version>0.10.0</version>
6+
<version>0.11.0</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<artifactId>log.bridges.slf4j</artifactId>
10-
<version>0.10.0</version>
10+
<version>0.11.0</version>
1111

1212

1313
<name>lecousin.net logging system bridge for SLF4J</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<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">
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>core-parent-pom</artifactId>
4-
<version>0.10.0</version>
4+
<version>0.11.0</version>
55
<packaging>pom</packaging>
66
<parent>
77
<groupId>net.lecousin</groupId>

0 commit comments

Comments
 (0)