Skip to content

Commit 376f43f

Browse files
committed
version 0.8.5
1 parent 3abfa78 commit 376f43f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Master: ![build status](https://travis-ci.org/lecousin/java-framework-core.svg?b
1515
Branch 0.8: ![build status](https://travis-ci.org/lecousin/java-framework-core.svg?branch=0.8 "Build Status")
1616

1717
Modules with current version:
18-
* core 0.8.4
19-
[Javadoc](https://www.javadoc.io/doc/net.lecousin/core/0.8.4 "Javadoc")
20-
[Maven Central Repository](http://search.maven.org/#artifactdetails%7Cnet.lecousin%7Ccore%7C0.8.4%7Cjar "Maven")
18+
* core 0.8.5
19+
[Javadoc](https://www.javadoc.io/doc/net.lecousin/core/0.8.5 "Javadoc")
20+
[Maven Central Repository](http://search.maven.org/#artifactdetails%7Cnet.lecousin%7Ccore%7C0.8.5%7Cjar "Maven")
2121
* log.bridges.commons-logging 0.1.0
2222
[Javadoc](https://www.javadoc.io/doc/net.lecousin.framework/log.bridges.commons-logging/0.1.0 "Javadoc")
2323
[Maven Central Repository](http://search.maven.org/#artifactdetails%7Cnet.lecousin.framework%7Clog.bridges.commons-logging%7C0.1.0%7Cjar "Maven")

net.lecousin.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.lecousin</groupId>
55
<artifactId>core</artifactId>
6-
<version>0.8.4</version>
6+
<version>0.8.5</version>
77

88
<parent>
99
<groupId>net.lecousin</groupId>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>net.lecousin</groupId>
5959
<artifactId>core</artifactId>
60-
<version>0.8.4</version>
60+
<version>0.8.5</version>
6161
</dependency>
6262
</dependencies>
6363

0 commit comments

Comments
 (0)