Skip to content

Commit 71c9fd4

Browse files
[WSO2 Release] [Jenkins #2575] [Release 1.8.84] prepare release v1.8.84
1 parent a75c4da commit 71c9fd4

File tree

39 files changed

+42
-42
lines changed
  • components
    • org.wso2.carbon.identity.account.suspension.notification.task
    • org.wso2.carbon.identity.api.user.governance
    • org.wso2.carbon.identity.api.user.recovery
    • org.wso2.carbon.identity.auth.attribute.handler
    • org.wso2.carbon.identity.captcha
    • org.wso2.carbon.identity.governance
    • org.wso2.carbon.identity.idle.account.identification
    • org.wso2.carbon.identity.multi.attribute.login
      • org.wso2.carbon.identity.multi.attribute.login.resolver.regex
      • org.wso2.carbon.identity.multi.attribute.login.service
    • org.wso2.carbon.identity.password.expiry
    • org.wso2.carbon.identity.password.history
    • org.wso2.carbon.identity.password.policy
    • org.wso2.carbon.identity.piicontroller
    • org.wso2.carbon.identity.recovery.endpoint
    • org.wso2.carbon.identity.recovery.ui
    • org.wso2.carbon.identity.recovery
    • org.wso2.carbon.identity.tenant.resource.manager
    • org.wso2.carbon.identity.user.endpoint
    • org.wso2.carbon.identity.user.export.core
    • org.wso2.carbon.identity.user.rename.core
  • features
    • org.wso2.carbon.identity.account.suspension.notification.task.server.feature
    • org.wso2.carbon.identity.auth.attribute.handler.server.feature
    • org.wso2.carbon.identity.captcha.server.feature
    • org.wso2.carbon.identity.governance.feature
    • org.wso2.carbon.identity.governance.server.feature
    • org.wso2.carbon.identity.idle.account.identification.server.feature
    • org.wso2.carbon.identity.multi.attribute.login.service.server.feature
    • org.wso2.carbon.identity.password.expiry.server.feature
    • org.wso2.carbon.identity.password.history.server.feature
    • org.wso2.carbon.identity.password.policy.server.feature
    • org.wso2.carbon.identity.piicontroller.server.feature
    • org.wso2.carbon.identity.recovery.server.feature
    • org.wso2.carbon.identity.recovery.ui.feature
    • org.wso2.carbon.identity.tenant.resource.manager.feature
    • org.wso2.carbon.identity.user.server.feature
  • service-stubs/identity

39 files changed

+42
-42
lines changed

components/org.wso2.carbon.identity.account.suspension.notification.task/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-governance</artifactId>
2222
<groupId>org.wso2.carbon.identity.governance</groupId>
23-
<version>1.8.84-SNAPSHOT</version>
23+
<version>1.8.84</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

components/org.wso2.carbon.identity.api.user.governance/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.governance</groupId>
2525
<artifactId>identity-governance</artifactId>
26-
<version>1.8.84-SNAPSHOT</version>
26+
<version>1.8.84</version>
2727
<relativePath>../..</relativePath>
2828
</parent>
2929

3030
<artifactId>org.wso2.carbon.identity.api.user.governance</artifactId>
31-
<version>1.8.84-SNAPSHOT</version>
31+
<version>1.8.84</version>
3232
<packaging>jar</packaging>
3333
<name>WSO2 Carbon - User Rest Governance API</name>
3434
<description>WSO2 Carbon - User Rest Governance API</description>

components/org.wso2.carbon.identity.api.user.recovery/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.governance</groupId>
2525
<artifactId>identity-governance</artifactId>
26-
<version>1.8.84-SNAPSHOT</version>
26+
<version>1.8.84</version>
2727
<relativePath>../..</relativePath>
2828
</parent>
2929

3030
<artifactId>org.wso2.carbon.identity.api.user.recovery</artifactId>
31-
<version>1.8.84-SNAPSHOT</version>
31+
<version>1.8.84</version>
3232
<packaging>jar</packaging>
3333
<name>WSO2 Carbon - Identity Management Recovery Rest API</name>
3434
<description>WSO2 Carbon - Identity Management Recovery Rest API</description>

components/org.wso2.carbon.identity.auth.attribute.handler/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.governance</groupId>
2424
<artifactId>identity-governance</artifactId>
25-
<version>1.8.84-SNAPSHOT</version>
25+
<version>1.8.84</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.wso2.carbon.identity.governance</groupId>
2020
<artifactId>identity-governance</artifactId>
21-
<version>1.8.84-SNAPSHOT</version>
21+
<version>1.8.84</version>
2222
<relativePath>../../pom.xml</relativePath>
2323
</parent>
2424

components/org.wso2.carbon.identity.idle.account.identification/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>identity-governance</artifactId>
2020
<groupId>org.wso2.carbon.identity.governance</groupId>
21-
<version>1.8.84-SNAPSHOT</version>
21+
<version>1.8.84</version>
2222
<relativePath>../../pom.xml</relativePath>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>

components/org.wso2.carbon.identity.multi.attribute.login/org.wso2.carbon.identity.multi.attribute.login.resolver.regex/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>identity-governance</artifactId>
2323
<groupId>org.wso2.carbon.identity.governance</groupId>
24-
<version>1.8.84-SNAPSHOT</version>
24+
<version>1.8.84</version>
2525
<relativePath>../../../pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

components/org.wso2.carbon.identity.multi.attribute.login/org.wso2.carbon.identity.multi.attribute.login.service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>identity-governance</artifactId>
2323
<groupId>org.wso2.carbon.identity.governance</groupId>
24-
<version>1.8.84-SNAPSHOT</version>
24+
<version>1.8.84</version>
2525
<relativePath>../../../pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

components/org.wso2.carbon.identity.multi.attribute.login/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>identity-governance</artifactId>
2323
<groupId>org.wso2.carbon.identity.governance</groupId>
24-
<version>1.8.84-SNAPSHOT</version>
24+
<version>1.8.84</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)