Skip to content

Commit 922c1d5

Browse files
committed
Fix release
1 parent aa9789c commit 922c1d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

release/pipelines.release.yml

Lines changed: 1 addition & 1 deletion
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: 0.0.0

release/pipelines.snapshot.yml

Lines changed: 1 addition & 1 deletion
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

1212
steps:
1313
- name: Snapshot

0 commit comments

Comments
 (0)