Skip to content

Commit 2f8bb89

Browse files
author
Open Identity Platform Community
committed
[maven-release-plugin] prepare release 5.0.3
1 parent 54cee55 commit 2f8bb89

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

jee-agents-distribution/jee-agents-destribution-integration-tests/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.openidentityplatform.openam.agents</groupId>
2323
<artifactId>jee-agents-distribution</artifactId>
24-
<version>5.0.3-SNAPSHOT</version>
24+
<version>5.0.3</version>
2525
</parent>
2626

2727
<name>OpenAM JavaEE Policy Agents Integration Tests</name>

jee-agents-distribution/jee-agents-distribution-jar-with-lib/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.openidentityplatform.openam.agents</groupId>
2323
<artifactId>jee-agents-distribution</artifactId>
24-
<version>5.0.3-SNAPSHOT</version>
24+
<version>5.0.3</version>
2525
</parent>
2626

2727
<name>OpenAM JavaEE Policy Agents Distribution Jar With Libraries</name>

jee-agents-distribution/jee-agents-distribution-uberjar/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.openidentityplatform.openam.agents</groupId>
2323
<artifactId>jee-agents-distribution</artifactId>
24-
<version>5.0.3-SNAPSHOT</version>
24+
<version>5.0.3</version>
2525
</parent>
2626

2727
<name>OpenAM JavaEE Policy Agents Distribution Uber Jar</name>

jee-agents-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.openidentityplatform.openam.agents</groupId>
2626
<artifactId>jee-agents</artifactId>
27-
<version>5.0.3-SNAPSHOT</version>
27+
<version>5.0.3</version>
2828
</parent>
2929

3030
<name>OpenAM JavaEE Policy Agents Distribution</name>

jee-agents-sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.openidentityplatform.openam.agents</groupId>
2727
<artifactId>jee-agents</artifactId>
28-
<version>5.0.3-SNAPSHOT</version>
28+
<version>5.0.3</version>
2929
</parent>
3030

3131
<!-- Component Definition -->

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<description>OpenAM JavaEE Policy Agents</description>
2727
<groupId>org.openidentityplatform.openam.agents</groupId>
2828
<artifactId>jee-agents</artifactId>
29-
<version>5.0.3-SNAPSHOT</version>
29+
<version>5.0.3</version>
3030
<packaging>pom</packaging>
3131
<url>https://github.com/OpenIdentityPlatform/OpenAM-JEE-Agents</url>
3232
<properties>
@@ -79,7 +79,7 @@
7979
<connection>scm:git:https://github.com/OpenIdentityPlatform/OpenAM-JEE-Agents.git</connection>
8080
<developerConnection>scm:git:https://github.com/OpenIdentityPlatform/OpenAM-JEE-Agents.git</developerConnection>
8181
<url>https://github.com/OpenIdentityPlatform/OpenAM-JEE-Agents</url>
82-
<tag>HEAD</tag>
82+
<tag>5.0.3</tag>
8383
</scm>
8484
<repositories>
8585
<repository>

0 commit comments

Comments
 (0)