<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
- <groupId>edu.internet2.shibboleth</groupId>
- <artifactId>identityprovider</artifactId>
+ <groupId>edu.internet2.middleware</groupId>
+ <artifactId>shibboleth-identityprovider</artifactId>
<version>2.1.0</version>
<!-- We bundle as a jar here, the installer creates the WAR -->
<packaging>jar</packaging>
</snapshots>
</repository>
</repositories>
+
+ <distributionManagement>
+ <repository>
+ <id>ssh-repository</id>
+ <url>scpexe://www.internet2.edu/home/htdocs/shibboleth.internet2.edu/downloads/maven2</url>
+ </repository>
+ </distributionManagement>
<dependencies>
<!-- Compile dependencies -->
<dependency>
- <groupId>edu.internet2.shibboleth</groupId>
+ <groupId>edu.internet2.middleware</groupId>
<artifactId>shibboleth-common</artifactId>
<version>1.1.0</version>
</dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <version>1.5.0</version>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>jcl104-over-slf4j</artifactId>
- <version>1.5.0</version>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>log4j-over-slf4j</artifactId>
- <version>1.5.0</version>
- </dependency>
- <dependency>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-classic</artifactId>
- <version>0.9.8</version>
- </dependency>
- <dependency>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-core</artifactId>
- <version>0.9.8</version>
- </dependency>
<!-- Provided dependencies -->
<dependency>
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>edu.internet2.middleware</groupId>
+ <artifactId>ant-extensions</artifactId>
+ <version>13Apr2008</version>
+ <scope>runtime</scope>
+ </dependency>
<!-- Test dependencies -->
<dependency>
<version>1.0</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-mock</artifactId>
+ <version>2.0.8</version>
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
</dependencies>
<build>
</profiles>
<!-- Project Metadata -->
- <url>https://opensaml.org/</url>
+ <url>https://shibboleth.internet2.edu/</url>
<inceptionYear>2006</inceptionYear>
<mailingLists>
<mailingList>
- <name>OpenSAML Users</name>
- <subscribe>https://spaces.internet2.edu/display/OpenSAML/MailingList</subscribe>
- <unsubscribe>https://spaces.internet2.edu/display/OpenSAML/MailingList</unsubscribe>
- <post>mace-opensaml-users@internet2.edu</post>
- <archive>https://mail.internet2.edu/wws/arc/mace-opensaml-users</archive>
- <otherArchives>
- <otherArchive>http://groups.google.com/group/opensaml-users</otherArchive>
- </otherArchives>
+ <name>Shibboleth Announce</name>
+ <subscribe>http://shibboleth.internet2.edu/support.html#lists</subscribe>
+ <unsubscribe>http://shibboleth.internet2.edu/support.html#lists</unsubscribe>
+ <post>shibboleth-announce@internet2.edu</post>
+ <archive>https://mail.internet2.edu/wws/arc/shibboleth-announce</archive>
+ </mailingList>
+ <mailingList>
+ <name>Shibboleth Users</name>
+ <subscribe>http://shibboleth.internet2.edu/support.html#lists</subscribe>
+ <unsubscribe>http://shibboleth.internet2.edu/support.html#lists</unsubscribe>
+ <post>shibboleth-users@internet2.edu</post>
+ <archive>https://mail.internet2.edu/wws/arc/shibboleth-users</archive>
+ </mailingList>
+ <mailingList>
+ <name>Shibboleth Development</name>
+ <subscribe>http://shibboleth.internet2.edu/support.html#lists</subscribe>
+ <unsubscribe>http://shibboleth.internet2.edu/support.html#lists</unsubscribe>
+ <post>shibboleth-dev@internet2.edu</post>
+ <archive>https://mail.internet2.edu/wws/arc/shibboleth-dev</archive>
</mailingList>
</mailingLists>
<scm>
- <connection>scm:svn:https://svn.middleware.georgetown.edu/java-xmltooling/</connection>
- <developerConnection>scm:svn:https://svn.middleware.georgetown.edu/java-xmltooling/</developerConnection>
+ <connection>scm:svn:https://svn.middleware.georgetown.edu/java-idp/</connection>
+ <developerConnection>scm:svn:https://svn.middleware.georgetown.edu/java-idp/</developerConnection>
<tag>HEAD</tag>
- <url>http://svn.middleware.georgetown.edu/view/?root=java-xmltooling</url>
+ <url>http://svn.middleware.georgetown.edu/view/?root=java-idp</url>
</scm>
<developers>