Skip to content

Commit

Permalink
Updated to parent pom 39
Browse files Browse the repository at this point in the history
  • Loading branch information
battags committed Mar 20, 2014
1 parent 72766da commit 8969583
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 8969583

Please sign in to comment.