Skip to content

Commit 49834aa

Browse files
committed
Release 7.1.4.1
1 parent d2d08a0 commit 49834aa

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
uses: ardalanamini/auto-changelog@v3
5555
with:
5656
default-commit-type: New Features
57+
semver: false
58+
5759

5860
- name: Create release
5961
uses: actions/create-release@v1

account-gui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openconext</groupId>
77
<artifactId>myconext</artifactId>
8-
<version>7.1.4</version>
8+
<version>7.1.4.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

myconext-gui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openconext</groupId>
77
<artifactId>myconext</artifactId>
8-
<version>7.1.4</version>
8+
<version>7.1.4.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

myconext-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.openconext</groupId>
88
<artifactId>myconext</artifactId>
9-
<version>7.1.4</version>
9+
<version>7.1.4.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.openconext</groupId>
77
<artifactId>myconext</artifactId>
8-
<version>7.1.4</version>
8+
<version>7.1.4.1</version>
99
<packaging>pom</packaging>
1010

1111
<name>myconext</name>

tiqr-mock/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.openconext</groupId>
88
<artifactId>myconext</artifactId>
9-
<version>7.1.4</version>
9+
<version>7.1.4.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)