Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/wso2/product-is
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanikaRuchini committed Oct 26, 2023
2 parents 8009350 + 09aaf0c commit f1712d8
Show file tree
Hide file tree
Showing 61 changed files with 35 additions and 163 deletions.
4 changes: 2 additions & 2 deletions modules/api-resources/api-resources-full/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>org.wso2.is</groupId>
<artifactId>api-resources</artifactId>
<version>7.0.0-m4-SNAPSHOT</version>
<version>7.0.0-alpha-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>api-resources-full</artifactId>
<version>7.0.0-m4-SNAPSHOT</version>
<version>7.0.0-alpha-SNAPSHOT</version>
<packaging>war</packaging>

<name>WSO2 Identity Server - All Rest API</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/api-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>org.wso2.is</groupId>
<artifactId>identity-server-parent</artifactId>
<version>7.0.0-m4-SNAPSHOT</version>
<version>7.0.0-alpha-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>api-resources</artifactId>
<version>7.0.0-m4-SNAPSHOT</version>
<version>7.0.0-alpha-SNAPSHOT</version>
<packaging>pom</packaging>

<name>WSO2 Identity Server - Rest API</name>
Expand Down
2 changes: 1 addition & 1 deletion modules/authenticators/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.is</groupId>
<artifactId>identity-server-parent</artifactId>
<version>7.0.0-m4-SNAPSHOT</version>
<version>7.0.0-alpha-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/callhome/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.is</groupId>
<artifactId>identity-server-parent</artifactId>
<version>7.0.0-m4-SNAPSHOT</version>
<version>7.0.0-alpha-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/connectors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.is</groupId>
<artifactId>identity-server-parent</artifactId>
<version>7.0.0-m4-SNAPSHOT</version>
<version>7.0.0-alpha-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.is</groupId>
<artifactId>identity-server-parent</artifactId>
<version>7.0.0-m4-SNAPSHOT</version>
<version>7.0.0-alpha-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ hostname = "localhost"
node_ip = "127.0.0.1"
base_path = "https://$ref{server.hostname}:${carbon.management.port}"

[tenant_context]
enable_tenant_qualified_urls = "true"
enable_tenanted_sessions = "true"

[super_admin]
username = "admin"
password = "admin"
Expand Down
2 changes: 1 addition & 1 deletion modules/features/org.wso2.identity.styles.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.is</groupId>
<artifactId>identity-features</artifactId>
<version>7.0.0-m4-SNAPSHOT</version>
<version>7.0.0-alpha-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/features/org.wso2.identity.ui.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.is</groupId>
<artifactId>identity-features</artifactId>
<version>7.0.0-m4-SNAPSHOT</version>
<version>7.0.0-alpha-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/features/org.wso2.identity.utils.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.is</groupId>
<artifactId>identity-features</artifactId>
<version>7.0.0-m4-SNAPSHOT</version>
<version>7.0.0-alpha-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.wso2.is</groupId>
<artifactId>identity-server-parent</artifactId>
<version>7.0.0-m4-SNAPSHOT</version>
<version>7.0.0-alpha-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.is</groupId>
<artifactId>identity-server-parent</artifactId>
<version>7.0.0-m4-SNAPSHOT</version>
<version>7.0.0-alpha-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/integration/tests-common/admin-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.is</groupId>
<artifactId>identity-integration-tests</artifactId>
<version>7.0.0-m4-SNAPSHOT</version>
<version>7.0.0-alpha-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/integration/tests-common/extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.is</groupId>
<artifactId>identity-integration-tests</artifactId>
<version>7.0.0-m4-SNAPSHOT</version>
<version>7.0.0-alpha-SNAPSHOT</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.is</groupId>
<artifactId>identity-integration-tests</artifactId>
<version>7.0.0-m4-SNAPSHOT</version>
<version>7.0.0-alpha-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/integration/tests-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.is</groupId>
<artifactId>identity-integration-tests</artifactId>
<version>7.0.0-m4-SNAPSHOT</version>
<version>7.0.0-alpha-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/integration/tests-common/ui-pages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.is</groupId>
<artifactId>identity-integration-tests</artifactId>
<version>7.0.0-m4-SNAPSHOT</version>
<version>7.0.0-alpha-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/integration/tests-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.is</groupId>
<artifactId>identity-integration-tests</artifactId>
<version>7.0.0-m4-SNAPSHOT</version>
<version>7.0.0-alpha-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.wso2.is</groupId>
<artifactId>identity-integration-tests</artifactId>
<version>7.0.0-m4-SNAPSHOT</version>
<version>7.0.0-alpha-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ hostname = "localhost"
node_ip = "127.0.0.1"
base_path = "https://$ref{server.hostname}:${carbon.management.port}"

[tenant_context]
enable_tenant_qualified_urls = "true"
enable_tenanted_sessions = "true"

[super_admin]
username = "admin"
password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ hostname = "localhost"
node_ip = "127.0.0.1"
base_path = "https://$ref{server.hostname}:${carbon.management.port}"

