Skip to content

Commit 74670ae

Browse files
committed
Release 7.2.3
1 parent c42e595 commit 74670ae

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [7.2.3]
5+
- Bugfix for adding affiliations
6+
47
## [7.2.2]
58
- Update typo's, image and translations
69
- Do not allow for POST binding with SSO

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.2.3-SNAPSHOT</version>
8+
<version>7.2.3</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.2.3-SNAPSHOT</version>
8+
<version>7.2.3</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.2.3-SNAPSHOT</version>
9+
<version>7.2.3</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.2.3-SNAPSHOT</version>
8+
<version>7.2.3</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.2.3-SNAPSHOT</version>
9+
<version>7.2.3</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)