Skip to content

Commit

Permalink
Release 7.1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Oct 12, 2023
1 parent d2d08a0 commit 654345f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
draft: false
prerelease: true
release_name: Release ${{ github.ref_name }}
semver: false
tag_name: ${{ github.ref_name }}
body: |
${{ steps.changelog.outputs.changelog }}
Expand Down
2 changes: 1 addition & 1 deletion account-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>myconext</artifactId>
<version>7.1.4</version>
<version>7.1.4.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion myconext-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>myconext</artifactId>
<version>7.1.4</version>
<version>7.1.4.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion myconext-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>myconext</artifactId>
<version>7.1.4</version>
<version>7.1.4.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

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 @@

<groupId>org.openconext</groupId>
<artifactId>myconext</artifactId>
<version>7.1.4</version>
<version>7.1.4.1</version>
<packaging>pom</packaging>

<name>myconext</name>
Expand Down
2 changes: 1 addition & 1 deletion tiqr-mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>myconext</artifactId>
<version>7.1.4</version>
<version>7.1.4.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 654345f

Please sign in to comment.