Skip to content

Commit

Permalink
[WSO2 Release] [Jenkins #654] [Release 2.0.4] prepare for next develo…
Browse files Browse the repository at this point in the history
…pment iteration
  • Loading branch information
wso2-jenkins-bot committed Sep 21, 2021
1 parent 363a88f commit 8df881c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion component/grant-type/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.carbon.extension.identity.oauth2.grantType.jwt</groupId>
<artifactId>identity-inbound-oauth2-grant-jwt</artifactId>
<version>2.0.4</version>
<version>2.0.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions feature/pom.xml
Expand Up @@ -19,11 +19,11 @@
<parent>
<groupId>org.wso2.carbon.extension.identity.oauth2.grantType.jwt</groupId>
<artifactId>identity-inbound-oauth2-grant-jwt</artifactId>
<version>2.0.4</version>
<version>2.0.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.wso2.carbon.extension.identity.oauth2.jwt.feature</artifactId>
<version>2.0.4</version>
<version>2.0.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>WSO2 Carbon - identity JWT Grant Type Feature</name>
<url>http://wso2.org</url>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>org.wso2.carbon.extension.identity.oauth2.grantType.jwt</groupId>
<artifactId>org.wso2.carbon.identity.oauth2.grant.jwt</artifactId>
<version>2.0.4</version>
<version>2.0.5-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -25,7 +25,7 @@
</parent>
<groupId>org.wso2.carbon.extension.identity.oauth2.grantType.jwt</groupId>
<artifactId>identity-inbound-oauth2-grant-jwt</artifactId>
<version>2.0.4</version>
<version>2.0.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>WSO2 Carbon Extension - JWT Grant Type Pom</name>
<url>http://wso2.org</url>
Expand All @@ -46,7 +46,7 @@
<url>https://github.com/wso2-extensions/identity-oauth2-grant-jwt.git</url>
<developerConnection>scm:git:https://github.com/wso2-extensions/identity-oauth2-grant-jwt.git
</developerConnection>
<tag>v2.0.4</tag>
<tag>HEAD</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit 8df881c

Please sign in to comment.