Skip to content

Commit

Permalink
Update tests/smoke-maven-group-multidir.yaml and branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
amazimbe committed Sep 11, 2024
1 parent a8befbe commit 7f3620d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
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"]
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
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

0 comments on commit 7f3620d

Please sign in to comment.