Skip to content

Commit

Permalink
Version 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Aug 16, 2023
1 parent 6aa568e commit 867c220
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ on:

jobs:
release:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v3
- name: Install GraphViz
run: sudo apt-get install graphviz -y
- name: Set up JDK 11
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3
with:
java-version: 11
distribution: temurin
Expand All @@ -31,11 +33,13 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
publish_dockerhub:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v3
- name: Install GraphViz
run: sudo apt-get install graphviz -y
- name: Set up JDK 11
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3
with:
java-version: 11
distribution: temurin
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>kroki</artifactId>
<name>kroki</name>
<packaging>pom</packaging>
<version>0.21.3</version>
<version>0.22.0</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kroki</artifactId>
<groupId>io.kroki</groupId>
<version>0.21.3</version>
<version>0.22.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 867c220

Please sign in to comment.