Author: tibordigana
Date: Sun Aug 23 23:03:12 2015
New Revision: 1697277

URL: http://svn.apache.org/r1697277
Log:
[MENFORCER-234] Fix redirected link on plugin's website
https://github.com/apache/maven-enforcer/pull/15
Fix link according to MENFORCER-234

After adding slash at the end, the link for maven enforcer plugin is:
http://maven.apache.org/enforcer/maven-enforcer-plugin/

and the link is reported as direct.

Modified:
    maven/enforcer/trunk/pom.xml

Modified: maven/enforcer/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/enforcer/trunk/pom.xml?rev=1697277&r1=1697276&r2=1697277&view=diff
==============================================================================
--- maven/enforcer/trunk/pom.xml (original)
+++ maven/enforcer/trunk/pom.xml Sun Aug 23 23:03:12 2015
@@ -33,7 +33,7 @@
 
   <name>Apache Maven Enforcer</name>
   <description>Enforcer is a build rule execution framework.</description>
-  <url>http://maven.apache.org/enforcer</url>
+  <url>http://maven.apache.org/enforcer/</url>
   <inceptionYear>2007</inceptionYear>
 
   <prerequisites>


Reply via email to