Added properties and updated poms for sync to central
parent
94e5c5bcd5
commit
54f1ae972b
|
@ -9,9 +9,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
||||||
<version>0.1-SNAPSHOT</version>
|
<version>0.1-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.mitre</groupId>
|
|
||||||
<artifactId>openid-connect-client</artifactId>
|
<artifactId>openid-connect-client</artifactId>
|
||||||
<version>0.1-SNAPSHOT</version>
|
|
||||||
<description>OpenID Connect Client Files</description>
|
<description>OpenID Connect Client Files</description>
|
||||||
<name>OpenID Connect Client</name>
|
<name>OpenID Connect Client</name>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
@ -9,9 +9,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
||||||
<version>0.1-SNAPSHOT</version>
|
<version>0.1-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.mitre</groupId>
|
|
||||||
<artifactId>openid-connect-common</artifactId>
|
<artifactId>openid-connect-common</artifactId>
|
||||||
<version>0.1-SNAPSHOT</version>
|
|
||||||
<description>OpenID Connect Common modules</description>
|
<description>OpenID Connect Common modules</description>
|
||||||
<name>OpenID Connect Common</name>
|
<name>OpenID Connect Common</name>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
@ -2,9 +2,7 @@
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.mitre</groupId>
|
|
||||||
<artifactId>openid-connect-server</artifactId>
|
<artifactId>openid-connect-server</artifactId>
|
||||||
<version>0.1-SNAPSHOT</version>
|
|
||||||
<name>OpenIdConnect Server</name>
|
<name>OpenIdConnect Server</name>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<parent>
|
<parent>
|
||||||
|
|
54
pom.xml
54
pom.xml
|
@ -4,23 +4,47 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.mitre</groupId>
|
<groupId>org.mitre</groupId>
|
||||||
<artifactId>openid-connect-parent</artifactId>
|
<artifactId>openid-connect-parent</artifactId>
|
||||||
<name>OpenIdConnect</name>
|
<name>MITREid Connect</name>
|
||||||
<version>0.1-SNAPSHOT</version>
|
<version>0.1-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
<parent>
|
||||||
<profiles>
|
<groupId>org.sonatype.oss</groupId>
|
||||||
<profile>
|
<artifactId>oss-parent</artifactId>
|
||||||
<activation>
|
<version>7</version>
|
||||||
<activeByDefault>true</activeByDefault>
|
</parent>
|
||||||
</activation>
|
<licenses>
|
||||||
<id>default</id>
|
<license>
|
||||||
|
<name>The Apache Software License, Version 2.0</name>
|
||||||
|
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||||
|
<distribution>repo</distribution>
|
||||||
|
<comments>A business-friendly OSS license</comments>
|
||||||
|
</license>
|
||||||
|
</licenses>
|
||||||
<modules>
|
<modules>
|
||||||
<module>openid-connect-common</module>
|
<module>openid-connect-common</module>
|
||||||
<module>openid-connect-client</module>
|
<module>openid-connect-client</module>
|
||||||
<module>openid-connect-server</module>
|
<module>openid-connect-server</module>
|
||||||
</modules>
|
</modules>
|
||||||
</profile>
|
|
||||||
</profiles>
|
<scm>
|
||||||
|
<connection>scm:git:https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server.git</connection>
|
||||||
|
<developerConnection>scm:git:git@github.com:mitreid-connect/OpenID-Connect-Java-Spring-Server.git</developerConnection>
|
||||||
|
<url>https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server.git</url>
|
||||||
|
<tag>HEAD</tag>
|
||||||
|
</scm>
|
||||||
|
|
||||||
|
<developers>
|
||||||
|
<developer>
|
||||||
|
<id>jricher</id>
|
||||||
|
<name>Justin Richer</name>
|
||||||
|
<email>jricher@mitre.org</email>
|
||||||
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<id>aanganes</id>
|
||||||
|
<name>Amanda Anganes</name>
|
||||||
|
<email>aanganes@mitre.org</email>
|
||||||
|
</developer>
|
||||||
|
</developers>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<java-version>1.6</java-version>
|
<java-version>1.6</java-version>
|
||||||
|
@ -30,7 +54,7 @@
|
||||||
</properties>
|
</properties>
|
||||||
<description>Reference implementation of OpenID Connect spec (http://openid.net/connect/).
|
<description>Reference implementation of OpenID Connect spec (http://openid.net/connect/).
|
||||||
</description>
|
</description>
|
||||||
<url></url>
|
<url>https://github.com/mitreid-connect</url>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
@ -321,4 +345,12 @@
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
|
<issueManagement>
|
||||||
|
<url>https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/issues</url>
|
||||||
|
<system>GitHub Issues</system>
|
||||||
|
</issueManagement>
|
||||||
|
<ciManagement>
|
||||||
|
<system>Travis CI</system>
|
||||||
|
<url>https://travis-ci.org/mitreid-connect/OpenID-Connect-Java-Spring-Server</url>
|
||||||
|
</ciManagement>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue