<modelVersion>4.0.0</modelVersion>
<groupId>edu.internet2.middleware</groupId>
<artifactId>shibboleth-identityprovider</artifactId>
- <version>2.1.0</version>
+ <version>2.1.3</version>
<!-- We bundle as a jar here, the installer creates the WAR -->
<packaging>jar</packaging>
<distributionManagement>
<repository>
- <id>ssh-repository</id>
- <url>scpexe://www.internet2.edu/home/htdocs/shibboleth.internet2.edu/downloads/maven2</url>
+ <id>release-repo</id>
+ <url>${dist.release.url}</url>
</repository>
+ <snapshotRepository>
+ <id>snapshot-repo</id>
+ <url>${dist.snapshot.url}</url>
+ </snapshotRepository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>edu.internet2.middleware</groupId>
<artifactId>shibboleth-common</artifactId>
- <version>1.1.0</version>
+ <version>1.1.3</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>
<dependency>
<groupId>edu.internet2.middleware</groupId>
<artifactId>shibboleth-jce</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0</version>
<scope>runtime</scope>
- <exclusions>
- <exclusion>
- <groupId>tomcat</groupId>
- <artifactId>catalina</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<!-- Test dependencies -->
<descriptor>src/main/assembly/bin.xml</descriptor>
<descriptor>src/main/assembly/src.xml</descriptor>
</descriptors>
+ <tarLongFileMode>gnu</tarLongFileMode>
</configuration>
<executions>
<execution>