Skip to content

Commit

Permalink
Use short version identifier in Pipelines (jfrog#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino authored Nov 26, 2024
1 parent 13afda7 commit 850394c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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:
- "8.0.0"
- "8"
environmentVariables:
readOnly:
NEXT_VERSION: 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion release/pipelines.snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pipelines:
auto:
language: java
versions:
- "8.0.0"
- "8"

steps:
- name: Snapshot
Expand Down

0 comments on commit 850394c

Please sign in to comment.