Skip to content

Commit

Permalink
Update pipeline-descriptor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pivotal-david-osullivan authored Jul 21, 2023
1 parent 862d540 commit 5caf2ab
Showing 1 changed file with 4 additions and 2 deletions.
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]+$"

0 comments on commit 5caf2ab

Please sign in to comment.