Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pipeline-descriptor.yml #382

Merged
merged 1 commit into from
Jul 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,18 @@ dependencies:
- id: spring-cloud-bindings
name: Spring Cloud Bindings 1
uses: docker://ghcr.io/paketo-buildpacks/actions/maven-dependency:main
version_regex: "^1\\.[\\d]+\\.[\\d]+$"
version_pattern: "^1\\.[\\d]+\\.[\\d]+"
with:
uri: https://repo1.maven.org/maven2
group_id: org.springframework.cloud
artifact_id: spring-cloud-bindings
version_regex: "^1\\.[\\d]+\\.[\\d]+$"
- id: spring-cloud-bindings
name: Spring Cloud Bindings 2
uses: docker://ghcr.io/paketo-buildpacks/actions/maven-dependency:main
version_regex: "^2\\.[\\d]+\\.[\\d]+$"
version_pattern: "^2\\.[\\d]+\\.[\\d]+"
with:
uri: https://repo1.maven.org/maven2
group_id: org.springframework.cloud
artifact_id: spring-cloud-bindings
version_regex: "^2\\.[\\d]+\\.[\\d]+$"