Skip to content

Commit

Permalink
Merge pull request #17070 from sadilchamishka/bump-org-mgt-version
Browse files Browse the repository at this point in the history
Bump organization management version
  • Loading branch information
sadilchamishka authored Oct 19, 2023
2 parents 148eb87 + 4c9369f commit 243dd7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ private String createBaseOrg() {
" \"name\": \"ABC Builders\",\n" +
" \"description\": \"Building constructions\",\n" +
" \"type\": \"TENANT\",\n" +
" \"parentId\": \"Super\",\n" +
" \"parentId\": \"10084a8d-113f-4211-a0d5-efe36b082211\",\n" +
" \"attributes\": [\n" +
" {\n" +
" \"key\": \"Country\",\n" +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public void createOrganization() throws Exception {

if (OrganizationLevel.SUPER_ORGANIZATION.equals(this.organizationLevel)) {
org = "Level1Org";
parentId = SUPER_ORGANIZATION_NAME;
parentId = SUPER_ORGANIZATION_ID;
} else {
org = "Level2Org";
parentId = subOrganizationId;
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2405,8 +2405,8 @@
<identity.extension.utils>1.0.14</identity.extension.utils>
<authenticator.auth.otp.commons.version>1.0.0</authenticator.auth.otp.commons.version>

<identity.org.mgt.version>1.3.79</identity.org.mgt.version>
<identity.org.mgt.core.version>1.0.70</identity.org.mgt.core.version>
<identity.org.mgt.version>1.3.82</identity.org.mgt.version>
<identity.org.mgt.core.version>1.0.73</identity.org.mgt.core.version>
<identity.organization.login.version>1.1.22</identity.organization.login.version>
<identity.oauth2.grant.organizationswitch.version>1.1.10</identity.oauth2.grant.organizationswitch.version>

Expand Down

0 comments on commit 243dd7c

Please sign in to comment.