Skip to content

Commit 850394c

Browse files
authored
Use short version identifier in Pipelines (#811)
1 parent 13afda7 commit 850394c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

release/pipelines.release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pipelines:
77
auto:
88
language: java
99
versions:
10-
- "8.0.0"
10+
- "8"
1111
environmentVariables:
1212
readOnly:
1313
NEXT_VERSION: 2.0.0

release/pipelines.snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pipelines:
88
auto:
99
language: java
1010
versions:
11-
- "8.0.0"
11+
- "8"
1212

1313
steps:
1414
- name: Snapshot

0 commit comments

Comments
 (0)