File tree 5 files changed +12
-8
lines changed
test-framework/maven/container-runner-maven-plugin
5 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
10
10
jdk :
11
11
- oraclejdk8
12
12
- openjdk11
13
- - openjdk13
13
+ - openjdk15
14
14
15
15
cache :
16
16
directories :
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ trap 'error_handler' ERR
25
25
bash -c " while true; do tail -5 $BUILD_OUTPUT ; sleep $PING_SLEEP ; done" &
26
26
PING_LOOP_PID=$!
27
27
28
+ mvn -version
29
+
28
30
if [ " $1 " = " glassfish-copyright:copyright" ]; then
29
31
mvn glassfish-copyright:copyright
30
32
else
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright (c) 2010, 2019 Oracle and/or its affiliates. All rights reserved.
4
+ Copyright (c) 2010, 2020 Oracle and/or its affiliates. All rights reserved.
5
5
6
6
This program and the accompanying materials are made available under the
7
7
terms of the Eclipse Distribution License v. 1.0, which is available at
28
28
<dependency >
29
29
<groupId >org.codehaus.groovy</groupId >
30
30
<artifactId >groovy-all</artifactId >
31
- <version >2.4.3</version >
31
+ <type >pom</type >
32
+ <version >3.0.2</version >
32
33
</dependency >
33
34
<dependency >
34
35
<groupId >org.glassfish.jersey.test-framework.providers</groupId >
Original file line number Diff line number Diff line change 465
465
<exclude >bundles/**</exclude >
466
466
<fileExclude >module-info.java</fileExclude >
467
467
</sourceFileExcludes >
468
- <verbose / >
468
+ <verbose >true</ verbose >
469
469
<additionalparam >-Xdoclint:none</additionalparam >
470
470
<maxmemory >256m</maxmemory >
471
471
</configuration >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright (c) 2015, 2019 Oracle and/or its affiliates. All rights reserved.
4
+ Copyright (c) 2015, 2020 Oracle and/or its affiliates. All rights reserved.
5
5
6
6
This program and the accompanying materials are made available under the
7
7
terms of the Eclipse Public License v. 2.0, which is available at
36
36
</description >
37
37
38
38
<properties >
39
- <groovy .version>2.4.9 </groovy .version>
40
- <groovy-eclipse-compiler .version>2.9.2-01 </groovy-eclipse-compiler .version>
41
- <groovy-eclipse-batch .version>2.5.7-01 </groovy-eclipse-batch .version>
39
+ <groovy .version>3.0.2 </groovy .version>
40
+ <groovy-eclipse-compiler .version>3.6.0-03 </groovy-eclipse-compiler .version>
41
+ <groovy-eclipse-batch .version>3.0.2-02 </groovy-eclipse-batch .version>
42
42
<maven .version>3.6.0</maven .version>
43
43
<maven-plugin .version>3.6.0</maven-plugin .version>
44
44
</properties >
109
109
<dependency >
110
110
<groupId >org.codehaus.groovy</groupId >
111
111
<artifactId >groovy-all</artifactId >
112
+ <type >pom</type >
112
113
<version >${groovy.version} </version >
113
114
</dependency >
114
115
You can’t perform that action at this time.
0 commit comments