From 779c0dd209021a821bf21e1109b3404f5370cb90 Mon Sep 17 00:00:00 2001 From: David O'Sullivan Date: Wed, 11 Jan 2023 15:11:27 +0000 Subject: [PATCH] Changed Maven depedency source to Maven Central --- .github/pipeline-descriptor.yml | 6 +++--- .../workflows/pb-update-tomcat-access-logging-support.yml | 2 +- .github/workflows/pb-update-tomcat-lifecycle-support.yml | 2 +- .github/workflows/pb-update-tomcat-logging-support.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/pipeline-descriptor.yml b/.github/pipeline-descriptor.yml index a119873..42f482d 100644 --- a/.github/pipeline-descriptor.yml +++ b/.github/pipeline-descriptor.yml @@ -46,21 +46,21 @@ dependencies: - id: tomcat-access-logging-support uses: docker://ghcr.io/paketo-buildpacks/actions/maven-dependency:main with: - uri: https://repo.spring.io/release + uri: https://repo1.maven.org/maven2 group_id: org.cloudfoundry artifact_id: tomcat-access-logging-support version_regex: "^[\\d]+\\.[\\d]+\\.[\\d]+\\.RELEASE$" - id: tomcat-lifecycle-support uses: docker://ghcr.io/paketo-buildpacks/actions/maven-dependency:main with: - uri: https://repo.spring.io/release + uri: https://repo1.maven.org/maven2 group_id: org.cloudfoundry artifact_id: tomcat-lifecycle-support version_regex: "^[\\d]+\\.[\\d]+\\.[\\d]+\\.RELEASE$" - id: tomcat-logging-support uses: docker://ghcr.io/paketo-buildpacks/actions/maven-dependency:main with: - uri: https://repo.spring.io/release + uri: https://repo1.maven.org/maven2 group_id: org.cloudfoundry artifact_id: tomcat-logging-support version_regex: "^[\\d]+\\.[\\d]+\\.[\\d]+\\.RELEASE$" diff --git a/.github/workflows/pb-update-tomcat-access-logging-support.yml b/.github/workflows/pb-update-tomcat-access-logging-support.yml index 379a609..73a0a58 100644 --- a/.github/workflows/pb-update-tomcat-access-logging-support.yml +++ b/.github/workflows/pb-update-tomcat-access-logging-support.yml @@ -46,7 +46,7 @@ jobs: with: artifact_id: tomcat-access-logging-support group_id: org.cloudfoundry - uri: https://repo.spring.io/release + uri: https://repo1.maven.org/maven2 version_regex: ^[\d]+\.[\d]+\.[\d]+\.RELEASE$ - name: Update Buildpack Dependency id: buildpack diff --git a/.github/workflows/pb-update-tomcat-lifecycle-support.yml b/.github/workflows/pb-update-tomcat-lifecycle-support.yml index 4eee9ef..ab2a8fd 100644 --- a/.github/workflows/pb-update-tomcat-lifecycle-support.yml +++ b/.github/workflows/pb-update-tomcat-lifecycle-support.yml @@ -46,7 +46,7 @@ jobs: with: artifact_id: tomcat-lifecycle-support group_id: org.cloudfoundry - uri: https://repo.spring.io/release + uri: https://repo1.maven.org/maven2 version_regex: ^[\d]+\.[\d]+\.[\d]+\.RELEASE$ - name: Update Buildpack Dependency id: buildpack diff --git a/.github/workflows/pb-update-tomcat-logging-support.yml b/.github/workflows/pb-update-tomcat-logging-support.yml index 1546c5d..bdbc3fe 100644 --- a/.github/workflows/pb-update-tomcat-logging-support.yml +++ b/.github/workflows/pb-update-tomcat-logging-support.yml @@ -46,7 +46,7 @@ jobs: with: artifact_id: tomcat-logging-support group_id: org.cloudfoundry - uri: https://repo.spring.io/release + uri: https://repo1.maven.org/maven2 version_regex: ^[\d]+\.[\d]+\.[\d]+\.RELEASE$ - name: Update Buildpack Dependency id: buildpack