Skip to content

Commit

Permalink
Merge pull request quarkusio#40141 from gsmet/fix-license-url
Browse files Browse the repository at this point in the history
Fix license URL in JReleaser config
  • Loading branch information
gsmet committed Apr 18, 2024
2 parents fc2151b + e59693a commit 572f286
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion devtools/cli/distribution/jreleaser-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ project:
- java
links:
homepage: https://quarkus.io
license: https://github.com/quarkusio/quarkus/blob/main/LICENSE.txt
license: https://github.com/quarkusio/quarkus/blob/main/LICENSE

release:
github:
Expand Down
2 changes: 1 addition & 1 deletion devtools/cli/distribution/jreleaser-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ project:
- java
links:
homepage: https://quarkus.io
license: https://github.com/quarkusio/quarkus/blob/main/LICENSE.txt
license: https://github.com/quarkusio/quarkus/blob/main/LICENSE

release:
github:
Expand Down
2 changes: 1 addition & 1 deletion devtools/cli/distribution/jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ project:
- java
links:
homepage: https://quarkus.io
license: https://github.com/quarkusio/quarkus/blob/main/LICENSE.txt
license: https://github.com/quarkusio/quarkus/blob/main/LICENSE

release:
github:
Expand Down

0 comments on commit 572f286

Please sign in to comment.