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
17
17
[ ![ Codecov] ( https://codecov.io/gh/lecousin/java-framework-core/graph/badge.svg )] ( https://codecov.io/gh/lecousin/java-framework-core/branch/master )
18
18
19
19
- 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 )
21
21
22
22
- 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
23
[ ![ 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:
11
11
[System.IO.Compression.ZipFile]::ExtractToDirectory("C:\maven-bin.zip", "C:\maven")
12
12
}
13
13
- 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
18
16
build_script :
19
17
- mvn clean package --batch-mode -DskipTest
20
18
test_script :
Original file line number Diff line number Diff line change 11
11
<dependency >
12
12
<groupId >net.lecousin</groupId >
13
13
<artifactId >core</artifactId >
14
- <version >0.9.5 </version >
14
+ <version >0.9.6 </version >
15
15
</dependency >
16
16
<dependency >
17
17
<groupId >javax.enterprise.concurrent</groupId >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >net.lecousin</groupId >
5
5
<artifactId >core</artifactId >
6
- <version >0.9.5 </version >
6
+ <version >0.9.6 </version >
7
7
8
8
<parent >
9
9
<groupId >net.lecousin</groupId >
Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >net.lecousin</groupId >
37
37
<artifactId >core</artifactId >
38
- <version >0.9.5 </version >
38
+ <version >0.9.6 </version >
39
39
</dependency >
40
40
</dependencies >
41
41
</dependencyManagement >
You can’t perform that action at this time.
0 commit comments