diff --git a/openid-connect-client/pom.xml b/openid-connect-client/pom.xml index e569f0e1b..29898ee32 100644 --- a/openid-connect-client/pom.xml +++ b/openid-connect-client/pom.xml @@ -1,37 +1,70 @@ - + + 4.0.0 openid-connect-parent org.mitre - 0.1 + 0.1-SNAPSHOT .. + org.mitre openid-connect-client + 0.1-SNAPSHOT OpenID Connect Client Files OpenID Connect Client - - org.mitre - openid-connect-common - 0.1 - - - org.springframework.security.oauth - 1.0.0.BUILD-SNAPSHOT - spring-security-oauth2 - + + org.mitre + openid-connect-common + 0.1-SNAPSHOT + + + org.springframework.security.oauth + 1.0.0.BUILD-SNAPSHOT + spring-security-oauth2 + jar - - - - org.apache.maven.plugins - maven-compiler-plugin - - ${java-version} - ${java-version} - - - - - \ No newline at end of file + + + + org.apache.maven.plugins + maven-compiler-plugin + + ${java-version} + ${java-version} + + + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + attach-sources + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.7 + + + attach-sources + + jar + + + + + + + diff --git a/openid-connect-common/pom.xml b/openid-connect-common/pom.xml index 88ca90edc..494c0225c 100644 --- a/openid-connect-common/pom.xml +++ b/openid-connect-common/pom.xml @@ -1,39 +1,73 @@ - + + 4.0.0 openid-connect-parent org.mitre - 0.1 + 0.1-SNAPSHOT .. + org.mitre openid-connect-common + 0.1-SNAPSHOT OpenID Connect Common modules OpenID Connect Common - - org.springframework.security.oauth - 1.0.0.BUILD-SNAPSHOT - spring-security-oauth2 - + + org.springframework.security.oauth + 1.0.0.BUILD-SNAPSHOT + spring-security-oauth2 + - - 1.6 - 3.1.1.RELEASE - 1.5.10 - 3.1.0.RELEASE - + + 1.6 + + 3.1.1.RELEASE + 1.5.10 + + 3.1.0.RELEASE + jar - - - - org.apache.maven.plugins - maven-compiler-plugin - - ${java-version} - ${java-version} - - - - - - \ No newline at end of file + + + + org.apache.maven.plugins + maven-compiler-plugin + + ${java-version} + ${java-version} + + + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + attach-sources + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.7 + + + attach-sources + + jar + + + + + + + diff --git a/openid-connect-server/pom.xml b/openid-connect-server/pom.xml index a14bd77dd..c46319e42 100644 --- a/openid-connect-server/pom.xml +++ b/openid-connect-server/pom.xml @@ -2,13 +2,15 @@ 4.0.0 + org.mitre openid-connect-server + 0.1-SNAPSHOT OpenIdConnect Server war org.mitre openid-connect-parent - 0.1 + 0.1-SNAPSHOT .. @@ -20,7 +22,7 @@ org.mitre openid-connect-common - 0.1 + 0.1-SNAPSHOT Reference implementation of OpenID Connect spec (http://openid.net/connect/). diff --git a/pom.xml b/pom.xml index 7ba02e1c9..27707b3ad 100644 --- a/pom.xml +++ b/pom.xml @@ -5,8 +5,8 @@ org.mitre openid-connect-parent OpenIdConnect + 0.1-SNAPSHOT pom - 0.1 @@ -18,7 +18,7 @@ spring-security-oauth/spring-security-oauth2 openid-connect-common openid-connect-client - openid-connect-server + openid-connect-server diff --git a/spring-security-oauth b/spring-security-oauth index 33acf01dc..5a784a9fb 160000 --- a/spring-security-oauth +++ b/spring-security-oauth @@ -1 +1 @@ -Subproject commit 33acf01dccc563c184f897448d7d61ed4aa847ff +Subproject commit 5a784a9fb7ac11a46cc161e94676e62dac57c2c8