Skip to content

Commit

Permalink
Release 0.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Oct 22, 2024
1 parent 3fbe1a6 commit 1da6000
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
distribution: 'adopt'
cache: 'maven'
- name: Set up MySQL
uses: shogo82148/actions-setup-mysql@v1
uses: shogo82148/actions-setup-mysql@v1.39.0
with:
distribution: "mariadb"
mysql-version: "10.6"
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased - YYYY-MM-DD

## 0.0.22 2024-10-22


## 0.0.20 2024-09-13

- Update translations
Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>access</artifactId>
<version>0.0.22-SNAPSHOT</version>
<version>0.0.22</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>access-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openconext</groupId>
<artifactId>access</artifactId>
<version>0.0.22-SNAPSHOT</version>
<version>0.0.22</version>
<packaging>pom</packaging>
<name>access</name>
<description>SURFconext Invite</description>
Expand Down
2 changes: 1 addition & 1 deletion provisioning-mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>access</artifactId>
<version>0.0.22-SNAPSHOT</version>
<version>0.0.22</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>provisioning-mock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>access</artifactId>
<version>0.0.22-SNAPSHOT</version>
<version>0.0.22</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>access-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion welcome/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>access</artifactId>
<version>0.0.22-SNAPSHOT</version>
<version>0.0.22</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>access-welcome</artifactId>
Expand Down

0 comments on commit 1da6000

Please sign in to comment.