updated POM.xml
This commit is contained in:
Scott Battaglia 2008-02-08 15:18:30 +00:00
parent ac6268509d
commit 910e58e514
2 changed files with 6 additions and 4 deletions

View File

@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.jasig.cas</groupId>
<version>3.1-RC3</version>
<version>3.1</version>
<artifactId>cas-client</artifactId>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -60,7 +60,8 @@
<groupId>xml-security</groupId>
<artifactId>xmlsec</artifactId>
<version>1.3.0</version>
<scope>runtime</scope>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
@ -68,7 +69,8 @@
<artifactId>opensaml</artifactId>
<version>1.1b</version>
<type>jar</type>
<scope>compile</scope>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>

View File

@ -1,7 +1,7 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jasig.cas</groupId>
<version>3.1-RC3</version>
<version>3.1</version>
<artifactId>cas-client</artifactId>
<packaging>pom</packaging>
<name>JA-SIG CAS Client for Java</name>