File tree Expand file tree Collapse file tree 5 files changed +6
-8
lines changed
net.lecousin.framework.log.bridges Expand file tree Collapse file tree 5 files changed +6
-8
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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
1816build_script :
1917 - mvn clean package --batch-mode -DskipTest
2018test_script :
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments