Skip to content

Commit

Permalink
Use short version identifier in Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino committed Apr 9, 2024
1 parent 8df278e commit 962fbf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/release/pipelines.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pipelines:
auto:
language: java
versions:
- "11.0.0"
- "11"
environmentVariables:
readOnly:
NEXT_VERSION: 0.0.0
Expand Down
2 changes: 1 addition & 1 deletion ci/release/pipelines.snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pipelines:
auto:
language: java
versions:
- "11.0.0"
- "11"

steps:
- name: Snapshot
Expand Down

0 comments on commit 962fbf8

Please sign in to comment.