Skip to content

Commit 2c2c129

Browse files
author
Open Identity Platform Community
committed
[maven-release-plugin] prepare release 5.0.1
1 parent 37482b1 commit 2c2c129

6 files changed

Lines changed: 10 additions & 16 deletions

File tree

jee-agents-distribution/jee-agents-destribution-integration-tests/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@
1616
* Copyright 2025 3A Systems LLC.
1717
*
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220
<modelVersion>4.0.0</modelVersion>
2321
<parent>
2422
<groupId>org.openidentityplatform.openam.agents</groupId>
2523
<artifactId>jee-agents-distribution</artifactId>
26-
<version>4.2.2-SNAPSHOT</version>
24+
<version>5.0.1</version>
2725
</parent>
2826

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

jee-agents-distribution/jee-agents-distribution-jar-with-lib/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@
1616
* Copyright 2025 3A Systems LLC.
1717
*
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220
<modelVersion>4.0.0</modelVersion>
2321
<parent>
2422
<groupId>org.openidentityplatform.openam.agents</groupId>
2523
<artifactId>jee-agents-distribution</artifactId>
26-
<version>4.2.2-SNAPSHOT</version>
24+
<version>5.0.1</version>
2725
</parent>
2826

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

jee-agents-distribution/jee-agents-distribution-uberjar/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@
1616
* Copyright 2025 3A Systems LLC.
1717
*
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220
<modelVersion>4.0.0</modelVersion>
2321
<parent>
2422
<groupId>org.openidentityplatform.openam.agents</groupId>
2523
<artifactId>jee-agents-distribution</artifactId>
26-
<version>4.2.2-SNAPSHOT</version>
24+
<version>5.0.1</version>
2725
</parent>
2826

2927
<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>4.2.2-SNAPSHOT</version>
27+
<version>5.0.1</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>4.2.2-SNAPSHOT</version>
28+
<version>5.0.1</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>4.2.2-SNAPSHOT</version>
29+
<version>5.0.1</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.1</tag>
8383
</scm>
8484
<repositories>
8585
<repository>

0 commit comments

Comments
 (0)