[tenant_context]
enable_tenant_qualified_urls = "true"
enable_tenanted_sessions = "true"

[super_admin]
username = "admin"
password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ hostname = "localhost"
node_ip = "127.0.0.1"
base_path = "https://$ref{server.hostname}:${carbon.management.port}"

[tenant_context]
enable_tenant_qualified_urls = "true"
enable_tenanted_sessions = "true"

[super_admin]
username = "admin"
password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ hostname = "localhost"
node_ip = "127.0.0.1"
base_path = "https://$ref{server.hostname}:${carbon.management.port}"

[tenant_context]
enable_tenant_qualified_urls = "true"
enable_tenanted_sessions = "true"

[super_admin]
username = "admin"
password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ node_ip = "127.0.0.1"
base_path = "https://$ref{server.hostname}:${carbon.management.port}"
disable_addressing = true

[tenant_context]
enable_tenant_qualified_urls = "true"
enable_tenanted_sessions = "true"

[super_admin]
username = "admin"
password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ hostname = "localhost"
node_ip = "127.0.0.1"
base_path = "https://$ref{server.hostname}:${carbon.management.port}"

[tenant_context]
enable_tenant_qualified_urls = "true"
enable_tenanted_sessions = "true"

[super_admin]
username = "admin"
password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ node_ip = "127.0.0.1"
base_path = "https://$ref{server.hostname}:${carbon.management.port}"
offset = "410"

[tenant_context]
enable_tenant_qualified_urls = "true"
enable_tenanted_sessions = "true"

[super_admin]
username = "admin"
password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ hostname = "localhost"
node_ip = "127.0.0.1"
base_path = "https://$ref{server.hostname}:${carbon.management.port}"

[tenant_context]
enable_tenant_qualified_urls = "true"
enable_tenanted_sessions = "true"

[super_admin]
username = "admin"
password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ hostname = "localhost"
node_ip = "127.0.0.1"
base_path = "https://$ref{server.hostname}:${carbon.management.port}"

[tenant_context]
enable_tenant_qualified_urls = "true"
enable_tenanted_sessions = "true"

[super_admin]
username = "admin"
password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ hostname = "localhost"
node_ip = "127.0.0.1"
base_path = "https://$ref{server.hostname}:${carbon.management.port}"

[tenant_context]
enable_tenant_qualified_urls = "true"
enable_tenanted_sessions = "true"

[super_admin]
username = "admin"
password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ hostname = "localhost"
node_ip = "127.0.0.1"
base_path = "https://$ref{server.hostname}:${carbon.management.port}"

[tenant_context]
enable_tenant_qualified_urls = "true"
enable_tenanted_sessions = "true"

[super_admin]
username = "admin"
password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ hostname = "localhost"
node_ip = "127.0.0.1"
base_path = "https://$ref{server.hostname}:${carbon.management.port}"

[tenant_context]
enable_tenant_qualified_urls = "true"
enable_tenanted_sessions = "true"

[super_admin]
username = "admin"
password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ hostname = "localhost"
node_ip = "127.0.0.1"
base_path = "https://$ref{server.hostname}:${carbon.management.port}"

[tenant_context]
enable_tenant_qualified_urls = "true"
enable_tenanted_sessions = "true"

[super_admin]
username = "admin"
password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ hostname = "localhost"
node_ip = "127.0.0.1"
base_path = "https://$ref{server.hostname}:${carbon.management.port}"

[tenant_context]
enable_tenant_qualified_urls = "true"
enable_tenanted_sessions = "true"

[super_admin]
username = "admin"
password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ hostname = "localhost"
node_ip = "127.0.0.1"
base_path = "https://$ref{server.hostname}:${carbon.management.port}"

[tenant_context]
enable_tenant_qualified_urls = "true"
enable_tenanted_sessions = "true"

[super_admin]
username = "admin"
password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ hostname = "localhost"
node_ip = "127.0.0.1"
base_path = "https://$ref{server.hostname}:${carbon.management.port}"

[tenant_context]
enable_tenant_qualified_urls = "true"
enable_tenanted_sessions = "true"

[super_admin]
username = "admin"
password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ hostname = "localhost"
node_ip = "127.0.0.1"
base_path = "https://$ref{server.hostname}:${carbon.management.port}"

[tenant_context]
enable_tenant_qualified_urls = "true"
enable_tenanted_sessions = "true"

[super_admin]
username = "admin"
password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ hostname = "localhost"
node_ip = "127.0.0.1"
base_path = "https://$ref{server.hostname}:${carbon.management.port}"

[tenant_context]
enable_tenant_qualified_urls = "true"
enable_tenanted_sessions = "true"

[super_admin]
username = "admin"
password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ hostname = "localhost"
node_ip = "127.0.0.1"
base_path = "https://$ref{server.hostname}:${carbon.management.port}"

[tenant_context]
enable_tenant_qualified_urls = "true"
enable_tenanted_sessions = "true"

[super_admin]
username = "admin"
password = "admin"
Expand Down
Loading

0 comments on commit f1712d8

Please sign in to comment.