Updated to parent pom 39

This commit is contained in:
Scott Battaglia 2014-03-19 20:50:45 -04:00
parent da00f51d39
commit 2ef3223faa
1 changed files with 2 additions and 11 deletions

13
pom.xml
View File

@ -2,7 +2,7 @@
<parent>
<groupId>org.jasig.parent</groupId>
<artifactId>jasig-parent</artifactId>
<version>38</version>
<version>39</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jasig.cas.client</groupId>
@ -12,7 +12,7 @@
<name>Jasig CAS Client for Java</name>
<description>
Jasig CAS Client for Java is the integration point forapplications that want to speak with a CAS
Jasig CAS Client for Java is the integration point for applications that want to speak with a CAS
server, either via the CAS 1.0 or CAS 2.0 protocol.
</description>
<url>http://www.jasig.org/cas</url>
@ -103,15 +103,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.2.1</version>
<configuration>
<mavenExecutorId>forked-path</mavenExecutorId>
<tagNameFormat>v@{project.version}</tagNameFormat>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>