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 maven tests to use groupId and artifactId for the dependency name #59

Merged
merged 2 commits into from
Jul 20, 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
8 changes: 4 additions & 4 deletions tests/smoke-maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ output:
operation: update
support_file: false
type: file
pr-title: Bump spring-boot-starter-parent from 1.5.9.RELEASE to 2.7.2
pr-title: Bump org.springframework.boot:spring-boot-starter-parent from 1.5.9.RELEASE to 2.7.2
pr-body: |
Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 1.5.9.RELEASE to 2.7.2.
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 1.5.9.RELEASE to 2.7.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">spring-boot-starter-parent's releases</a>.</em></p>
Expand Down Expand Up @@ -277,9 +277,9 @@ output:
</details>
<br />
commit-message: |-
Bump spring-boot-starter-parent from 1.5.9.RELEASE to 2.7.2
Bump org.springframework.boot:spring-boot-starter-parent

Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 1.5.9.RELEASE to 2.7.2.
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 1.5.9.RELEASE to 2.7.2.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v1.5.9.RELEASE...v2.7.2)
- type: mark_as_processed
Expand Down