<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
- <groupId>edu.internet2.shibboleth</groupId>
- <artifactId>identityprovider</artifactId>
- <version>2.1.0</version>
+ <groupId>edu.internet2.middleware</groupId>
+ <artifactId>shibboleth-identityprovider</artifactId>
+ <version>2.1.3</version>
<!-- We bundle as a jar here, the installer creates the WAR -->
<packaging>jar</packaging>
</snapshots>
</repository>
</repositories>
+
+ <distributionManagement>
+ <repository>
+ <id>release-repo</id>
+ <url>${dist.release.url}</url>
+ </repository>
+ <snapshotRepository>
+ <id>snapshot-repo</id>
+ <url>${dist.snapshot.url}</url>
+ </snapshotRepository>
+ </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>
+ <version>1.1.3</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>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
- <scope>provided</scope>
</dependency>
+
+ <!-- Provided dependencies -->
<!-- Runtime dependencies -->
<dependency>
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>edu.internet2.middleware</groupId>
+ <artifactId>ant-extensions</artifactId>
+ <version>13Apr2008</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>edu.internet2.middleware</groupId>
+ <artifactId>shibboleth-jce</artifactId>
+ <version>1.1.0</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>
<descriptor>src/main/assembly/bin.xml</descriptor>
<descriptor>src/main/assembly/src.xml</descriptor>
</descriptors>
+ <tarLongFileMode>gnu</tarLongFileMode>
</configuration>
<executions>
<execution>
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <argLine>-Xmx256m</argLine>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <index>true</index>
+ <manifestEntries>
+ <Main-Class>edu.internet2.middleware.shibboleth.idp.Version</Main-Class>
+ </manifestEntries>
+ <manifestSections>
+ <manifestSection>
+ <name>edu/internet2/middleware/shibboleth/idp/</name>
+ <manifestEntries>
+ <Implementation-Title>${pom.artifactId}</Implementation-Title>
+ <Implementation-Version>${pom.version}</Implementation-Version>
+ <Implementation-Vendor>www.opensaml.org</Implementation-Vendor>
+ </manifestEntries>
+ </manifestSection>
+ </manifestSections>
+ </archive>
+ </configuration>
+ </plugin>
</plugins>
</build>
<configuration>
<links>
<link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
+ <link>http://joda-time.sourceforge.net/apidocs/</link>
+ <link>http://static.springsource.org/spring/docs/2.0.x/api/</link>
</links>
<quiet>true</quiet>
<author>false</author>
</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>