<?xml version="1.0" encoding="UTF-8"?>
-<project>
+<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">
<modelVersion>4.0.0</modelVersion>
+
<groupId>edu.internet2.middleware</groupId>
<artifactId>shibboleth-identityprovider</artifactId>
- <version>2.1.3</version>
+ <version>2.2.0-SNAPSHOT</version>
+
<!-- We bundle as a jar here, the installer creates the WAR -->
<packaging>jar</packaging>
<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.3</version>
+ <version>1.2.0</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>ant-extensions</artifactId>
<version>13Apr2008</version>
<scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcprov-jdk14</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>edu.internet2.middleware</groupId>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <configuration>
+ <encoding>UTF-8</encoding>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<manifestEntries>
<Implementation-Title>${pom.artifactId}</Implementation-Title>
<Implementation-Version>${pom.version}</Implementation-Version>
- <Implementation-Vendor>www.opensaml.org</Implementation-Vendor>
+ <Implementation-Vendor>shibboleth.internet2.edu</Implementation-Vendor>
</manifestEntries>
</manifestSection>
</manifestSections>
<configuration>
<links>
<link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
- <link>http://joda-time.sourceforge.net/apidocs/index.html</link>
- <link>http://static.springsource.org/spring/docs/2.0.x/api/index.html</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>
</execution>
</executions>
</plugin>
+ <!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
</execution>
</executions>
</plugin>
+ -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
</profiles>
<!-- Project Metadata -->
- <url>https://shibboleth.internet2.edu/</url>
+ <url>http://shibboleth.internet2.edu/</url>
<inceptionYear>2006</inceptionYear>