Skip to content

Commit 46b1ca7

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

File tree

10 files changed

+9
-643
lines changed

10 files changed

+9
-643
lines changed

.github/workflows/proxy.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
paths:
1818
- parent/**
1919
- testsupport/**
20+
- util/**
2021
- proxy/**
2122
- .github/workflows/proxy.yml
2223
push:
@@ -32,7 +33,7 @@ jobs:
3233
strategy:
3334
fail-fast: false
3435
matrix:
35-
java: [ 8 ]
36+
java: [ 8, 11, 17, 21 ]
3637
os: [ ubuntu-latest ]
3738
name: JDK${{ matrix.java }} ${{ matrix.os }}
3839
runs-on: ${{ matrix.os }}
@@ -50,6 +51,9 @@ jobs:
5051
- name: Build testsupport
5152
shell: bash
5253
run: mvn -U -e -B -ntp clean install -f testsupport
54+
- name: Build util
55+
shell: bash
56+
run: mvn -U -e -B -ntp clean install -f util
5357
- name: Build proxy
5458
shell: bash
5559
run: mvn -U -e -B -ntp clean install -f proxy

proxy/proxy-api/LICENSE

-203
This file was deleted.

proxy/proxy-api/NOTICE

-8
This file was deleted.

proxy/proxy-api/pom.xml

+1-1
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)