Skip to content

Commit

Permalink
Changed Maven depedency source to Maven Central (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivotal-david-osullivan authored Jan 11, 2023
1 parent 0f11c04 commit 594b17f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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$"
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pb-update-tomcat-lifecycle-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pb-update-tomcat-logging-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 594b17f

Please sign in to comment.