From 6795856d1523ff6ba527f763605f9dcc1addaed3 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Tue, 6 Feb 2024 15:44:23 -0500 Subject: [PATCH 1/3] chore(cryostat-core): bump version to 2.28.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e17687d5f..6d2f5caac 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ UTF-8 UTF-8 - 2.27.0 + 2.28.0 1.16.0 2.13.0 From 33b75cc239fa4fd234984de7d80687937ad0050d Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Tue, 6 Feb 2024 15:44:39 -0500 Subject: [PATCH 2/3] remove unused repository declarations --- pom.xml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/pom.xml b/pom.xml index 6d2f5caac..60d77781e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,21 +6,6 @@ cryostat3 3.0.0-SNAPSHOT - - - github - https://maven.pkg.github.com/cryostatio/cryostat-core - - - - - - github - GitHub Packages - https://maven.pkg.github.com/cryostatio/cryostat-agent - - - ${cryostat.imageVersionLower} 17 From 8102b93b6943e33c9dab63e4a8f6bf096644eff6 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Tue, 6 Feb 2024 15:51:34 -0500 Subject: [PATCH 3/3] remove CI configs for GitHub Packages Maven authentication --- .github/workflows/ci-code-analysis.yml | 5 ----- .github/workflows/pr-ci.yaml | 5 ----- .github/workflows/push-ci.yaml | 5 ----- 3 files changed, 15 deletions(-) diff --git a/.github/workflows/ci-code-analysis.yml b/.github/workflows/ci-code-analysis.yml index 931bc376a..0adc6f978 100644 --- a/.github/workflows/ci-code-analysis.yml +++ b/.github/workflows/ci-code-analysis.yml @@ -39,11 +39,6 @@ jobs: with: java-version: '17' distribution: 'temurin' - - name: maven-settings - uses: s4u/maven-settings-action@v2 - with: - servers: '[{"id": "github", "username": "dummy", "password": "${env.GITHUB_TOKEN_REF}"}]' - githubServer: false - name: Run spotbugs run: mvn -B -U compile spotbugs:check env: diff --git a/.github/workflows/pr-ci.yaml b/.github/workflows/pr-ci.yaml index 794cee13e..df72e1752 100644 --- a/.github/workflows/pr-ci.yaml +++ b/.github/workflows/pr-ci.yaml @@ -118,11 +118,6 @@ jobs: java-version: ${{ matrix.java }} distribution: 'temurin' cache: 'maven' - - name: maven-settings - uses: s4u/maven-settings-action@v2 - with: - servers: '[{"id": "github", "username": "dummy", "password": "${{ secrets.GITHUB_TOKEN }}"}]' - githubServer: false - run: git submodule init && git submodule update - name: Cache yarn packages uses: actions/cache@v3 diff --git a/.github/workflows/push-ci.yaml b/.github/workflows/push-ci.yaml index df3f0ac6f..31d15739c 100644 --- a/.github/workflows/push-ci.yaml +++ b/.github/workflows/push-ci.yaml @@ -60,11 +60,6 @@ jobs: java-version: ${{ matrix.java }} distribution: 'temurin' cache: 'maven' - - name: maven-settings - uses: s4u/maven-settings-action@v2 - with: - servers: '[{"id": "github", "username": "dummy", "password": "${{ secrets.GITHUB_TOKEN }}"}]' - githubServer: false - run: git submodule init && git submodule update - name: Cache yarn packages uses: actions/cache@v3