Skip to content

Commit

Permalink
Merge pull request #382 from paketo-buildpacks/pivotal-david-osulliva…
Browse files Browse the repository at this point in the history
…n-patch-1

Update pipeline-descriptor.yml
  • Loading branch information
anthonydahanne authored Jul 21, 2023
2 parents 862d540 + 5caf2ab commit a706f72
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 a706f72

Please sign in to comment.