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 1616 pull_request :
1717 paths :
1818 - parent/**
19+ - testsupport/**
20+ - util/**
1921 - proxy/**
2022 - .github/workflows/proxy.yml
2123 push :
3133 strategy :
3234 fail-fast : false
3335 matrix :
34- java : [ 8 ]
36+ java : [ 8, 11, 17, 21 ]
3537 os : [ ubuntu-latest ]
3638 name : JDK${{ matrix.java }} ${{ matrix.os }}
3739 runs-on : ${{ matrix.os }}
4648 - name : Build
4749 shell : bash
4850 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
4954 mvn -U -e -B -ntp clean install -f proxy/pom.xml
Original file line number Diff line number Diff line change 2424 <parent >
2525 <groupId >org.apache.aries</groupId >
2626 <artifactId >parent</artifactId >
27- <version >2.0.0 </version >
27+ <version >2.1.2-SNAPSHOT </version >
2828 <relativePath >../parent/pom.xml</relativePath >
2929 </parent >
3030
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2424 <parent >
2525 <groupId >org.apache.aries</groupId >
2626 <artifactId >parent</artifactId >
27- <version >2.1.1 </version >
27+ <version >2.1.2-SNAPSHOT </version >
2828 <relativePath >../../parent/pom.xml</relativePath >
2929 </parent >
3030
You can’t perform that action at this time.
0 commit comments