Skip to content

Commit 5564a78

Browse files
authored
Release 1.2.0 (#317)
* docs: upgrade Python dependencies * chore: release version 1.2.0 * ci: minor workflow fixes
1 parent 36858f6 commit 5564a78

File tree

5 files changed

+99
-116
lines changed

5 files changed

+99
-116
lines changed

.github/project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name: SmallRye Mutiny Zero
22
release:
3-
current-version: 1.1.1
4-
next-version: 1.1.2-SNAPSHOT
3+
current-version: 1.2.0
4+
next-version: 1.2.1-SNAPSHOT

.github/workflows/build-main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
strategy:
1313
matrix:
1414
java: [
15-
{ 'version': '17', 'opts': '' },
1615
{ 'version': '21', 'opts': '' }
1716
]
1817
name: Build with Java ${{ matrix.java.version }} (OpenJDK)
@@ -35,7 +34,7 @@ jobs:
3534
steps:
3635
- uses: actions/checkout@v6
3736
- uses: actions/setup-java@v5
38-
name: Set up JDK 11
37+
name: Set up JDK
3938
with:
4039
distribution: temurin
4140
java-version: 17

.github/workflows/build-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v6
3333
- uses: actions/setup-java@v5
34-
name: Set up JDK 11
34+
name: Set up JDK
3535
with:
3636
distribution: temurin
3737
java-version: 17

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0 # fetch all commits and branches for mike to work properly
1717
- uses: actions/setup-java@v5
18-
name: Set up Java 17
18+
name: Set up Java
1919
with:
2020
java-version: 17
2121
distribution: temurin

0 commit comments

Comments
 (0)