Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 124a035

Browse files
author
Dominik Frantisek Bucik
committed
chore: 🤖 Release 2.0.0
Initial release after introducing the automated semantic release
1 parent ee6dd84 commit 124a035

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

openid-connect-server-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.mitre</groupId>
2323
<artifactId>openid-connect-parent</artifactId>
24-
<version>1.3.4-SNAPSHOT</version>
24+
<version>2.0.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

openid-connect-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.mitre</groupId>
2525
<artifactId>openid-connect-parent</artifactId>
26-
<version>1.3.4-SNAPSHOT</version>
26+
<version>2.0.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<groupId>org.mitre</groupId>
2222
<artifactId>openid-connect-parent</artifactId>
23-
<version>1.3.4-SNAPSHOT</version>
23+
<version>2.0.0</version>
2424
<name>MITREid Connect</name>
2525
<packaging>pom</packaging>
2626
<licenses>

0 commit comments

Comments
 (0)