File tree Expand file tree Collapse file tree 11 files changed +11
-639
lines changed Expand file tree Collapse file tree 11 files changed +11
-639
lines changed Original file line number Diff line number Diff line change 16
16
pull_request :
17
17
paths :
18
18
- parent/**
19
+ - testsupport/**
20
+ - util/**
19
21
- proxy/**
20
22
- .github/workflows/proxy.yml
21
23
push :
31
33
strategy :
32
34
fail-fast : false
33
35
matrix :
34
- java : [ 8 ]
36
+ java : [ 8, 11, 17, 21 ]
35
37
os : [ ubuntu-latest ]
36
38
name : JDK${{ matrix.java }} ${{ matrix.os }}
37
39
runs-on : ${{ matrix.os }}
46
48
- name : Build
47
49
shell : bash
48
50
run : |
51
+ mvn -U -e -B -ntp clean install -f parent/pom.xml
52
+ mvn -U -e -B -ntp clean install -f testsupport/pom.xml
53
+ mvn -U -e -B -ntp clean install -f util/pom.xml
49
54
mvn -U -e -B -ntp clean install -f proxy/pom.xml
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >org.apache.aries</groupId >
26
26
<artifactId >parent</artifactId >
27
- <version >2.0.0 </version >
27
+ <version >2.1.2-SNAPSHOT </version >
28
28
<relativePath >../parent/pom.xml</relativePath >
29
29
</parent >
30
30
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >org.apache.aries</groupId >
26
26
<artifactId >parent</artifactId >
27
- <version >2.1.1 </version >
27
+ <version >2.1.2-SNAPSHOT </version >
28
28
<relativePath >../../parent/pom.xml</relativePath >
29
29
</parent >
30
30
You can’t perform that action at this time.
0 commit comments