Skip to content

Commit b9b7bf5

Browse files
committed
[maven-release-plugin] prepare release mitreid-connect-1.3.0
1 parent 0aedfc8 commit b9b7bf5

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

openid-connect-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>openid-connect-parent</artifactId>
2323
<groupId>org.mitre</groupId>
24-
<version>1.3.0-RC3-SNAPSHOT</version>
24+
<version>1.3.0</version>
2525
<relativePath>..</relativePath>
2626
</parent>
2727
<artifactId>openid-connect-client</artifactId>

openid-connect-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>openid-connect-parent</artifactId>
2323
<groupId>org.mitre</groupId>
24-
<version>1.3.0-RC3-SNAPSHOT</version>
24+
<version>1.3.0</version>
2525
<relativePath>..</relativePath>
2626
</parent>
2727
<artifactId>openid-connect-common</artifactId>

openid-connect-server-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.mitre</groupId>
2222
<artifactId>openid-connect-parent</artifactId>
23-
<version>1.3.0-RC3-SNAPSHOT</version>
23+
<version>1.3.0</version>
2424
</parent>
2525
<artifactId>openid-connect-server-webapp</artifactId>
2626
<packaging>war</packaging>

openid-connect-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.mitre</groupId>
2424
<artifactId>openid-connect-parent</artifactId>
25-
<version>1.3.0-RC3-SNAPSHOT</version>
25+
<version>1.3.0</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828
<build>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<modelVersion>4.0.0</modelVersion>
2020
<groupId>org.mitre</groupId>
2121
<artifactId>openid-connect-parent</artifactId>
22-
<version>1.3.0-RC3-SNAPSHOT</version>
22+
<version>1.3.0</version>
2323
<name>MITREid Connect</name>
2424
<packaging>pom</packaging>
2525
<parent>

uma-server-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.mitre</groupId>
2222
<artifactId>openid-connect-parent</artifactId>
23-
<version>1.3.0-RC3-SNAPSHOT</version>
23+
<version>1.3.0</version>
2424
<relativePath>..</relativePath>
2525
</parent>
2626
<artifactId>uma-server-webapp</artifactId>

uma-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.mitre</groupId>
2222
<artifactId>openid-connect-parent</artifactId>
23-
<version>1.3.0-RC3-SNAPSHOT</version>
23+
<version>1.3.0</version>
2424
<relativePath>..</relativePath>
2525
</parent>
2626
<artifactId>uma-server</artifactId>

0 commit comments

Comments
 (0)