Skip to content

Commit 2a7d917

Browse files
committed
0.20.3
1 parent 058db02 commit 2a7d917

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ is recommended for better performances on disk operations (detection of physical
2626
#### Version
2727

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

3131
### Current development - branch dev
3232

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.20.2</version>
6+
<version>0.20.3</version>
77
</parent>
88
<artifactId>core.javaee</artifactId>
99
<dependencies>

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.20.2</version>
8+
<version>0.20.3</version>
99
</parent>
1010

1111
<artifactId>core</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.20.2</version>
10+
<version>0.20.3</version>
1111
<packaging>pom</packaging>
1212

1313
<modules>

0 commit comments

Comments
 (0)