Skip to content

Commit

Permalink
[WSO2 Release] [Jenkins #209] [Release 2.5.10] prepare release v2.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
wso2-jenkins-bot committed Jun 27, 2024
1 parent 2460f3c commit d555c5e
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions component/client-handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<packaging>bundle</packaging>
<name>Private Key JWT client handler</name>
<url>http://wso2.org</url>
<version>2.5.10-SNAPSHOT</version>
<version>2.5.10</version>
<parent>
<groupId>org.wso2.carbon.extension.identity.oauth.addons</groupId>
<artifactId>identity-oauth2-extenstions</artifactId>
<version>2.5.10-SNAPSHOT</version>
<version>2.5.10</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion component/org.wso2.carbon.identity.dpop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>identity-oauth2-extenstions</artifactId>
<groupId>org.wso2.carbon.extension.identity.oauth.addons</groupId>
<version>2.5.10-SNAPSHOT</version>
<version>2.5.10</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wso2.carbon.extension.identity.oauth.addons</groupId>
<artifactId>identity-oauth2-extenstions</artifactId>
<version>2.5.10-SNAPSHOT</version>
<version>2.5.10</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.carbon.extension.identity.oauth.addons</groupId>
<artifactId>identity-oauth2-extenstions</artifactId>
<version>2.5.10-SNAPSHOT</version>
<version>2.5.10</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>identity-oauth2-extenstions</artifactId>
<groupId>org.wso2.carbon.extension.identity.oauth.addons</groupId>
<version>2.5.10-SNAPSHOT</version>
<version>2.5.10</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
<parent>
<groupId>org.wso2.carbon.extension.identity.oauth.addons</groupId>
<artifactId>identity-oauth2-extenstions</artifactId>
<version>2.5.10-SNAPSHOT</version>
<version>2.5.10</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>org.wso2.carbon.identity.oauth2.validators.xacml</artifactId>
<packaging>bundle</packaging>
<version>2.5.10-SNAPSHOT</version>
<version>2.5.10</version>
<name>Identity Component - XACML based scope validator for OAuth access token</name>
<description>XACML based scope validator for OAuth access token</description>
<url>http://wso2.org</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.carbon.extension.identity.oauth.addons</groupId>
<artifactId>identity-oauth2-extenstions</artifactId>
<version>2.5.10-SNAPSHOT</version>
<version>2.5.10</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -30,7 +30,7 @@
<name>WSO2 Carbon Extension- Identity Oauth Extensions Feature</name>
<url>http://wso2.org</url>
<description>This feature contains extension feature for JWT Grant Type</description>
<version>2.5.10-SNAPSHOT</version>
<version>2.5.10</version>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wso2.carbon.extension.identity.oauth.addons</groupId>
<artifactId>identity-oauth2-extenstions</artifactId>
<version>2.5.10-SNAPSHOT</version>
<version>2.5.10</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</parent>
<groupId>org.wso2.carbon.extension.identity.oauth.addons</groupId>
<artifactId>identity-oauth2-extenstions</artifactId>
<version>2.5.10-SNAPSHOT</version>
<version>2.5.10</version>
<packaging>pom</packaging>
<name>WSO2 Carbon Extension - Identity OAuth Extensions Pom</name>
<url>http://wso2.org</url>
Expand Down Expand Up @@ -77,7 +77,7 @@
<connection>scm:git:https://github.com/wso2-extensions/identity-oauth-addons.git</connection>
<url>https://github.com/wso2-extensions/identity-oauth-addons.git</url>
<developerConnection>scm:git:https://github.com/wso2-extensions/identity-oauth-addons.git</developerConnection>
<tag>HEAD</tag>
<tag>v2.5.10</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit d555c5e

Please sign in to comment.