Skip to content

Commit 35cbaff

Browse files
[WSO2 Release] [Jenkins #5237] [Release 7.0.251] prepare for next development iteration
1 parent 113b868 commit 35cbaff

File tree

28 files changed

+31
-31
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
    • 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
    • org.wso2.carbon.identity.oauth.dcr.endpoint
    • org.wso2.carbon.identity.oauth.endpoint
    • org.wso2.carbon.identity.oauth.extension
    • org.wso2.carbon.identity.oauth.par
    • org.wso2.carbon.identity.oauth.rar
    • org.wso2.carbon.identity.oauth.scope.endpoint
    • org.wso2.carbon.identity.oauth.stub
    • org.wso2.carbon.identity.oauth.ui
    • 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

28 files changed

+31
-31
lines changed

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

+2-2
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.251</version>
26+
<version>7.0.252-SNAPSHOT</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

3030
<artifactId>org.wso2.carbon.identity.api.server.dcr</artifactId>
31-
<version>7.0.251</version>
31+
<version>7.0.252-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

+2-2
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.251</version>
26+
<version>7.0.252-SNAPSHOT</version>
2727
<relativePath>../..</relativePath>
2828
</parent>
2929

3030
<artifactId>org.wso2.carbon.identity.api.server.oauth.scope</artifactId>
31-
<version>7.0.251</version>
31+
<version>7.0.252-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

+1-1
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.251</version>
25+
<version>7.0.252-SNAPSHOT</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

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

+1-1
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.251</version>
24+
<version>7.0.252-SNAPSHOT</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

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

+1-1
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.251</version>
23+
<version>7.0.252-SNAPSHOT</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

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

+1-1
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.251</version>
25+
<version>7.0.252-SNAPSHOT</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

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

+1-1
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.251</version>
26+
<version>7.0.252-SNAPSHOT</version>
2727
</parent>
2828

2929
<modelVersion>4.0.0</modelVersion>

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

+1-1
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.251</version>
9+
<version>7.0.252-SNAPSHOT</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

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

+1-1
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.251</version>
25+
<version>7.0.252-SNAPSHOT</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

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

+1-1
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.251</version>
25+
<version>7.0.252-SNAPSHOT</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>identity-inbound-auth-oauth</artifactId>
2121
<groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId>
22-
<version>7.0.251</version>
22+
<version>7.0.252-SNAPSHOT</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

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

+1-1
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.251</version>
26+
<version>7.0.252-SNAPSHOT</version>
2727
</parent>
2828

2929
<modelVersion>4.0.0</modelVersion>

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

+1-1
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.251</version>
25+
<version>7.0.252-SNAPSHOT</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

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

+1-1
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.251</version>
25+
<version>7.0.252-SNAPSHOT</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

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

+1-1
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.251</version>
25+
<version>7.0.252-SNAPSHOT</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

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

+1-1
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.251</version>
25+
<version>7.0.252-SNAPSHOT</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

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

+1-1
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.251</version>
26+
<version>7.0.252-SNAPSHOT</version>
2727
</parent>
2828

2929
<modelVersion>4.0.0</modelVersion>

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

+1-1
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.251</version>
25+
<version>7.0.252-SNAPSHOT</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

components/org.wso2.carbon.identity.oidc.session/pom.xml

+1-1
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.251</version>
25+
<version>7.0.252-SNAPSHOT</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

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

+1-1
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.251</version>
24+
<version>7.0.252-SNAPSHOT</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

features/org.wso2.carbon.identity.oauth.common.feature/pom.xml

+1-1
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.251</version>
25+
<version>7.0.252-SNAPSHOT</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

features/org.wso2.carbon.identity.oauth.dcr.server.feature/pom.xml

+1-1
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.251</version>
25+
<version>7.0.252-SNAPSHOT</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

features/org.wso2.carbon.identity.oauth.feature/pom.xml

+1-1
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.251</version>
25+
<version>7.0.252-SNAPSHOT</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

features/org.wso2.carbon.identity.oauth.server.feature/pom.xml

+1-1
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.251</version>
25+
<version>7.0.252-SNAPSHOT</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

features/org.wso2.carbon.identity.oauth.ui.feature/pom.xml

+1-1
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.251</version>
25+
<version>7.0.252-SNAPSHOT</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<modelVersion>4.0.0</modelVersion>
2929
<groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId>
3030
<artifactId>identity-inbound-auth-oauth</artifactId>
31-
<version>7.0.251</version>
31+
<version>7.0.252-SNAPSHOT</version>
3232
<packaging>pom</packaging>
3333
<name>WSO2 Carbon OAuth module</name>
3434
<url>http://wso2.org</url>
@@ -37,7 +37,7 @@
3737
<url>https://github.com/wso2-extensions/identity-inbound-auth-oauth.git</url>
3838
<developerConnection>scm:git:https://github.com/wso2-extensions/identity-inbound-auth-oauth.git</developerConnection>
3939
<connection>scm:git:https://github.com/wso2-extensions/identity-inbound-auth-oauth.git</connection>
40-
<tag>v7.0.251</tag>
40+
<tag>HEAD</tag>
4141
</scm>
4242

4343
<modules>

service-stubs/org.wso2.carbon.claim.metadata.mgt.stub/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId>
2323
<artifactId>identity-inbound-auth-oauth</artifactId>
24-
<version>7.0.251</version>
24+
<version>7.0.252-SNAPSHOT</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

test-utils/org.wso2.carbon.identity.oauth.common.testng/pom.xml

+1-1
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.251</version>
26+
<version>7.0.252-SNAPSHOT</version>
2727
</parent>
2828

2929
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)