Skip to content

Commit ee5ef12

Browse files
committed
v0.9.6
1 parent dc62e91 commit ee5ef12

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ 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.9.5-brightgreen.svg)](https://www.javadoc.io/doc/net.lecousin/core/0.9.5)
20+
[![Javadoc](https://img.shields.io/badge/javadoc-0.9.6-brightgreen.svg)](https://www.javadoc.io/doc/net.lecousin/core/0.9.6)
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)
2323
[![Javadoc](https://img.shields.io/badge/javadoc-0.9.0-brightgreen.svg)](https://www.javadoc.io/doc/net.lecousin/core.javaee/0.9.0)

appveyor.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ install:
1111
[System.IO.Compression.ZipFile]::ExtractToDirectory("C:\maven-bin.zip", "C:\maven")
1212
}
1313
- cmd: SET PATH=C:\maven\apache-maven-3.3.9\bin;%JAVA_HOME%\bin;%PATH%
14-
- cmd: SET MAVEN_OPTS=-XX:MaxPermSize=2g -Xmx4g
15-
- cmd: SET JAVA_OPTS=-XX:MaxPermSize=2g -Xmx4g
16-
environment:
17-
APPVEYOR_BUILD_WORKER_CLOUD: GCE
14+
- cmd: SET MAVEN_OPTS=-XX:MaxPermSize=1g -Xmx2g
15+
- cmd: SET JAVA_OPTS=-XX:MaxPermSize=1g -Xmx2g
1816
build_script:
1917
- mvn clean package --batch-mode -DskipTest
2018
test_script:

core.javaee/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<dependency>
1212
<groupId>net.lecousin</groupId>
1313
<artifactId>core</artifactId>
14-
<version>0.9.5</version>
14+
<version>0.9.6</version>
1515
</dependency>
1616
<dependency>
1717
<groupId>javax.enterprise.concurrent</groupId>

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.9.5</version>
6+
<version>0.9.6</version>
77

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>net.lecousin</groupId>
3737
<artifactId>core</artifactId>
38-
<version>0.9.5</version>
38+
<version>0.9.6</version>
3939
</dependency>
4040
</dependencies>
4141
</dependencyManagement>

0 commit comments

Comments
 (0)