Author: sebb
Date: Tue Apr 25 18:36:28 2017
New Revision: 1792641

URL: http://svn.apache.org/viewvc?rev=1792641&view=rev
Log:
Fix up URL so relative URLs such as Security work

Modified:
    commons/proper/jexl/trunk/pom.xml

Modified: commons/proper/jexl/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=1792641&r1=1792640&r2=1792641&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Tue Apr 25 18:36:28 2017
@@ -28,7 +28,7 @@
     <name>Apache Commons JEXL</name>
     <inceptionYear>2001</inceptionYear>
     <description>The Apache Commons JEXL library is an implementation of the 
JSTL Expression Language with extensions.</description>
-    <url>http://commons.apache.org/jexl/</url>
+    <url>http://commons.apache.org/proper/commons-jexl/</url>
 
     <issueManagement>
         <system>jira</system>
@@ -42,11 +42,11 @@
     </scm>
 
     <distributionManagement>
-        <site>
-            <id>people.apache.org</id>
-            <name>Apache Commons JEXL</name>
-            <url>scp://people.apache.org/www/commons.apache.org/jexl</url>
-        </site>
+      <site>
+        <id>apache.website</id>
+        <name>Apache Commons Site</name>
+        
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-net/</url>
+      </site>
     </distributionManagement>
 
     <developers>


Reply via email to