Skip to content

Commit

Permalink
Merge pull request #742 from pulasthi7/test-fix
Browse files Browse the repository at this point in the history
Fixing tests and updating the component versions
  • Loading branch information
pulasthi7 authored Oct 9, 2016
2 parents 8d4ce65 + 9ddcf21 commit af9f2d0
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,11 @@
</Question>
<ExpiryTime>3</ExpiryTime>
<NotifySuccess>true</NotifySuccess>
<AdminPasswordReset>
<Offline>false</Offline>
<OTP>false</OTP>
<RecoveryLink>true</RecoveryLink>
</AdminPasswordReset>
</Recovery>

<SelfRegistration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,11 @@
</Question>
<ExpiryTime>3</ExpiryTime>
<NotifySuccess>true</NotifySuccess>
<AdminPasswordReset>
<Offline>false</Offline>
<OTP>false</OTP>
<RecoveryLink>true</RecoveryLink>
</AdminPasswordReset>
</Recovery>

<SelfRegistration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,11 @@
</Question>
<ExpiryTime>3</ExpiryTime>
<NotifySuccess>true</NotifySuccess>
<AdminPasswordReset>
<Offline>false</Offline>
<OTP>false</OTP>
<RecoveryLink>true</RecoveryLink>
</AdminPasswordReset>
</Recovery>

<EmailVerification>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,11 @@
</Question>
<ExpiryTime>3</ExpiryTime>
<NotifySuccess>true</NotifySuccess>
<AdminPasswordReset>
<Offline>false</Offline>
<OTP>false</OTP>
<RecoveryLink>true</RecoveryLink>
</AdminPasswordReset>
</Recovery>

<EmailVerification>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,11 @@
</Question>
<ExpiryTime>3</ExpiryTime>
<NotifySuccess>true</NotifySuccess>
<AdminPasswordReset>
<Offline>false</Offline>
<OTP>false</OTP>
<RecoveryLink>true</RecoveryLink>
</AdminPasswordReset>
</Recovery>

<EmailVerification>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,11 @@
</Question>
<ExpiryTime>3</ExpiryTime>
<NotifySuccess>true</NotifySuccess>
<AdminPasswordReset>
<Offline>false</Offline>
<OTP>false</OTP>
<RecoveryLink>true</RecoveryLink>
</AdminPasswordReset>
</Recovery>

<EmailVerification>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,11 @@
</Question>
<ExpiryTime>3</ExpiryTime>
<NotifySuccess>true</NotifySuccess>
<AdminPasswordReset>
<Offline>false</Offline>
<OTP>false</OTP>
<RecoveryLink>true</RecoveryLink>
</AdminPasswordReset>
</Recovery>

<EmailVerification>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,11 @@
</Question>
<ExpiryTime>3</ExpiryTime>
<NotifySuccess>true</NotifySuccess>
<AdminPasswordReset>
<Offline>false</Offline>
<OTP>false</OTP>
<RecoveryLink>true</RecoveryLink>
</AdminPasswordReset>
</Recovery>

<EmailVerification>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,11 @@
</Question>
<ExpiryTime>3</ExpiryTime>
<NotifySuccess>true</NotifySuccess>
<AdminPasswordReset>
<Offline>false</Offline>
<OTP>false</OTP>
<RecoveryLink>true</RecoveryLink>
</AdminPasswordReset>
</Recovery>

<EmailVerification>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,11 @@
</Question>
<ExpiryTime>3</ExpiryTime>
<NotifySuccess>true</NotifySuccess>
<AdminPasswordReset>
<Offline>false</Offline>
<OTP>false</OTP>
<RecoveryLink>true</RecoveryLink>
</AdminPasswordReset>
</Recovery>

<EmailVerification>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1203,16 +1203,16 @@
<product.identity.version>5.3.0-SNAPSHOT</product.identity.version>

<!--Carbon Identity Framework Version-->
<carbon.identity.framework.version>5.5.1</carbon.identity.framework.version>
<carbon.identity.framework.version>5.5.5</carbon.identity.framework.version>

<!--Identity Repo Versions-->
<identity.local.auth.basicauth.version>5.2.0</identity.local.auth.basicauth.version>
<identity.carbon.auth.saml2.version>5.1.5</identity.carbon.auth.saml2.version>
<identity.inbound.auth.saml.version>5.1.3</identity.inbound.auth.saml.version>
<identity.inbound.auth.oauth.version>5.2.1</identity.inbound.auth.oauth.version>
<identity.inbound.auth.oauth.version>5.2.2</identity.inbound.auth.oauth.version>
<identity.inbound.auth.openid.version>5.2.0</identity.inbound.auth.openid.version>
<identity.agent.sso.version>5.1.3</identity.agent.sso.version>
<identity.inbound.auth.sts.version>5.1.4</identity.inbound.auth.sts.version>
<identity.inbound.auth.sts.version>5.1.5</identity.inbound.auth.sts.version>
<identity.local.auth.fido.version>5.1.3</identity.local.auth.fido.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 @@ -1238,10 +1238,10 @@
<identity.data.publisher.oauth.version>0.1.1</identity.data.publisher.oauth.version>
<!--<identity.carbon.auth.thrift.version>5.5.0-SNAPSHOT</identity.carbon.auth.thrift.version>-->
<!--<identity.application.auth.oidc.version>5.1.2-SNAPSHOT</identity.application.auth.oidc.version>-->
<identity.governance.version>0.1.1</identity.governance.version>
<identity.governance.version>0.1.5</identity.governance.version>
<org.wso2.carbon.identity.auth.version>0.1.0</org.wso2.carbon.identity.auth.version>
<identity.event.handler.account.lock.version>1.0.0</identity.event.handler.account.lock.version>
<identity.event.handler.notification.version>0.1.0</identity.event.handler.notification.version>
<identity.event.handler.notification.version>0.1.3</identity.event.handler.notification.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>-->
<!--<identity.userstore.cassandra.version>5.1.1</identity.userstore.cassandra.version>-->
Expand Down

0 comments on commit af9f2d0

Please sign in to comment.