diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a5d747e231..14a6b786c8 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -6,11 +6,7 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true -on: - push: - branches: [ FIPS-8557 ] - pull_request: - branches: [ FIPS-8557 ] +on: [push, pull_request] jobs: build: @@ -20,10 +16,10 @@ jobs: strategy: fail-fast: false matrix: - eclipse-release: ['2019-03', '2019-06', '2019-09', '2019-12', '2020-03', '2020-06', '2020-09', '2020-12', '2021-03', '2021-06', '2021-09', '2021-12', '2022-03'] + eclipse-release: ['2020-03', '2020-06', '2020-09', '2020-12', '2021-03', '2021-06', '2021-09', '2021-12', '2022-03', '2022-06'] env: - integration-test-release: '2019-03' + integration-test-release: '2020-03' steps: - uses: actions/checkout@v2 - name: Set up JDK 8 diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index cc44e4e1fe..abe0257e01 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -3,6 +3,6 @@ org.eclipse.tycho tycho-build - 2.7.0 + 3.0.0-SNAPSHOT diff --git a/runtime/pom.xml b/runtime/pom.xml index 0a29ffa3fb..a1b7c6693e 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -19,7 +19,7 @@ 5.1.6 1.2.7 - 1.8 + 8 ${java.version} ${java.version} diff --git a/settings.xml b/settings.xml index 2269fd7caf..2217449849 100644 --- a/settings.xml +++ b/settings.xml @@ -109,6 +109,13 @@ p2 p2 + + faktorzehn-2022-06 + https://update.faktorzehn.org/p2repositories/2022-06 + http://download.eclipse.org/releases/2022-06 + p2 + p2 +