Skip to content

Commit

Permalink
Merge pull request #5 from wso2-extensions/release-5.1.0
Browse files Browse the repository at this point in the history
Release 5.1.0
  • Loading branch information
cdwijayarathna committed May 12, 2016
2 parents 4d11c16 + fcf92a6 commit e55e08e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-outbound-auth-windows-live</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>5.0.9-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -51,12 +51,10 @@
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>org.wso2.carbon.identity.application.authenticator.openid</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>org.wso2.carbon.identity.application.authenticator.oidc</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-outbound-auth-windows-live</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>5.0.9-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
17 changes: 14 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@
<parent>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-extension-parent</artifactId>
<version>5.0.9-SNAPSHOT</version>
<version>5.1.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>identity-outbound-auth-windows-live</artifactId>
<version>5.1.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>WSO2 Carbon - Windows live Authenticator Feature Aggregator Module</name>
<description>
Expand Down Expand Up @@ -126,6 +127,16 @@
<artifactId>json</artifactId>
<version>${json.wso2.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>org.wso2.carbon.identity.application.authenticator.openid</artifactId>
<version>${carbon.identity.authenticator.openid.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>org.wso2.carbon.identity.application.authenticator.oidc</artifactId>
<version>${carbon.identity.authenticator.oidc.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand All @@ -138,8 +149,8 @@
<oltu.version>1.0.0.wso2v3</oltu.version>
<oltu.package.import.version.range>[1.0.0, 2.0.0)</oltu.package.import.version.range>
<json.wso2.version>3.0.0.wso2v1</json.wso2.version>
<carbon.identity.authenticator.oidc.version>5.0.9-SNAPSHOT</carbon.identity.authenticator.oidc.version>
<carbon.identity.authenticator.openid.version>5.0.9-SNAPSHOT</carbon.identity.authenticator.openid.version>
<carbon.identity.authenticator.oidc.version>5.1.0</carbon.identity.authenticator.oidc.version>
<carbon.identity.authenticator.openid.version>5.1.0</carbon.identity.authenticator.openid.version>
</properties>

</project>
Expand Down

0 comments on commit e55e08e

Please sign in to comment.