Skip to content

Commit

Permalink
Merge pull request #1380 from madumalt/alpha3-5.4.0
Browse files Browse the repository at this point in the history
5.4.0 Alpha3 Release Version Upgrade
  • Loading branch information
ashensw authored Sep 21, 2017
2 parents 6d55553 + e58794e commit 8a3a79e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion modules/p2-profile-gen/carbon.product
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ version="5.4.0.SNAPSHOT" useFeatures="true" includeLaunchers="true">
</plugins>

<features>
<feature id="org.wso2.carbon.core.runtime" version="4.4.17"/>
<feature id="org.wso2.carbon.core.runtime" version="4.4.18"/>
</features>

<configurations>
Expand Down
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1505,14 +1505,14 @@
<properties>

<!--Carbon Identity Framework Version-->
<carbon.identity.framework.version>5.8.126</carbon.identity.framework.version>
<carbon.identity.framework.version>5.8.127</carbon.identity.framework.version>

<!--Identity Repo Versions-->
<identity.carbon.auth.saml2.version>5.2.3</identity.carbon.auth.saml2.version>
<identity.inbound.auth.saml.version>5.3.10</identity.inbound.auth.saml.version>
<identity.inbound.auth.oauth.version>5.5.13</identity.inbound.auth.oauth.version>
<identity.inbound.auth.saml.version>5.3.12</identity.inbound.auth.saml.version>
<identity.inbound.auth.oauth.version>5.5.14</identity.inbound.auth.oauth.version>
<identity.inbound.auth.openid.version>5.2.2</identity.inbound.auth.openid.version>
<identity.agent.sso.version>5.1.12</identity.agent.sso.version>
<identity.agent.sso.version>5.1.13</identity.agent.sso.version>
<identity.inbound.auth.sts.version>5.2.5</identity.inbound.auth.sts.version>
<identity.outbound.auth.requestpath.basicauth.version>5.1.3</identity.outbound.auth.requestpath.basicauth.version>
<identity.carbon.auth.mutual.ssl.version>5.1.2</identity.carbon.auth.mutual.ssl.version>
Expand All @@ -1525,16 +1525,16 @@
<identity.carbon.auth.iwa.version>5.1.5</identity.carbon.auth.iwa.version>
<identity.workflow.template.multisteps.version>5.1.4</identity.workflow.template.multisteps.version>
<identity.outbound.auth.requestpath.oauth.version>5.1.3</identity.outbound.auth.requestpath.oauth.version>
<identity.inbound.provisioning.scim.version>5.2.7</identity.inbound.provisioning.scim.version>
<identity.inbound.provisioning.scim.version>5.3.1</identity.inbound.provisioning.scim.version>
<identity.inbound.provisioning.scim2.version>1.0.4</identity.inbound.provisioning.scim2.version>
<identity.tool.samlsso.validator.version>5.1.3</identity.tool.samlsso.validator.version>
<identity.data.publisher.authentication.version>5.1.5</identity.data.publisher.authentication.version>
<identity.data.publisher.oauth.version>1.0.1</identity.data.publisher.oauth.version>
<identity.data.publisher.audit.version>1.0.1</identity.data.publisher.audit.version>
<identity.governance.version>1.0.17</identity.governance.version>
<identity.governance.version>1.0.21</identity.governance.version>
<carbon.identity.auth.version>1.1.9</carbon.identity.auth.version>
<identity.event.handler.account.lock.version>1.1.8</identity.event.handler.account.lock.version>
<identity.event.handler.notification.version>1.0.12</identity.event.handler.notification.version>
<identity.event.handler.notification.version>1.0.13</identity.event.handler.notification.version>
<identity.app.authz.xacml.version>1.0.1</identity.app.authz.xacml.version>
<!--<identity.agent.entitlement.proxy.version>5.1.1</identity.agent.entitlement.proxy.version>-->
<!--<identity.carbon.auth.signedjwt.version>5.1.1</identity.carbon.auth.signedjwt.version>-->
Expand All @@ -1547,8 +1547,8 @@
<identity.outbound.auth.samlsso.version>5.1.7</identity.outbound.auth.samlsso.version>

<!-- Social Authenticator Properties -->
<social.authenticator.facebook.version>5.1.4</social.authenticator.facebook.version>
<social.authenticator.google.version>5.1.3</social.authenticator.google.version>
<social.authenticator.facebook.version>5.1.7</social.authenticator.facebook.version>
<social.authenticator.google.version>5.1.5</social.authenticator.google.version>
<social.authenticator.windowslive.version>5.1.3</social.authenticator.windowslive.version>
<social.authenticator.yahoo.version>5.1.3</social.authenticator.yahoo.version>

Expand All @@ -1561,7 +1561,7 @@
<!-- Local Authenticator Properties -->
<identity.local.auth.basicauth.version>5.3.2</identity.local.auth.basicauth.version>
<identity.local.auth.fido.version>5.1.7</identity.local.auth.fido.version>
<identity.local.auth.iwa.version>5.3.2</identity.local.auth.iwa.version>
<identity.local.auth.iwa.version>5.3.3</identity.local.auth.iwa.version>

<!-- OAuth2 Grant Type extensions -->
<identity.oauth2.jwt.bearer.grant.version>1.0.7</identity.oauth2.jwt.bearer.grant.version>
Expand Down Expand Up @@ -1613,7 +1613,7 @@
<taglibs.version>1.1.2</taglibs.version>
<google.collect.wso2.version>1.0.0.wso2v2</google.collect.wso2.version>
<junit.version>3.8.1</junit.version>
<carbon.kernel.version>4.4.17</carbon.kernel.version>
<carbon.kernel.version>4.4.18</carbon.kernel.version>
<carbon.commons.version>4.5.10</carbon.commons.version>
<carbon.dashboards.version>2.0.3</carbon.dashboards.version>
<carbon.p2.plugin.version>1.5.4</carbon.p2.plugin.version>
Expand Down

0 comments on commit 8a3a79e

Please sign in to comment.