From 594b17f2ed0e9f733e7aa1a80ce812596199785d Mon Sep 17 00:00:00 2001 From: David O'Sullivan <31728678+pivotal-david-osullivan@users.noreply.github.com> Date: Wed, 11 Jan 2023 17:40:22 +0000 Subject: [PATCH] Changed Maven depedency source to Maven Central (#119) --- .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 4655d38..a5b2cf8 100644 --- a/.github/pipeline-descriptor.yml +++ b/.github/pipeline-descriptor.yml @@ -117,21 +117,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