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 test output #225

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Smoke
on: # yamllint disable-line rule:truthy
workflow_dispatch:
pull_request:
branches: ["main"]
branches: ["amazimbe/use-new-maven-version"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please let's not forget to switch back that before the merging.

schedule:
- cron: "0 * * * *"

Expand Down
20 changes: 10 additions & 10 deletions tests/smoke-maven-group-multidir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,11 @@ output:
groups: []
metadata:
packaging_type: pom
requirement: 1.5.12.RELEASE
requirement: 1.5.11.RELEASE
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is not something big since the pattern same, just wanted to check if there is a reason we didn't use the same version 1.5.12.RELEASE

source:
type: maven_repo
url: https://repo.maven.apache.org/maven2
version: 1.5.12.RELEASE
version: 1.5.11.RELEASE
directory: /maven/multi-dir/foo
- name: org.springframework.boot:spring-boot-starter-parent
previous-requirements:
Expand All @@ -232,11 +232,11 @@ output:
groups: []
metadata:
packaging_type: pom
requirement: 1.5.12.RELEASE
requirement: 1.5.11.RELEASE
source:
type: maven_repo
url: https://repo.maven.apache.org/maven2
version: 1.5.12.RELEASE
version: 1.5.11.RELEASE
directory: /maven/multi-dir/bar
updated-dependency-files:
- content: |
Expand All @@ -254,7 +254,7 @@ output:
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.12.RELEASE</version>
<version>1.5.11.RELEASE</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

Expand Down Expand Up @@ -327,7 +327,7 @@ output:
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.12.RELEASE</version>
<version>1.5.11.RELEASE</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

Expand Down Expand Up @@ -390,19 +390,19 @@ output:
Bumps the maven group with 1 update in the /maven/multi-dir/foo directory: org.springframework.boot:spring-boot-starter-parent.
Bumps the maven group with 1 update in the /maven/multi-dir/bar directory: org.springframework.boot:spring-boot-starter-parent.

Updates `org.springframework.boot:spring-boot-starter-parent` from 1.5.10.RELEASE to 1.5.12.RELEASE
Updates `org.springframework.boot:spring-boot-starter-parent` from 1.5.10.RELEASE to 1.5.11.RELEASE

Updates `org.springframework.boot:spring-boot-starter-parent` from 1.5.9.RELEASE to 1.5.12.RELEASE
Updates `org.springframework.boot:spring-boot-starter-parent` from 1.5.9.RELEASE to 1.5.11.RELEASE
commit-message: |-
Bump the maven group across 2 directories with 1 update

Bumps the maven group with 1 update in the /maven/multi-dir/foo directory: org.springframework.boot:spring-boot-starter-parent.
Bumps the maven group with 1 update in the /maven/multi-dir/bar directory: org.springframework.boot:spring-boot-starter-parent.


Updates `org.springframework.boot:spring-boot-starter-parent` from 1.5.10.RELEASE to 1.5.12.RELEASE
Updates `org.springframework.boot:spring-boot-starter-parent` from 1.5.10.RELEASE to 1.5.11.RELEASE

Updates `org.springframework.boot:spring-boot-starter-parent` from 1.5.9.RELEASE to 1.5.12.RELEASE
Updates `org.springframework.boot:spring-boot-starter-parent` from 1.5.9.RELEASE to 1.5.11.RELEASE
dependency-group:
name: maven
- type: mark_as_processed
Expand Down