Skip to content

Commit 32cb723

Browse files
[WSO2 Release] [Jenkins #5162] [Release 7.0.214] prepare for next development iteration
1 parent 74758ea commit 32cb723

File tree

27 files changed

+30
-30
lines changed
  • components
    • org.wso2.carbon.identity.api.server.dcr
    • org.wso2.carbon.identity.api.server.oauth.scope
    • org.wso2.carbon.identity.client.attestation.filter
    • org.wso2.carbon.identity.discovery
    • org.wso2.carbon.identity.oauth.ciba
    • org.wso2.carbon.identity.oauth.client.authn.filter
    • org.wso2.carbon.identity.oauth.common
    • org.wso2.carbon.identity.oauth.dcr.endpoint
    • org.wso2.carbon.identity.oauth.dcr
    • org.wso2.carbon.identity.oauth.endpoint
    • org.wso2.carbon.identity.oauth.extension
    • org.wso2.carbon.identity.oauth.par
    • org.wso2.carbon.identity.oauth.scope.endpoint
    • org.wso2.carbon.identity.oauth.stub
    • org.wso2.carbon.identity.oauth.ui
    • org.wso2.carbon.identity.oauth
    • org.wso2.carbon.identity.oidc.dcr
    • org.wso2.carbon.identity.oidc.session
    • org.wso2.carbon.identity.webfinger
  • features
    • org.wso2.carbon.identity.oauth.common.feature
    • org.wso2.carbon.identity.oauth.dcr.server.feature
    • org.wso2.carbon.identity.oauth.feature
    • org.wso2.carbon.identity.oauth.server.feature
    • org.wso2.carbon.identity.oauth.ui.feature
  • service-stubs/org.wso2.carbon.claim.metadata.mgt.stub
  • test-utils/org.wso2.carbon.identity.oauth.common.testng

27 files changed

+30
-30
lines changed

components/org.wso2.carbon.identity.api.server.dcr/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId>
2525
<artifactId>identity-inbound-auth-oauth</artifactId>
26-
<version>7.0.214</version>
26+
<version>7.0.215-SNAPSHOT</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

3030
<artifactId>org.wso2.carbon.identity.api.server.dcr</artifactId>
31-
<version>7.0.214</version>
31+
<version>7.0.215-SNAPSHOT</version>
3232
<name>WSO2 Carbon - User DCR Rest API</name>
3333
<description>WSO2 Carbon - User DCR Rest API</description>
3434

components/org.wso2.carbon.identity.api.server.oauth.scope/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId>
2525
<artifactId>identity-inbound-auth-oauth</artifactId>
26-
<version>7.0.214</version>
26+
<version>7.0.215-SNAPSHOT</version>
2727
<relativePath>../..</relativePath>
2828
</parent>
2929

3030
<artifactId>org.wso2.carbon.identity.api.server.oauth.scope</artifactId>
31-
<version>7.0.214</version>
31+
<version>7.0.215-SNAPSHOT</version>
3232

3333
<name>WSO2 Carbon - Identity OAuth 2.0 Scope Rest APIs</name>
3434
<description>Rest APIs for OAuth 2.0 Scope Handling</description>

components/org.wso2.carbon.identity.client.attestation.filter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId>
2424
<artifactId>identity-inbound-auth-oauth</artifactId>
25-
<version>7.0.214</version>
25+
<version>7.0.215-SNAPSHOT</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

components/org.wso2.carbon.identity.discovery/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId>
2222
<artifactId>identity-inbound-auth-oauth</artifactId>
2323
<relativePath>../../pom.xml</relativePath>
24-
<version>7.0.214</version>
24+
<version>7.0.215-SNAPSHOT</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

components/org.wso2.carbon.identity.oauth.ciba/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>identity-inbound-auth-oauth</artifactId>
2222
<groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId>
23-
<version>7.0.214</version>
23+
<version>7.0.215-SNAPSHOT</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

components/org.wso2.carbon.identity.oauth.client.authn.filter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId>
2323
<artifactId>identity-inbound-auth-oauth</artifactId>
2424
<relativePath>../../pom.xml</relativePath>
25-
<version>7.0.214</version>
25+
<version>7.0.215-SNAPSHOT</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

components/org.wso2.carbon.identity.oauth.common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId>
2424
<artifactId>identity-inbound-auth-oauth</artifactId>
2525
<relativePath>../../pom.xml</relativePath>
26-
<version>7.0.214</version>
26+
<version>7.0.215-SNAPSHOT</version>
2727
</parent>
2828

2929
<modelVersion>4.0.0</modelVersion>

components/org.wso2.carbon.identity.oauth.dcr.endpoint/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId>
77
<artifactId>identity-inbound-auth-oauth</artifactId>
88
<relativePath>../../pom.xml</relativePath>
9-
<version>7.0.214</version>
9+
<version>7.0.215-SNAPSHOT</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

components/org.wso2.carbon.identity.oauth.dcr/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId>
2323
<artifactId>identity-inbound-auth-oauth</artifactId>
2424
<relativePath>../../pom.xml</relativePath>
25-
<version>7.0.214</version>
25+
<version>7.0.215-SNAPSHOT</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

components/org.wso2.carbon.identity.oauth.endpoint/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId>
2323
<artifactId>identity-inbound-auth-oauth</artifactId>
2424
<relativePath>../../pom.xml</relativePath>
25-
<version>7.0.214</version>
25+
<version>7.0.215-SNAPSHOT</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)