Skip to content

Commit 1176684

Browse files
committed
ARIES-2165: Update parent pom and build proxy on Java 11, 17 and 21
1 parent 2033678 commit 1176684

File tree

11 files changed

+11
-639
lines changed

11 files changed

+11
-639
lines changed

.github/workflows/proxy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ on:
1616
pull_request:
1717
paths:
1818
- parent/**
19+
- testsupport/**
20+
- util/**
1921
- proxy/**
2022
- .github/workflows/proxy.yml
2123
push:
@@ -31,7 +33,7 @@ jobs:
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 }}
@@ -46,4 +48,7 @@ jobs:
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

proxy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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

proxy/proxy-api/LICENSE

Lines changed: 0 additions & 203 deletions
This file was deleted.

proxy/proxy-api/NOTICE

Lines changed: 0 additions & 8 deletions
This file was deleted.

proxy/proxy-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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

0 commit comments

Comments
 (0)