You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/03/22 18:49:28 UTC

svn commit: r1459912 - in /commons/proper: bcel/trunk/ beanutils/trunk/ betwixt/trunk/ bsf/trunk/ chain/trunk/ cli/trunk/ codec/trunk/ collections/trunk/ compress/trunk/ configuration/trunk/ csv/trunk/ daemon/trunk/ dbcp/trunk/ dbutils/trunk/ digester/...

Author: sebb
Date: Fri Mar 22 17:49:27 2013
New Revision: 1459912

URL: http://svn.apache.org/r1459912
Log:
Fix up URLs so they point to actual sites; this allows relative URLs to work properly

Modified:
    commons/proper/bcel/trunk/pom.xml
    commons/proper/beanutils/trunk/pom.xml
    commons/proper/betwixt/trunk/pom.xml
    commons/proper/bsf/trunk/pom.xml
    commons/proper/chain/trunk/pom.xml
    commons/proper/cli/trunk/pom.xml
    commons/proper/codec/trunk/pom.xml
    commons/proper/collections/trunk/pom.xml
    commons/proper/compress/trunk/pom.xml
    commons/proper/configuration/trunk/pom.xml
    commons/proper/csv/trunk/pom.xml
    commons/proper/daemon/trunk/pom.xml
    commons/proper/dbcp/trunk/pom.xml
    commons/proper/dbutils/trunk/pom.xml
    commons/proper/digester/trunk/pom.xml
    commons/proper/discovery/trunk/pom.xml
    commons/proper/el/trunk/pom.xml
    commons/proper/email/trunk/pom.xml
    commons/proper/exec/trunk/pom.xml
    commons/proper/functor/trunk/pom.xml
    commons/proper/imaging/trunk/pom.xml
    commons/proper/io/trunk/pom.xml
    commons/proper/jci/trunk/pom.xml
    commons/proper/jcs/trunk/pom.xml
    commons/proper/jexl/trunk/pom.xml
    commons/proper/jxpath/trunk/pom.xml
    commons/proper/lang/trunk/pom.xml
    commons/proper/logging/trunk/pom.xml
    commons/proper/math/trunk/pom.xml
    commons/proper/modeler/trunk/pom.xml
    commons/proper/net/trunk/pom.xml
    commons/proper/ognl/trunk/pom.xml
    commons/proper/pool/trunk/pom.xml
    commons/proper/proxy/trunk/pom.xml
    commons/proper/scxml/trunk/pom.xml
    commons/proper/validator/trunk/pom.xml
    commons/proper/vfs/trunk/pom.xml

Modified: commons/proper/bcel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/bcel/trunk/pom.xml (original)
+++ commons/proper/bcel/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -36,7 +36,7 @@
     <name>Commons BCEL</name>
     <description>Bytecode Engineering Library</description>
 
-    <url>http://commons.apache.org/bcel</url>
+    <url>http://commons.apache.org/proper/commons-bcel</url>
     <inceptionYear>2004</inceptionYear>
 
     <properties>

Modified: commons/proper/beanutils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -33,7 +33,7 @@
   <inceptionYear>2000</inceptionYear>
   <description>BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.</description>
 
-  <url>http://commons.apache.org/beanutils/</url>
+  <url>http://commons.apache.org/proper/commons-beanutils/</url>
 
   <issueManagement>
     <system>jira</system>

Modified: commons/proper/betwixt/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/betwixt/trunk/pom.xml (original)
+++ commons/proper/betwixt/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -31,7 +31,7 @@
   <name>Commons Betwixt</name>
   <inceptionYear>2002</inceptionYear>
   <description>Commons Betwixt: mapping beans to XML</description>
-  <url>http://commons.apache.org/codec/</url>
+  <url>http://commons.apache.org/proper/commons-codec/</url>
 
   <issueManagement>
     <system>jira</system>

Modified: commons/proper/bsf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/bsf/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/bsf/trunk/pom.xml (original)
+++ commons/proper/bsf/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -33,7 +33,7 @@
     <artifactId>bsf</artifactId>
     <version>2.5.0-SNAPSHOT</version>
     <name>Apache Commons BSF (Bean Scripting Framework)</name>
-    <url>http://commons.apache.org/bsf</url>
+    <url>http://commons.apache.org/proper/commons-bsf</url>
     <packaging>jar</packaging>
 
     <inceptionYear>2002</inceptionYear>

Modified: commons/proper/chain/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/chain/trunk/pom.xml (original)
+++ commons/proper/chain/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -35,7 +35,7 @@
   <description>
     An implementation of the GoF Chain of Responsibility pattern
   </description>
-  <url>http://commons.apache.org/chain/</url>
+  <url>http://commons.apache.org/proper/commons-chain/</url>
   <inceptionYear>2003</inceptionYear>
 
   <modules>

Modified: commons/proper/cli/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/cli/trunk/pom.xml (original)
+++ commons/proper/cli/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -32,7 +32,7 @@
     Commons CLI provides a simple API for presenting, processing and validating a command line interface.
   </description>
 
-  <url>http://commons.apache.org/cli/</url>
+  <url>http://commons.apache.org/proper/commons-cli/</url>
 
   <issueManagement>
     <system>jira</system>

Modified: commons/proper/codec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -38,7 +38,7 @@ limitations under the License.
      widely used encoders and decoders, the codec package also maintains a
      collection of phonetic encoding utilities.
     </description>
-  <url>http://commons.apache.org/codec/</url>
+  <url>http://commons.apache.org/proper/commons-codec/</url>
   <issueManagement>
     <system>jira</system>
     <url>http://issues.apache.org/jira/browse/CODEC</url>

Modified: commons/proper/collections/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -30,7 +30,7 @@
   <inceptionYear>2001</inceptionYear>
   <description>Types that extend and augment the Java Collections Framework.</description>
 
-  <url>http://commons.apache.org/collections/</url>
+  <url>http://commons.apache.org/proper/commons-collections/</url>
 
   <issueManagement>
     <system>jira</system>

Modified: commons/proper/compress/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -27,7 +27,7 @@
   <artifactId>commons-compress</artifactId>
   <version>1.6-SNAPSHOT</version>
   <name>Commons Compress</name>
-  <url>http://commons.apache.org/compress/</url>
+  <url>http://commons.apache.org/proper/commons-compress/</url>
   <!-- The description is not indented to make it look better in the release notes -->
   <description>
 Apache Commons Compress software defines an API for working with compression and archive formats.

Modified: commons/proper/configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -39,7 +39,7 @@
         various formats
     </description>
 
-  <url>http://commons.apache.org/configuration/</url>
+  <url>http://commons.apache.org/proper/commons-configuration/</url>
 
   <issueManagement>
     <system>jira</system>

Modified: commons/proper/csv/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/csv/trunk/pom.xml (original)
+++ commons/proper/csv/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -27,7 +27,7 @@ limitations under the License.
   <artifactId>commons-csv</artifactId>
   <version>1.0-SNAPSHOT</version>
   <name>Commons CSV</name>
-  <url>http://commons.apache.org/proper/csv/</url>
+  <url>http://commons.apache.org/proper/commons-csv/</url>
   <description>
 The Commons CSV library provides a simple interface for reading and writing
 CSV files of various types.

Modified: commons/proper/daemon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/daemon/trunk/pom.xml (original)
+++ commons/proper/daemon/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -35,7 +35,7 @@
   <description>
      Apache Commons Daemon software provides an alternative invocation mechanism for unix-daemon-like Java code.
   </description>
-  <url>http://commons.apache.org/daemon/</url>
+  <url>http://commons.apache.org/proper/commons-daemon/</url>
 
   <issueManagement>
     <system>jira</system>

Modified: commons/proper/dbcp/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/pom.xml (original)
+++ commons/proper/dbcp/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -32,7 +32,7 @@
 
   <inceptionYear>2001</inceptionYear>
   <description>Apache Commons DBCP software implements Database Connection Pooling</description>
-  <url>http://commons.apache.org/dbcp/</url>
+  <url>http://commons.apache.org/proper/commons-dbcp/</url>
 
   <distributionManagement>
     <site>

Modified: commons/proper/dbutils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/pom.xml [utf-8] (original)
+++ commons/proper/dbutils/trunk/pom.xml [utf-8] Fri Mar 22 17:49:27 2013
@@ -31,7 +31,7 @@
   <description>The Apache Commons-DbUtils package is a set of
   Java utility classes for easing JDBC development.</description>
 
-  <url>http://commons.apache.org/dbutils/</url>
+  <url>http://commons.apache.org/proper/commons-dbutils/</url>
 
   <issueManagement>
     <system>jira</system>

Modified: commons/proper/digester/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/digester/trunk/pom.xml (original)
+++ commons/proper/digester/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -35,7 +35,7 @@
     object mapping module which triggers certain actions called rules whenever
     a particular pattern of nested XML elements is recognized.
   </description>
-  <url>http://commons.apache.org/digester/</url>
+  <url>http://commons.apache.org/proper/commons-digester/</url>
   <inceptionYear>2001</inceptionYear>
 
   <developers>

Modified: commons/proper/discovery/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/discovery/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/discovery/trunk/pom.xml (original)
+++ commons/proper/discovery/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -31,7 +31,7 @@
   <description>The Apache Commons Discovery component is about discovering, or finding,
   implementations for pluggable interfaces.</description>
 
-  <url>http://commons.apache.org/discovery/</url>
+  <url>http://commons.apache.org/proper/commons-discovery/</url>
 
   <issueManagement>
     <system>jira</system>

Modified: commons/proper/el/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/el/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/el/trunk/pom.xml (original)
+++ commons/proper/el/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -34,7 +34,7 @@
   <inceptionYear>2003</inceptionYear>
   <description>JSP 2.0 Expression Language Interpreter Implementation</description>
 
-  <url>http://commons.apache.org/el/</url>
+  <url>http://commons.apache.org/proper/commons-el/</url>
 
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/el/trunk</connection>

Modified: commons/proper/email/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -33,7 +33,7 @@
         the JavaMail API, which it aims to simplify.
     </description>
 
-    <url>http://commons.apache.org/email/</url>
+    <url>http://commons.apache.org/proper/commons-email/</url>
 
     <issueManagement>
         <system>jira</system>

Modified: commons/proper/exec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/exec/trunk/pom.xml (original)
+++ commons/proper/exec/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -27,7 +27,7 @@
     <artifactId>commons-exec</artifactId>
     <version>1.1.1-SNAPSHOT</version>
     <description>A library to reliably execute external processes from within the JVM</description>
-    <url>http://commons.apache.org/exec/</url>
+    <url>http://commons.apache.org/proper/commons-exec/</url>
     <issueManagement>
         <system>jira</system>
         <url>http://issues.apache.org/jira/browse/EXEC</url>

Modified: commons/proper/functor/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/functor/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/functor/trunk/pom.xml (original)
+++ commons/proper/functor/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -36,7 +36,7 @@
     implementations, and utilities.
   </description>
 
-  <url>http://commons.apache.org/functor/</url>
+  <url>http://commons.apache.org/proper/commons-functor/</url>
 
   <issueManagement>
     <system>jira</system>

Modified: commons/proper/imaging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/imaging/trunk/pom.xml (original)
+++ commons/proper/imaging/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -42,7 +42,7 @@
     a corrupted MANIFEST.MF (see http://jira.codehaus.org/browse/MJAR-4)
    -->
   <description>Commons Imaging (previously Sanselan) is a pure-Java image library.</description>
-  <url>http://commons.apache.org/imaging/</url>
+  <url>http://commons.apache.org/proper/commons-imaging/</url>
 
   <properties>
     <maven.compile.source>1.5</maven.compile.source>

Modified: commons/proper/io/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -33,7 +33,7 @@ The Commons IO library contains utility 
 file comparators, endian transformation classes, and much more.
   </description>
 
-  <url>http://commons.apache.org/io/</url>
+  <url>http://commons.apache.org/proper/commons-io/</url>
 
   <issueManagement>
     <system>jira</system>

Modified: commons/proper/jci/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/jci/trunk/pom.xml (original)
+++ commons/proper/jci/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -32,7 +32,7 @@
     <description>
         Commons JCI is a java compiler interface. It can be used to either compile java (or any other language that can be compiled to java classes like e.g. groovy or javascript) to java. It is well integrated with a FAM (FilesystemAlterationMonitor) that can be used with the JCI compiling/reloading classloader. All the currently supported compilers (even javac before java6) feature in-memory compilation.
     </description>
-    <url>http://commons.apache.org/jci/</url>
+    <url>http://commons.apache.org/proper/commons-jci/</url>
     <inceptionYear>2004</inceptionYear>
     <issueManagement>
         <system>JIRA</system>

Modified: commons/proper/jcs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -30,7 +30,7 @@
   <packaging>jar</packaging>
   <version>2.0.0-SNAPSHOT</version>
   <name>Commons JCS</name>
-  <url>http://commons.apache.org/jcs/</url>
+  <url>http://commons.apache.org/proper/commons-jcs/</url>
   <inceptionYear>2002</inceptionYear>
 
   <dependencies>

Modified: commons/proper/jexl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -28,7 +28,7 @@
     <name>Commons JEXL3</name>
     <inceptionYear>2001</inceptionYear>
     <description>The 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>

Modified: commons/proper/jxpath/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/pom.xml (original)
+++ commons/proper/jxpath/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -31,7 +31,7 @@ under the License.
     found at /project/properties/commons.release.version in this document -->
   <version>1.4-SNAPSHOT</version>
   <description>A Java-based implementation of XPath 1.0 that, in addition to XML processing, can inspect/modify Java object graphs (the library's explicit purpose) and even mixed Java/XML structures.</description>
-  <url>http://commons.apache.org/jxpath/</url>
+  <url>http://commons.apache.org/proper/commons-jxpath/</url>
   <issueManagement>
     <system>jira</system>
     <url>http://issues.apache.org/jira/browse/JXPATH</url>

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -27,7 +27,7 @@
   standard as to justify existence in java.lang.
 </description>
 
-  <url>http://commons.apache.org/lang/</url>
+  <url>http://commons.apache.org/proper/commons-lang/</url>
 
   <issueManagement>
     <system>jira</system>

Modified: commons/proper/logging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/logging/trunk/pom.xml (original)
+++ commons/proper/logging/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -35,7 +35,7 @@ under the License.
   <version>1.2-SNAPSHOT</version>
   <description>Commons Logging is a thin adapter allowing configurable bridging to other,
     well known logging systems.</description>
-  <url>http://commons.apache.org/logging/</url>
+  <url>http://commons.apache.org/proper/commons-logging/</url>
 
   <issueManagement>
     <system>JIRA</system>

Modified: commons/proper/math/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -30,7 +30,7 @@
   <inceptionYear>2003</inceptionYear>
   <description>The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.</description>
 
-  <url>http://commons.apache.org/math/</url>
+  <url>http://commons.apache.org/proper/commons-math/</url>
 
   <issueManagement>
     <system>jira</system>

Modified: commons/proper/modeler/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/modeler/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/modeler/trunk/pom.xml (original)
+++ commons/proper/modeler/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -36,7 +36,7 @@
       data using an XML descriptor. In addition, Modeler provides a factory
       mechanism to create the actual Model MBean instances. 
   </description>
-  <url>http://commons.apache.org/modeler/</url>
+  <url>http://commons.apache.org/proper/commons-modeler/</url>
 
   <issueManagement>
     <system>jira</system>

Modified: commons/proper/net/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -36,7 +36,7 @@
 Apache Commons Net library contains a collection of network utilities and protocol implementations.
 Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Telnet, Whois
     </description>
-    <url>http://commons.apache.org/proper/net/</url>
+    <url>http://commons.apache.org/proper/commons-net/</url>
     <issueManagement>
         <system>jira</system>
         <url>http://issues.apache.org/jira/browse/NET</url>

Modified: commons/proper/ognl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/ognl/trunk/pom.xml (original)
+++ commons/proper/ognl/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -33,7 +33,7 @@ limitations under the License.
   <name>Apache Commons OGNL - Object Graph Navigation Library</name>
   <description>The Apache Commons OGNL library is a Java development framework for Object-Graph Navigation Language,
   plus other extras such as list projection and selection and lambda expressions.</description>
-  <url>http://commons.apache.org/ognl/</url>
+  <url>http://commons.apache.org/proper/commons-ognl/</url>
   <inceptionYear>1997</inceptionYear>
   <organization>
     <name>The Apache Software Foundation</name>

Modified: commons/proper/pool/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -32,7 +32,7 @@
   <inceptionYear>2001</inceptionYear>
   <description>Commons Object Pooling Library</description>
 
-  <url>http://commons.apache.org/pool/</url>
+  <url>http://commons.apache.org/proper/commons-pool/</url>
 
   <issueManagement>
     <system>jira</system>

Modified: commons/proper/proxy/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/proxy/trunk/pom.xml (original)
+++ commons/proper/proxy/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -29,7 +29,7 @@
     <version>1.1-SNAPSHOT</version>
     <name>Commons Proxy</name>
     <description>Java library for dynamic proxying</description>
-    <url>http://commons.apache.org/proxy/</url>
+    <url>http://commons.apache.org/proper/commons-proxy/</url>
     <inceptionYear>2005</inceptionYear>
 
     <issueManagement>

Modified: commons/proper/scxml/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/scxml/trunk/pom.xml (original)
+++ commons/proper/scxml/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -32,7 +32,7 @@
   <inceptionYear>2005</inceptionYear>
   <description>A Java Implementation of a State Chart XML Engine</description>
 
-  <url>http://commons.apache.org/scxml/</url>
+  <url>http://commons.apache.org/proper/commons-scxml/</url>
 
   <issueManagement>
     <system>jira</system>

Modified: commons/proper/validator/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -31,7 +31,7 @@
     Commons Validator provides the building blocks for both client side validation and server side data validation.
     It may be used standalone or with a framework like Struts.
   </description>
-  <url>http://commons.apache.org/validator/</url>
+  <url>http://commons.apache.org/proper/commons-validator/</url>
   <issueManagement>
     <system>jira</system>
     <url>http://issues.apache.org/jira/browse/VALIDATOR</url>

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Fri Mar 22 17:49:27 2013
@@ -33,7 +33,7 @@
   <packaging>pom</packaging>
   <version>2.1-SNAPSHOT</version>
 
-  <url>http://commons.apache.org/vfs/</url>
+  <url>http://commons.apache.org/proper/commons-vfs/</url>
   <inceptionYear>2002</inceptionYear>
 
   <modules>



Re: svn commit: r1459912 - in /commons/proper: bcel/trunk/ beanutils/trunk/ betwixt/trunk/ bsf/trunk/ chain/trunk/ cli/trunk/ codec/trunk/ collections/trunk/ compress/trunk/ configuration/trunk/ csv/trunk/ daemon/trunk/ dbcp/trunk/ dbutils/trunk/ digester/...

Posted by sebb <se...@gmail.com>.
On 23 March 2013 00:25, sebb <se...@gmail.com> wrote:
> On 23 March 2013 00:19, Jörg Schaible <jo...@gmx.de> wrote:
>> sebb wrote:
>>
>>> On 22 March 2013 19:58, Gary Gregory <ga...@gmail.com> wrote:
>>>> I published the CSV site after your commit, but some links are still
>>>> incorrect, for example:
>>>> https://commons.apache.org/proper/releases/index.html instead of
>>>> https://commons.apache.org/releases/index.html
>>>
>>> The problem is the redirect:
>>>
>>> https://commons.apache.org/csv/
>>>
>>> redirects to
>>>
>>> https://commons.apache.org/proper/csv//
>>>
>>> The // at the end uses up one of the .. segments in the path.
>>>
>>> Try starting with
>>>
>>> https://commons.apache.org/csv
>>>
>>> or (what it redirects to)
>>>
>>> https://commons.apache.org/proper/csv/
>>>
>>> Not sure yet how to fix the redirects.
>>
>> Fix the site. The URL in the BCEL POM should point to the new location.
>
> It does; the problem is in the redirect; working on it now.

I think csv is OK now. Please try it before we roll out the changes to
the rest of the redirects.

The original redirect looked like this:

RedirectMatch ^/csv(.*) /proper/commons-csv/$1

So
/csv => /proper/commons-csv/
and
/csv/ => /proper/commons-csv//

The latter is wrong.

Thought about using:

RedirectMatch ^/csv(.*) /proper/commons-csv/$1

but that would mean

/csvx => /proper/commons-csvx

which is wrong. Though of course it works for valid csv paths such as

/csv/x => /proper/commons-csv/x

So I ended up with:

RedirectMatch ^/csv(/.*)? /proper/commons-csv$1

which is intended to ensure any path suffix after /csv starts with /

Seems to work for me; please try and break it!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1459912 - in /commons/proper: bcel/trunk/ beanutils/trunk/ betwixt/trunk/ bsf/trunk/ chain/trunk/ cli/trunk/ codec/trunk/ collections/trunk/ compress/trunk/ configuration/trunk/ csv/trunk/ daemon/trunk/ dbcp/trunk/ dbutils/trunk/ digester/...

Posted by sebb <se...@gmail.com>.
On 23 March 2013 00:19, Jörg Schaible <jo...@gmx.de> wrote:
> sebb wrote:
>
>> On 22 March 2013 19:58, Gary Gregory <ga...@gmail.com> wrote:
>>> I published the CSV site after your commit, but some links are still
>>> incorrect, for example:
>>> https://commons.apache.org/proper/releases/index.html instead of
>>> https://commons.apache.org/releases/index.html
>>
>> The problem is the redirect:
>>
>> https://commons.apache.org/csv/
>>
>> redirects to
>>
>> https://commons.apache.org/proper/csv//
>>
>> The // at the end uses up one of the .. segments in the path.
>>
>> Try starting with
>>
>> https://commons.apache.org/csv
>>
>> or (what it redirects to)
>>
>> https://commons.apache.org/proper/csv/
>>
>> Not sure yet how to fix the redirects.
>
> Fix the site. The URL in the BCEL POM should point to the new location.

It does; the problem is in the redirect; working on it now.

> - Jörg
>
>>
>>> Gary
>>>
>>>
>>> On Fri, Mar 22, 2013 at 1:49 PM, <se...@apache.org> wrote:
>>>
>>>> Author: sebb
>>>> Date: Fri Mar 22 17:49:27 2013
>>>> New Revision: 1459912
>>>>
>>>> URL: http://svn.apache.org/r1459912
>>>> Log:
>>>> Fix up URLs so they point to actual sites; this allows relative URLs to
>>>> work properly
>>>>
>>>> Modified:
>>>>     commons/proper/bcel/trunk/pom.xml
>>>>     commons/proper/beanutils/trunk/pom.xml
>>>>     commons/proper/betwixt/trunk/pom.xml
>>>>     commons/proper/bsf/trunk/pom.xml
>>>>     commons/proper/chain/trunk/pom.xml
>>>>     commons/proper/cli/trunk/pom.xml
>>>>     commons/proper/codec/trunk/pom.xml
>>>>     commons/proper/collections/trunk/pom.xml
>>>>     commons/proper/compress/trunk/pom.xml
>>>>     commons/proper/configuration/trunk/pom.xml
>>>>     commons/proper/csv/trunk/pom.xml
>>>>     commons/proper/daemon/trunk/pom.xml
>>>>     commons/proper/dbcp/trunk/pom.xml
>>>>     commons/proper/dbutils/trunk/pom.xml
>>>>     commons/proper/digester/trunk/pom.xml
>>>>     commons/proper/discovery/trunk/pom.xml
>>>>     commons/proper/el/trunk/pom.xml
>>>>     commons/proper/email/trunk/pom.xml
>>>>     commons/proper/exec/trunk/pom.xml
>>>>     commons/proper/functor/trunk/pom.xml
>>>>     commons/proper/imaging/trunk/pom.xml
>>>>     commons/proper/io/trunk/pom.xml
>>>>     commons/proper/jci/trunk/pom.xml
>>>>     commons/proper/jcs/trunk/pom.xml
>>>>     commons/proper/jexl/trunk/pom.xml
>>>>     commons/proper/jxpath/trunk/pom.xml
>>>>     commons/proper/lang/trunk/pom.xml
>>>>     commons/proper/logging/trunk/pom.xml
>>>>     commons/proper/math/trunk/pom.xml
>>>>     commons/proper/modeler/trunk/pom.xml
>>>>     commons/proper/net/trunk/pom.xml
>>>>     commons/proper/ognl/trunk/pom.xml
>>>>     commons/proper/pool/trunk/pom.xml
>>>>     commons/proper/proxy/trunk/pom.xml
>>>>     commons/proper/scxml/trunk/pom.xml
>>>>     commons/proper/validator/trunk/pom.xml
>>>>     commons/proper/vfs/trunk/pom.xml
>>>>
>>>> Modified: commons/proper/bcel/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/bcel/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/bcel/trunk/pom.xml (original)
>>>> +++ commons/proper/bcel/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -36,7 +36,7 @@
>>>>      <name>Commons BCEL</name>
>>>>      <description>Bytecode Engineering Library</description>
>>>>
>>>> -    <url>http://commons.apache.org/bcel</url>
>>>> +    <url>http://commons.apache.org/proper/commons-bcel</url>
>>>>      <inceptionYear>2004</inceptionYear>
>>>>
>>>>      <properties>
>>>>
>>>> Modified: commons/proper/beanutils/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/beanutils/trunk/pom.xml (original)
>>>> +++ commons/proper/beanutils/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -33,7 +33,7 @@
>>>>    <inceptionYear>2000</inceptionYear>
>>>>    <description>BeanUtils provides an easy-to-use but flexible wrapper
>>>> around reflection and introspection.</description>
>>>>
>>>> -  <url>http://commons.apache.org/beanutils/</url>
>>>> +  <url>http://commons.apache.org/proper/commons-beanutils/</url>
>>>>
>>>>    <issueManagement>
>>>>      <system>jira</system>
>>>>
>>>> Modified: commons/proper/betwixt/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/betwixt/trunk/pom.xml (original)
>>>> +++ commons/proper/betwixt/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -31,7 +31,7 @@
>>>>    <name>Commons Betwixt</name>
>>>>    <inceptionYear>2002</inceptionYear>
>>>>    <description>Commons Betwixt: mapping beans to XML</description>
>>>> -  <url>http://commons.apache.org/codec/</url>
>>>> +  <url>http://commons.apache.org/proper/commons-codec/</url>
>>>>
>>>>    <issueManagement>
>>>>      <system>jira</system>
>>>>
>>>> Modified: commons/proper/bsf/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/bsf/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/bsf/trunk/pom.xml (original)
>>>> +++ commons/proper/bsf/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -33,7 +33,7 @@
>>>>      <artifactId>bsf</artifactId>
>>>>      <version>2.5.0-SNAPSHOT</version>
>>>>      <name>Apache Commons BSF (Bean Scripting Framework)</name>
>>>> -    <url>http://commons.apache.org/bsf</url>
>>>> +    <url>http://commons.apache.org/proper/commons-bsf</url>
>>>>      <packaging>jar</packaging>
>>>>
>>>>      <inceptionYear>2002</inceptionYear>
>>>>
>>>> Modified: commons/proper/chain/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/chain/trunk/pom.xml (original)
>>>> +++ commons/proper/chain/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -35,7 +35,7 @@
>>>>    <description>
>>>>      An implementation of the GoF Chain of Responsibility pattern
>>>>    </description>
>>>> -  <url>http://commons.apache.org/chain/</url>
>>>> +  <url>http://commons.apache.org/proper/commons-chain/</url>
>>>>    <inceptionYear>2003</inceptionYear>
>>>>
>>>>    <modules>
>>>>
>>>> Modified: commons/proper/cli/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/cli/trunk/pom.xml (original)
>>>> +++ commons/proper/cli/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -32,7 +32,7 @@
>>>>      Commons CLI provides a simple API for presenting, processing and
>>>> validating a command line interface.
>>>>    </description>
>>>>
>>>> -  <url>http://commons.apache.org/cli/</url>
>>>> +  <url>http://commons.apache.org/proper/commons-cli/</url>
>>>>
>>>>    <issueManagement>
>>>>      <system>jira</system>
>>>>
>>>> Modified: commons/proper/codec/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/codec/trunk/pom.xml (original)
>>>> +++ commons/proper/codec/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -38,7 +38,7 @@ limitations under the License.
>>>>       widely used encoders and decoders, the codec package also
>>>>       maintains a collection of phonetic encoding utilities.
>>>>      </description>
>>>> -  <url>http://commons.apache.org/codec/</url>
>>>> +  <url>http://commons.apache.org/proper/commons-codec/</url>
>>>>    <issueManagement>
>>>>      <system>jira</system>
>>>>      <url>http://issues.apache.org/jira/browse/CODEC</url>
>>>>
>>>> Modified: commons/proper/collections/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/collections/trunk/pom.xml (original)
>>>> +++ commons/proper/collections/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -30,7 +30,7 @@
>>>>    <inceptionYear>2001</inceptionYear>
>>>>    <description>Types that extend and augment the Java Collections
>>>> Framework.</description>
>>>>
>>>> -  <url>http://commons.apache.org/collections/</url>
>>>> +  <url>http://commons.apache.org/proper/commons-collections/</url>
>>>>
>>>>    <issueManagement>
>>>>      <system>jira</system>
>>>>
>>>> Modified: commons/proper/compress/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/compress/trunk/pom.xml (original)
>>>> +++ commons/proper/compress/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -27,7 +27,7 @@
>>>>    <artifactId>commons-compress</artifactId>
>>>>    <version>1.6-SNAPSHOT</version>
>>>>    <name>Commons Compress</name>
>>>> -  <url>http://commons.apache.org/compress/</url>
>>>> +  <url>http://commons.apache.org/proper/commons-compress/</url>
>>>>    <!-- The description is not indented to make it look better in the
>>>> release notes -->
>>>>    <description>
>>>>  Apache Commons Compress software defines an API for working with
>>>> compression and archive formats.
>>>>
>>>> Modified: commons/proper/configuration/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/configuration/trunk/pom.xml (original)
>>>> +++ commons/proper/configuration/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -39,7 +39,7 @@
>>>>          various formats
>>>>      </description>
>>>>
>>>> -  <url>http://commons.apache.org/configuration/</url>
>>>> +  <url>http://commons.apache.org/proper/commons-configuration/</url>
>>>>
>>>>    <issueManagement>
>>>>      <system>jira</system>
>>>>
>>>> Modified: commons/proper/csv/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/csv/trunk/pom.xml (original)
>>>> +++ commons/proper/csv/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -27,7 +27,7 @@ limitations under the License.
>>>>    <artifactId>commons-csv</artifactId>
>>>>    <version>1.0-SNAPSHOT</version>
>>>>    <name>Commons CSV</name>
>>>> -  <url>http://commons.apache.org/proper/csv/</url>
>>>> +  <url>http://commons.apache.org/proper/commons-csv/</url>
>>>>    <description>
>>>>  The Commons CSV library provides a simple interface for reading and
>>>> writing
>>>>  CSV files of various types.
>>>>
>>>> Modified: commons/proper/daemon/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/daemon/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/daemon/trunk/pom.xml (original)
>>>> +++ commons/proper/daemon/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -35,7 +35,7 @@
>>>>    <description>
>>>>       Apache Commons Daemon software provides an alternative invocation
>>>> mechanism for unix-daemon-like Java code.
>>>>    </description>
>>>> -  <url>http://commons.apache.org/daemon/</url>
>>>> +  <url>http://commons.apache.org/proper/commons-daemon/</url>
>>>>
>>>>    <issueManagement>
>>>>      <system>jira</system>
>>>>
>>>> Modified: commons/proper/dbcp/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/dbcp/trunk/pom.xml (original)
>>>> +++ commons/proper/dbcp/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -32,7 +32,7 @@
>>>>
>>>>    <inceptionYear>2001</inceptionYear>
>>>>    <description>Apache Commons DBCP software implements Database
>>>> Connection Pooling</description>
>>>> -  <url>http://commons.apache.org/dbcp/</url>
>>>> +  <url>http://commons.apache.org/proper/commons-dbcp/</url>
>>>>
>>>>    <distributionManagement>
>>>>      <site>
>>>>
>>>> Modified: commons/proper/dbutils/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/dbutils/trunk/pom.xml [utf-8] (original)
>>>> +++ commons/proper/dbutils/trunk/pom.xml [utf-8] Fri Mar 22 17:49:27
>>>> 2013 @@ -31,7 +31,7 @@
>>>>    <description>The Apache Commons-DbUtils package is a set of
>>>>    Java utility classes for easing JDBC development.</description>
>>>>
>>>> -  <url>http://commons.apache.org/dbutils/</url>
>>>> +  <url>http://commons.apache.org/proper/commons-dbutils/</url>
>>>>
>>>>    <issueManagement>
>>>>      <system>jira</system>
>>>>
>>>> Modified: commons/proper/digester/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/digester/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/digester/trunk/pom.xml (original)
>>>> +++ commons/proper/digester/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -35,7 +35,7 @@
>>>>      object mapping module which triggers certain actions called rules
>>>> whenever
>>>>      a particular pattern of nested XML elements is recognized.
>>>>    </description>
>>>> -  <url>http://commons.apache.org/digester/</url>
>>>> +  <url>http://commons.apache.org/proper/commons-digester/</url>
>>>>    <inceptionYear>2001</inceptionYear>
>>>>
>>>>    <developers>
>>>>
>>>> Modified: commons/proper/discovery/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/discovery/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/discovery/trunk/pom.xml (original)
>>>> +++ commons/proper/discovery/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -31,7 +31,7 @@
>>>>    <description>The Apache Commons Discovery component is about
>>>> discovering, or finding,
>>>>    implementations for pluggable interfaces.</description>
>>>>
>>>> -  <url>http://commons.apache.org/discovery/</url>
>>>> +  <url>http://commons.apache.org/proper/commons-discovery/</url>
>>>>
>>>>    <issueManagement>
>>>>      <system>jira</system>
>>>>
>>>> Modified: commons/proper/el/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/el/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/el/trunk/pom.xml (original)
>>>> +++ commons/proper/el/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -34,7 +34,7 @@
>>>>    <inceptionYear>2003</inceptionYear>
>>>>    <description>JSP 2.0 Expression Language Interpreter
>>>> Implementation</description>
>>>>
>>>> -  <url>http://commons.apache.org/el/</url>
>>>> +  <url>http://commons.apache.org/proper/commons-el/</url>
>>>>
>>>>    <scm>
>>>>      <connection>scm:svn:
>>>> http://svn.apache.org/repos/asf/commons/proper/el/trunk</connection>
>>>>
>>>> Modified: commons/proper/email/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/email/trunk/pom.xml (original)
>>>> +++ commons/proper/email/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -33,7 +33,7 @@
>>>>          the JavaMail API, which it aims to simplify.
>>>>      </description>
>>>>
>>>> -    <url>http://commons.apache.org/email/</url>
>>>> +    <url>http://commons.apache.org/proper/commons-email/</url>
>>>>
>>>>      <issueManagement>
>>>>          <system>jira</system>
>>>>
>>>> Modified: commons/proper/exec/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/exec/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/exec/trunk/pom.xml (original)
>>>> +++ commons/proper/exec/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -27,7 +27,7 @@
>>>>      <artifactId>commons-exec</artifactId>
>>>>      <version>1.1.1-SNAPSHOT</version>
>>>>      <description>A library to reliably execute external processes from
>>>> within the JVM</description>
>>>> -    <url>http://commons.apache.org/exec/</url>
>>>> +    <url>http://commons.apache.org/proper/commons-exec/</url>
>>>>      <issueManagement>
>>>>          <system>jira</system>
>>>>          <url>http://issues.apache.org/jira/browse/EXEC</url>
>>>>
>>>> Modified: commons/proper/functor/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/functor/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/functor/trunk/pom.xml (original)
>>>> +++ commons/proper/functor/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -36,7 +36,7 @@
>>>>      implementations, and utilities.
>>>>    </description>
>>>>
>>>> -  <url>http://commons.apache.org/functor/</url>
>>>> +  <url>http://commons.apache.org/proper/commons-functor/</url>
>>>>
>>>>    <issueManagement>
>>>>      <system>jira</system>
>>>>
>>>> Modified: commons/proper/imaging/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/imaging/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/imaging/trunk/pom.xml (original)
>>>> +++ commons/proper/imaging/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -42,7 +42,7 @@
>>>>      a corrupted MANIFEST.MF (see
>>>>      http://jira.codehaus.org/browse/MJAR-4)
>>>>     -->
>>>>    <description>Commons Imaging (previously Sanselan) is a pure-Java
>>>>    image
>>>> library.</description>
>>>> -  <url>http://commons.apache.org/imaging/</url>
>>>> +  <url>http://commons.apache.org/proper/commons-imaging/</url>
>>>>
>>>>    <properties>
>>>>      <maven.compile.source>1.5</maven.compile.source>
>>>>
>>>> Modified: commons/proper/io/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/io/trunk/pom.xml (original)
>>>> +++ commons/proper/io/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -33,7 +33,7 @@ The Commons IO library contains utility
>>>>  file comparators, endian transformation classes, and much more.
>>>>    </description>
>>>>
>>>> -  <url>http://commons.apache.org/io/</url>
>>>> +  <url>http://commons.apache.org/proper/commons-io/</url>
>>>>
>>>>    <issueManagement>
>>>>      <system>jira</system>
>>>>
>>>> Modified: commons/proper/jci/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/jci/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/jci/trunk/pom.xml (original)
>>>> +++ commons/proper/jci/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -32,7 +32,7 @@
>>>>      <description>
>>>>          Commons JCI is a java compiler interface. It can be used to
>>>> either compile java (or any other language that can be compiled to java
>>>> classes like e.g. groovy or javascript) to java. It is well integrated
>>>> with a FAM (FilesystemAlterationMonitor) that can be used with the JCI
>>>> compiling/reloading classloader. All the currently supported compilers
>>>> (even javac before java6) feature in-memory compilation.
>>>>      </description>
>>>> -    <url>http://commons.apache.org/jci/</url>
>>>> +    <url>http://commons.apache.org/proper/commons-jci/</url>
>>>>      <inceptionYear>2004</inceptionYear>
>>>>      <issueManagement>
>>>>          <system>JIRA</system>
>>>>
>>>> Modified: commons/proper/jcs/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/jcs/trunk/pom.xml (original)
>>>> +++ commons/proper/jcs/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -30,7 +30,7 @@
>>>>    <packaging>jar</packaging>
>>>>    <version>2.0.0-SNAPSHOT</version>
>>>>    <name>Commons JCS</name>
>>>> -  <url>http://commons.apache.org/jcs/</url>
>>>> +  <url>http://commons.apache.org/proper/commons-jcs/</url>
>>>>    <inceptionYear>2002</inceptionYear>
>>>>
>>>>    <dependencies>
>>>>
>>>> Modified: commons/proper/jexl/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/jexl/trunk/pom.xml (original)
>>>> +++ commons/proper/jexl/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -28,7 +28,7 @@
>>>>      <name>Commons JEXL3</name>
>>>>      <inceptionYear>2001</inceptionYear>
>>>>      <description>The 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>
>>>>
>>>> Modified: commons/proper/jxpath/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/jxpath/trunk/pom.xml (original)
>>>> +++ commons/proper/jxpath/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -31,7 +31,7 @@ under the License.
>>>>      found at /project/properties/commons.release.version in this
>>>>      document
>>>> -->
>>>>    <version>1.4-SNAPSHOT</version>
>>>>    <description>A Java-based implementation of XPath 1.0 that, in
>>>>    addition
>>>> to XML processing, can inspect/modify Java object graphs (the library's
>>>> explicit purpose) and even mixed Java/XML structures.</description>
>>>> -  <url>http://commons.apache.org/jxpath/</url>
>>>> +  <url>http://commons.apache.org/proper/commons-jxpath/</url>
>>>>    <issueManagement>
>>>>      <system>jira</system>
>>>>      <url>http://issues.apache.org/jira/browse/JXPATH</url>
>>>>
>>>> Modified: commons/proper/lang/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/lang/trunk/pom.xml (original)
>>>> +++ commons/proper/lang/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -27,7 +27,7 @@
>>>>    standard as to justify existence in java.lang.
>>>>  </description>
>>>>
>>>> -  <url>http://commons.apache.org/lang/</url>
>>>> +  <url>http://commons.apache.org/proper/commons-lang/</url>
>>>>
>>>>    <issueManagement>
>>>>      <system>jira</system>
>>>>
>>>> Modified: commons/proper/logging/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/logging/trunk/pom.xml (original)
>>>> +++ commons/proper/logging/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -35,7 +35,7 @@ under the License.
>>>>    <version>1.2-SNAPSHOT</version>
>>>>    <description>Commons Logging is a thin adapter allowing configurable
>>>> bridging to other,
>>>>      well known logging systems.</description>
>>>> -  <url>http://commons.apache.org/logging/</url>
>>>> +  <url>http://commons.apache.org/proper/commons-logging/</url>
>>>>
>>>>    <issueManagement>
>>>>      <system>JIRA</system>
>>>>
>>>> Modified: commons/proper/math/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/math/trunk/pom.xml (original)
>>>> +++ commons/proper/math/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -30,7 +30,7 @@
>>>>    <inceptionYear>2003</inceptionYear>
>>>>    <description>The Math project is a library of lightweight,
>>>> self-contained mathematics and statistics components addressing the most
>>>> common practical problems not immediately available in the Java
>>>> programming language or commons-lang.</description>
>>>>
>>>> -  <url>http://commons.apache.org/math/</url>
>>>> +  <url>http://commons.apache.org/proper/commons-math/</url>
>>>>
>>>>    <issueManagement>
>>>>      <system>jira</system>
>>>>
>>>> Modified: commons/proper/modeler/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/modeler/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/modeler/trunk/pom.xml (original)
>>>> +++ commons/proper/modeler/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -36,7 +36,7 @@
>>>>        data using an XML descriptor. In addition, Modeler provides a
>>>> factory
>>>>        mechanism to create the actual Model MBean instances.
>>>>    </description>
>>>> -  <url>http://commons.apache.org/modeler/</url>
>>>> +  <url>http://commons.apache.org/proper/commons-modeler/</url>
>>>>
>>>>    <issueManagement>
>>>>      <system>jira</system>
>>>>
>>>> Modified: commons/proper/net/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/net/trunk/pom.xml (original)
>>>> +++ commons/proper/net/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -36,7 +36,7 @@
>>>>  Apache Commons Net library contains a collection of network utilities
>>>>  and
>>>> protocol implementations.
>>>>  Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S),
>>>> SMTP(S), Telnet, Whois
>>>>      </description>
>>>> -    <url>http://commons.apache.org/proper/net/</url>
>>>> +    <url>http://commons.apache.org/proper/commons-net/</url>
>>>>      <issueManagement>
>>>>          <system>jira</system>
>>>>          <url>http://issues.apache.org/jira/browse/NET</url>
>>>>
>>>> Modified: commons/proper/ognl/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/ognl/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/ognl/trunk/pom.xml (original)
>>>> +++ commons/proper/ognl/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -33,7 +33,7 @@ limitations under the License.
>>>>    <name>Apache Commons OGNL - Object Graph Navigation Library</name>
>>>>    <description>The Apache Commons OGNL library is a Java development
>>>> framework for Object-Graph Navigation Language,
>>>>    plus other extras such as list projection and selection and lambda
>>>> expressions.</description>
>>>> -  <url>http://commons.apache.org/ognl/</url>
>>>> +  <url>http://commons.apache.org/proper/commons-ognl/</url>
>>>>    <inceptionYear>1997</inceptionYear>
>>>>    <organization>
>>>>      <name>The Apache Software Foundation</name>
>>>>
>>>> Modified: commons/proper/pool/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/pool/trunk/pom.xml (original)
>>>> +++ commons/proper/pool/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -32,7 +32,7 @@
>>>>    <inceptionYear>2001</inceptionYear>
>>>>    <description>Commons Object Pooling Library</description>
>>>>
>>>> -  <url>http://commons.apache.org/pool/</url>
>>>> +  <url>http://commons.apache.org/proper/commons-pool/</url>
>>>>
>>>>    <issueManagement>
>>>>      <system>jira</system>
>>>>
>>>> Modified: commons/proper/proxy/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/proxy/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/proxy/trunk/pom.xml (original)
>>>> +++ commons/proper/proxy/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -29,7 +29,7 @@
>>>>      <version>1.1-SNAPSHOT</version>
>>>>      <name>Commons Proxy</name>
>>>>      <description>Java library for dynamic proxying</description>
>>>> -    <url>http://commons.apache.org/proxy/</url>
>>>> +    <url>http://commons.apache.org/proper/commons-proxy/</url>
>>>>      <inceptionYear>2005</inceptionYear>
>>>>
>>>>      <issueManagement>
>>>>
>>>> Modified: commons/proper/scxml/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/scxml/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/scxml/trunk/pom.xml (original)
>>>> +++ commons/proper/scxml/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -32,7 +32,7 @@
>>>>    <inceptionYear>2005</inceptionYear>
>>>>    <description>A Java Implementation of a State Chart XML
>>>> Engine</description>
>>>>
>>>> -  <url>http://commons.apache.org/scxml/</url>
>>>> +  <url>http://commons.apache.org/proper/commons-scxml/</url>
>>>>
>>>>    <issueManagement>
>>>>      <system>jira</system>
>>>>
>>>> Modified: commons/proper/validator/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/validator/trunk/pom.xml (original)
>>>> +++ commons/proper/validator/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -31,7 +31,7 @@
>>>>      Commons Validator provides the building blocks for both client side
>>>> validation and server side data validation.
>>>>      It may be used standalone or with a framework like Struts.
>>>>    </description>
>>>> -  <url>http://commons.apache.org/validator/</url>
>>>> +  <url>http://commons.apache.org/proper/commons-validator/</url>
>>>>    <issueManagement>
>>>>      <system>jira</system>
>>>>      <url>http://issues.apache.org/jira/browse/VALIDATOR</url>
>>>>
>>>> Modified: commons/proper/vfs/trunk/pom.xml
>>>> URL:
>>>>
> http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>>
>>>>
> ==============================================================================
>>>> --- commons/proper/vfs/trunk/pom.xml (original)
>>>> +++ commons/proper/vfs/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>>> @@ -33,7 +33,7 @@
>>>>    <packaging>pom</packaging>
>>>>    <version>2.1-SNAPSHOT</version>
>>>>
>>>> -  <url>http://commons.apache.org/vfs/</url>
>>>> +  <url>http://commons.apache.org/proper/commons-vfs/</url>
>>>>    <inceptionYear>2002</inceptionYear>
>>>>
>>>>    <modules>
>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
>>> JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
>>> Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
>>> Blog: http://garygregory.wordpress.com
>>> Home: http://garygregory.com/
>>> Tweet! http://twitter.com/GaryGregory
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1459912 - in /commons/proper: bcel/trunk/ beanutils/trunk/ betwixt/trunk/ bsf/trunk/ chain/trunk/ cli/trunk/ codec/trunk/ collections/trunk/ compress/trunk/ configuration/trunk/ csv/trunk/ daemon/trunk/ dbcp/trunk/ dbutils/trunk/ digester/...

Posted by Jörg Schaible <jo...@gmx.de>.
sebb wrote:

> On 22 March 2013 19:58, Gary Gregory <ga...@gmail.com> wrote:
>> I published the CSV site after your commit, but some links are still
>> incorrect, for example:
>> https://commons.apache.org/proper/releases/index.html instead of
>> https://commons.apache.org/releases/index.html
> 
> The problem is the redirect:
> 
> https://commons.apache.org/csv/
> 
> redirects to
> 
> https://commons.apache.org/proper/csv//
> 
> The // at the end uses up one of the .. segments in the path.
> 
> Try starting with
> 
> https://commons.apache.org/csv
> 
> or (what it redirects to)
> 
> https://commons.apache.org/proper/csv/
> 
> Not sure yet how to fix the redirects.

Fix the site. The URL in the BCEL POM should point to the new location.

- Jörg

> 
>> Gary
>>
>>
>> On Fri, Mar 22, 2013 at 1:49 PM, <se...@apache.org> wrote:
>>
>>> Author: sebb
>>> Date: Fri Mar 22 17:49:27 2013
>>> New Revision: 1459912
>>>
>>> URL: http://svn.apache.org/r1459912
>>> Log:
>>> Fix up URLs so they point to actual sites; this allows relative URLs to
>>> work properly
>>>
>>> Modified:
>>>     commons/proper/bcel/trunk/pom.xml
>>>     commons/proper/beanutils/trunk/pom.xml
>>>     commons/proper/betwixt/trunk/pom.xml
>>>     commons/proper/bsf/trunk/pom.xml
>>>     commons/proper/chain/trunk/pom.xml
>>>     commons/proper/cli/trunk/pom.xml
>>>     commons/proper/codec/trunk/pom.xml
>>>     commons/proper/collections/trunk/pom.xml
>>>     commons/proper/compress/trunk/pom.xml
>>>     commons/proper/configuration/trunk/pom.xml
>>>     commons/proper/csv/trunk/pom.xml
>>>     commons/proper/daemon/trunk/pom.xml
>>>     commons/proper/dbcp/trunk/pom.xml
>>>     commons/proper/dbutils/trunk/pom.xml
>>>     commons/proper/digester/trunk/pom.xml
>>>     commons/proper/discovery/trunk/pom.xml
>>>     commons/proper/el/trunk/pom.xml
>>>     commons/proper/email/trunk/pom.xml
>>>     commons/proper/exec/trunk/pom.xml
>>>     commons/proper/functor/trunk/pom.xml
>>>     commons/proper/imaging/trunk/pom.xml
>>>     commons/proper/io/trunk/pom.xml
>>>     commons/proper/jci/trunk/pom.xml
>>>     commons/proper/jcs/trunk/pom.xml
>>>     commons/proper/jexl/trunk/pom.xml
>>>     commons/proper/jxpath/trunk/pom.xml
>>>     commons/proper/lang/trunk/pom.xml
>>>     commons/proper/logging/trunk/pom.xml
>>>     commons/proper/math/trunk/pom.xml
>>>     commons/proper/modeler/trunk/pom.xml
>>>     commons/proper/net/trunk/pom.xml
>>>     commons/proper/ognl/trunk/pom.xml
>>>     commons/proper/pool/trunk/pom.xml
>>>     commons/proper/proxy/trunk/pom.xml
>>>     commons/proper/scxml/trunk/pom.xml
>>>     commons/proper/validator/trunk/pom.xml
>>>     commons/proper/vfs/trunk/pom.xml
>>>
>>> Modified: commons/proper/bcel/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/bcel/trunk/pom.xml (original)
>>> +++ commons/proper/bcel/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -36,7 +36,7 @@
>>>      <name>Commons BCEL</name>
>>>      <description>Bytecode Engineering Library</description>
>>>
>>> -    <url>http://commons.apache.org/bcel</url>
>>> +    <url>http://commons.apache.org/proper/commons-bcel</url>
>>>      <inceptionYear>2004</inceptionYear>
>>>
>>>      <properties>
>>>
>>> Modified: commons/proper/beanutils/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/beanutils/trunk/pom.xml (original)
>>> +++ commons/proper/beanutils/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -33,7 +33,7 @@
>>>    <inceptionYear>2000</inceptionYear>
>>>    <description>BeanUtils provides an easy-to-use but flexible wrapper
>>> around reflection and introspection.</description>
>>>
>>> -  <url>http://commons.apache.org/beanutils/</url>
>>> +  <url>http://commons.apache.org/proper/commons-beanutils/</url>
>>>
>>>    <issueManagement>
>>>      <system>jira</system>
>>>
>>> Modified: commons/proper/betwixt/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/betwixt/trunk/pom.xml (original)
>>> +++ commons/proper/betwixt/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -31,7 +31,7 @@
>>>    <name>Commons Betwixt</name>
>>>    <inceptionYear>2002</inceptionYear>
>>>    <description>Commons Betwixt: mapping beans to XML</description>
>>> -  <url>http://commons.apache.org/codec/</url>
>>> +  <url>http://commons.apache.org/proper/commons-codec/</url>
>>>
>>>    <issueManagement>
>>>      <system>jira</system>
>>>
>>> Modified: commons/proper/bsf/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/bsf/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/bsf/trunk/pom.xml (original)
>>> +++ commons/proper/bsf/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -33,7 +33,7 @@
>>>      <artifactId>bsf</artifactId>
>>>      <version>2.5.0-SNAPSHOT</version>
>>>      <name>Apache Commons BSF (Bean Scripting Framework)</name>
>>> -    <url>http://commons.apache.org/bsf</url>
>>> +    <url>http://commons.apache.org/proper/commons-bsf</url>
>>>      <packaging>jar</packaging>
>>>
>>>      <inceptionYear>2002</inceptionYear>
>>>
>>> Modified: commons/proper/chain/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/chain/trunk/pom.xml (original)
>>> +++ commons/proper/chain/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -35,7 +35,7 @@
>>>    <description>
>>>      An implementation of the GoF Chain of Responsibility pattern
>>>    </description>
>>> -  <url>http://commons.apache.org/chain/</url>
>>> +  <url>http://commons.apache.org/proper/commons-chain/</url>
>>>    <inceptionYear>2003</inceptionYear>
>>>
>>>    <modules>
>>>
>>> Modified: commons/proper/cli/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/cli/trunk/pom.xml (original)
>>> +++ commons/proper/cli/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -32,7 +32,7 @@
>>>      Commons CLI provides a simple API for presenting, processing and
>>> validating a command line interface.
>>>    </description>
>>>
>>> -  <url>http://commons.apache.org/cli/</url>
>>> +  <url>http://commons.apache.org/proper/commons-cli/</url>
>>>
>>>    <issueManagement>
>>>      <system>jira</system>
>>>
>>> Modified: commons/proper/codec/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/codec/trunk/pom.xml (original)
>>> +++ commons/proper/codec/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -38,7 +38,7 @@ limitations under the License.
>>>       widely used encoders and decoders, the codec package also
>>>       maintains a collection of phonetic encoding utilities.
>>>      </description>
>>> -  <url>http://commons.apache.org/codec/</url>
>>> +  <url>http://commons.apache.org/proper/commons-codec/</url>
>>>    <issueManagement>
>>>      <system>jira</system>
>>>      <url>http://issues.apache.org/jira/browse/CODEC</url>
>>>
>>> Modified: commons/proper/collections/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/collections/trunk/pom.xml (original)
>>> +++ commons/proper/collections/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -30,7 +30,7 @@
>>>    <inceptionYear>2001</inceptionYear>
>>>    <description>Types that extend and augment the Java Collections
>>> Framework.</description>
>>>
>>> -  <url>http://commons.apache.org/collections/</url>
>>> +  <url>http://commons.apache.org/proper/commons-collections/</url>
>>>
>>>    <issueManagement>
>>>      <system>jira</system>
>>>
>>> Modified: commons/proper/compress/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/compress/trunk/pom.xml (original)
>>> +++ commons/proper/compress/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -27,7 +27,7 @@
>>>    <artifactId>commons-compress</artifactId>
>>>    <version>1.6-SNAPSHOT</version>
>>>    <name>Commons Compress</name>
>>> -  <url>http://commons.apache.org/compress/</url>
>>> +  <url>http://commons.apache.org/proper/commons-compress/</url>
>>>    <!-- The description is not indented to make it look better in the
>>> release notes -->
>>>    <description>
>>>  Apache Commons Compress software defines an API for working with
>>> compression and archive formats.
>>>
>>> Modified: commons/proper/configuration/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/configuration/trunk/pom.xml (original)
>>> +++ commons/proper/configuration/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -39,7 +39,7 @@
>>>          various formats
>>>      </description>
>>>
>>> -  <url>http://commons.apache.org/configuration/</url>
>>> +  <url>http://commons.apache.org/proper/commons-configuration/</url>
>>>
>>>    <issueManagement>
>>>      <system>jira</system>
>>>
>>> Modified: commons/proper/csv/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/csv/trunk/pom.xml (original)
>>> +++ commons/proper/csv/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -27,7 +27,7 @@ limitations under the License.
>>>    <artifactId>commons-csv</artifactId>
>>>    <version>1.0-SNAPSHOT</version>
>>>    <name>Commons CSV</name>
>>> -  <url>http://commons.apache.org/proper/csv/</url>
>>> +  <url>http://commons.apache.org/proper/commons-csv/</url>
>>>    <description>
>>>  The Commons CSV library provides a simple interface for reading and
>>> writing
>>>  CSV files of various types.
>>>
>>> Modified: commons/proper/daemon/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/daemon/trunk/pom.xml (original)
>>> +++ commons/proper/daemon/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -35,7 +35,7 @@
>>>    <description>
>>>       Apache Commons Daemon software provides an alternative invocation
>>> mechanism for unix-daemon-like Java code.
>>>    </description>
>>> -  <url>http://commons.apache.org/daemon/</url>
>>> +  <url>http://commons.apache.org/proper/commons-daemon/</url>
>>>
>>>    <issueManagement>
>>>      <system>jira</system>
>>>
>>> Modified: commons/proper/dbcp/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/dbcp/trunk/pom.xml (original)
>>> +++ commons/proper/dbcp/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -32,7 +32,7 @@
>>>
>>>    <inceptionYear>2001</inceptionYear>
>>>    <description>Apache Commons DBCP software implements Database
>>> Connection Pooling</description>
>>> -  <url>http://commons.apache.org/dbcp/</url>
>>> +  <url>http://commons.apache.org/proper/commons-dbcp/</url>
>>>
>>>    <distributionManagement>
>>>      <site>
>>>
>>> Modified: commons/proper/dbutils/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/dbutils/trunk/pom.xml [utf-8] (original)
>>> +++ commons/proper/dbutils/trunk/pom.xml [utf-8] Fri Mar 22 17:49:27
>>> 2013 @@ -31,7 +31,7 @@
>>>    <description>The Apache Commons-DbUtils package is a set of
>>>    Java utility classes for easing JDBC development.</description>
>>>
>>> -  <url>http://commons.apache.org/dbutils/</url>
>>> +  <url>http://commons.apache.org/proper/commons-dbutils/</url>
>>>
>>>    <issueManagement>
>>>      <system>jira</system>
>>>
>>> Modified: commons/proper/digester/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/digester/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/digester/trunk/pom.xml (original)
>>> +++ commons/proper/digester/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -35,7 +35,7 @@
>>>      object mapping module which triggers certain actions called rules
>>> whenever
>>>      a particular pattern of nested XML elements is recognized.
>>>    </description>
>>> -  <url>http://commons.apache.org/digester/</url>
>>> +  <url>http://commons.apache.org/proper/commons-digester/</url>
>>>    <inceptionYear>2001</inceptionYear>
>>>
>>>    <developers>
>>>
>>> Modified: commons/proper/discovery/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/discovery/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/discovery/trunk/pom.xml (original)
>>> +++ commons/proper/discovery/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -31,7 +31,7 @@
>>>    <description>The Apache Commons Discovery component is about
>>> discovering, or finding,
>>>    implementations for pluggable interfaces.</description>
>>>
>>> -  <url>http://commons.apache.org/discovery/</url>
>>> +  <url>http://commons.apache.org/proper/commons-discovery/</url>
>>>
>>>    <issueManagement>
>>>      <system>jira</system>
>>>
>>> Modified: commons/proper/el/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/el/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/el/trunk/pom.xml (original)
>>> +++ commons/proper/el/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -34,7 +34,7 @@
>>>    <inceptionYear>2003</inceptionYear>
>>>    <description>JSP 2.0 Expression Language Interpreter
>>> Implementation</description>
>>>
>>> -  <url>http://commons.apache.org/el/</url>
>>> +  <url>http://commons.apache.org/proper/commons-el/</url>
>>>
>>>    <scm>
>>>      <connection>scm:svn:
>>> http://svn.apache.org/repos/asf/commons/proper/el/trunk</connection>
>>>
>>> Modified: commons/proper/email/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/email/trunk/pom.xml (original)
>>> +++ commons/proper/email/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -33,7 +33,7 @@
>>>          the JavaMail API, which it aims to simplify.
>>>      </description>
>>>
>>> -    <url>http://commons.apache.org/email/</url>
>>> +    <url>http://commons.apache.org/proper/commons-email/</url>
>>>
>>>      <issueManagement>
>>>          <system>jira</system>
>>>
>>> Modified: commons/proper/exec/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/exec/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/exec/trunk/pom.xml (original)
>>> +++ commons/proper/exec/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -27,7 +27,7 @@
>>>      <artifactId>commons-exec</artifactId>
>>>      <version>1.1.1-SNAPSHOT</version>
>>>      <description>A library to reliably execute external processes from
>>> within the JVM</description>
>>> -    <url>http://commons.apache.org/exec/</url>
>>> +    <url>http://commons.apache.org/proper/commons-exec/</url>
>>>      <issueManagement>
>>>          <system>jira</system>
>>>          <url>http://issues.apache.org/jira/browse/EXEC</url>
>>>
>>> Modified: commons/proper/functor/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/functor/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/functor/trunk/pom.xml (original)
>>> +++ commons/proper/functor/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -36,7 +36,7 @@
>>>      implementations, and utilities.
>>>    </description>
>>>
>>> -  <url>http://commons.apache.org/functor/</url>
>>> +  <url>http://commons.apache.org/proper/commons-functor/</url>
>>>
>>>    <issueManagement>
>>>      <system>jira</system>
>>>
>>> Modified: commons/proper/imaging/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/imaging/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/imaging/trunk/pom.xml (original)
>>> +++ commons/proper/imaging/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -42,7 +42,7 @@
>>>      a corrupted MANIFEST.MF (see
>>>      http://jira.codehaus.org/browse/MJAR-4)
>>>     -->
>>>    <description>Commons Imaging (previously Sanselan) is a pure-Java
>>>    image
>>> library.</description>
>>> -  <url>http://commons.apache.org/imaging/</url>
>>> +  <url>http://commons.apache.org/proper/commons-imaging/</url>
>>>
>>>    <properties>
>>>      <maven.compile.source>1.5</maven.compile.source>
>>>
>>> Modified: commons/proper/io/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/io/trunk/pom.xml (original)
>>> +++ commons/proper/io/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -33,7 +33,7 @@ The Commons IO library contains utility
>>>  file comparators, endian transformation classes, and much more.
>>>    </description>
>>>
>>> -  <url>http://commons.apache.org/io/</url>
>>> +  <url>http://commons.apache.org/proper/commons-io/</url>
>>>
>>>    <issueManagement>
>>>      <system>jira</system>
>>>
>>> Modified: commons/proper/jci/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/jci/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/jci/trunk/pom.xml (original)
>>> +++ commons/proper/jci/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -32,7 +32,7 @@
>>>      <description>
>>>          Commons JCI is a java compiler interface. It can be used to
>>> either compile java (or any other language that can be compiled to java
>>> classes like e.g. groovy or javascript) to java. It is well integrated
>>> with a FAM (FilesystemAlterationMonitor) that can be used with the JCI
>>> compiling/reloading classloader. All the currently supported compilers
>>> (even javac before java6) feature in-memory compilation.
>>>      </description>
>>> -    <url>http://commons.apache.org/jci/</url>
>>> +    <url>http://commons.apache.org/proper/commons-jci/</url>
>>>      <inceptionYear>2004</inceptionYear>
>>>      <issueManagement>
>>>          <system>JIRA</system>
>>>
>>> Modified: commons/proper/jcs/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/jcs/trunk/pom.xml (original)
>>> +++ commons/proper/jcs/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -30,7 +30,7 @@
>>>    <packaging>jar</packaging>
>>>    <version>2.0.0-SNAPSHOT</version>
>>>    <name>Commons JCS</name>
>>> -  <url>http://commons.apache.org/jcs/</url>
>>> +  <url>http://commons.apache.org/proper/commons-jcs/</url>
>>>    <inceptionYear>2002</inceptionYear>
>>>
>>>    <dependencies>
>>>
>>> Modified: commons/proper/jexl/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/jexl/trunk/pom.xml (original)
>>> +++ commons/proper/jexl/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -28,7 +28,7 @@
>>>      <name>Commons JEXL3</name>
>>>      <inceptionYear>2001</inceptionYear>
>>>      <description>The 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>
>>>
>>> Modified: commons/proper/jxpath/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/jxpath/trunk/pom.xml (original)
>>> +++ commons/proper/jxpath/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -31,7 +31,7 @@ under the License.
>>>      found at /project/properties/commons.release.version in this
>>>      document
>>> -->
>>>    <version>1.4-SNAPSHOT</version>
>>>    <description>A Java-based implementation of XPath 1.0 that, in
>>>    addition
>>> to XML processing, can inspect/modify Java object graphs (the library's
>>> explicit purpose) and even mixed Java/XML structures.</description>
>>> -  <url>http://commons.apache.org/jxpath/</url>
>>> +  <url>http://commons.apache.org/proper/commons-jxpath/</url>
>>>    <issueManagement>
>>>      <system>jira</system>
>>>      <url>http://issues.apache.org/jira/browse/JXPATH</url>
>>>
>>> Modified: commons/proper/lang/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/lang/trunk/pom.xml (original)
>>> +++ commons/proper/lang/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -27,7 +27,7 @@
>>>    standard as to justify existence in java.lang.
>>>  </description>
>>>
>>> -  <url>http://commons.apache.org/lang/</url>
>>> +  <url>http://commons.apache.org/proper/commons-lang/</url>
>>>
>>>    <issueManagement>
>>>      <system>jira</system>
>>>
>>> Modified: commons/proper/logging/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/logging/trunk/pom.xml (original)
>>> +++ commons/proper/logging/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -35,7 +35,7 @@ under the License.
>>>    <version>1.2-SNAPSHOT</version>
>>>    <description>Commons Logging is a thin adapter allowing configurable
>>> bridging to other,
>>>      well known logging systems.</description>
>>> -  <url>http://commons.apache.org/logging/</url>
>>> +  <url>http://commons.apache.org/proper/commons-logging/</url>
>>>
>>>    <issueManagement>
>>>      <system>JIRA</system>
>>>
>>> Modified: commons/proper/math/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/math/trunk/pom.xml (original)
>>> +++ commons/proper/math/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -30,7 +30,7 @@
>>>    <inceptionYear>2003</inceptionYear>
>>>    <description>The Math project is a library of lightweight,
>>> self-contained mathematics and statistics components addressing the most
>>> common practical problems not immediately available in the Java
>>> programming language or commons-lang.</description>
>>>
>>> -  <url>http://commons.apache.org/math/</url>
>>> +  <url>http://commons.apache.org/proper/commons-math/</url>
>>>
>>>    <issueManagement>
>>>      <system>jira</system>
>>>
>>> Modified: commons/proper/modeler/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/modeler/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/modeler/trunk/pom.xml (original)
>>> +++ commons/proper/modeler/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -36,7 +36,7 @@
>>>        data using an XML descriptor. In addition, Modeler provides a
>>> factory
>>>        mechanism to create the actual Model MBean instances.
>>>    </description>
>>> -  <url>http://commons.apache.org/modeler/</url>
>>> +  <url>http://commons.apache.org/proper/commons-modeler/</url>
>>>
>>>    <issueManagement>
>>>      <system>jira</system>
>>>
>>> Modified: commons/proper/net/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/net/trunk/pom.xml (original)
>>> +++ commons/proper/net/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -36,7 +36,7 @@
>>>  Apache Commons Net library contains a collection of network utilities
>>>  and
>>> protocol implementations.
>>>  Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S),
>>> SMTP(S), Telnet, Whois
>>>      </description>
>>> -    <url>http://commons.apache.org/proper/net/</url>
>>> +    <url>http://commons.apache.org/proper/commons-net/</url>
>>>      <issueManagement>
>>>          <system>jira</system>
>>>          <url>http://issues.apache.org/jira/browse/NET</url>
>>>
>>> Modified: commons/proper/ognl/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/ognl/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/ognl/trunk/pom.xml (original)
>>> +++ commons/proper/ognl/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -33,7 +33,7 @@ limitations under the License.
>>>    <name>Apache Commons OGNL - Object Graph Navigation Library</name>
>>>    <description>The Apache Commons OGNL library is a Java development
>>> framework for Object-Graph Navigation Language,
>>>    plus other extras such as list projection and selection and lambda
>>> expressions.</description>
>>> -  <url>http://commons.apache.org/ognl/</url>
>>> +  <url>http://commons.apache.org/proper/commons-ognl/</url>
>>>    <inceptionYear>1997</inceptionYear>
>>>    <organization>
>>>      <name>The Apache Software Foundation</name>
>>>
>>> Modified: commons/proper/pool/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/pool/trunk/pom.xml (original)
>>> +++ commons/proper/pool/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -32,7 +32,7 @@
>>>    <inceptionYear>2001</inceptionYear>
>>>    <description>Commons Object Pooling Library</description>
>>>
>>> -  <url>http://commons.apache.org/pool/</url>
>>> +  <url>http://commons.apache.org/proper/commons-pool/</url>
>>>
>>>    <issueManagement>
>>>      <system>jira</system>
>>>
>>> Modified: commons/proper/proxy/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/proxy/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/proxy/trunk/pom.xml (original)
>>> +++ commons/proper/proxy/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -29,7 +29,7 @@
>>>      <version>1.1-SNAPSHOT</version>
>>>      <name>Commons Proxy</name>
>>>      <description>Java library for dynamic proxying</description>
>>> -    <url>http://commons.apache.org/proxy/</url>
>>> +    <url>http://commons.apache.org/proper/commons-proxy/</url>
>>>      <inceptionYear>2005</inceptionYear>
>>>
>>>      <issueManagement>
>>>
>>> Modified: commons/proper/scxml/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/scxml/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/scxml/trunk/pom.xml (original)
>>> +++ commons/proper/scxml/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -32,7 +32,7 @@
>>>    <inceptionYear>2005</inceptionYear>
>>>    <description>A Java Implementation of a State Chart XML
>>> Engine</description>
>>>
>>> -  <url>http://commons.apache.org/scxml/</url>
>>> +  <url>http://commons.apache.org/proper/commons-scxml/</url>
>>>
>>>    <issueManagement>
>>>      <system>jira</system>
>>>
>>> Modified: commons/proper/validator/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/validator/trunk/pom.xml (original)
>>> +++ commons/proper/validator/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -31,7 +31,7 @@
>>>      Commons Validator provides the building blocks for both client side
>>> validation and server side data validation.
>>>      It may be used standalone or with a framework like Struts.
>>>    </description>
>>> -  <url>http://commons.apache.org/validator/</url>
>>> +  <url>http://commons.apache.org/proper/commons-validator/</url>
>>>    <issueManagement>
>>>      <system>jira</system>
>>>      <url>http://issues.apache.org/jira/browse/VALIDATOR</url>
>>>
>>> Modified: commons/proper/vfs/trunk/pom.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/vfs/trunk/pom.xml (original)
>>> +++ commons/proper/vfs/trunk/pom.xml Fri Mar 22 17:49:27 2013
>>> @@ -33,7 +33,7 @@
>>>    <packaging>pom</packaging>
>>>    <version>2.1-SNAPSHOT</version>
>>>
>>> -  <url>http://commons.apache.org/vfs/</url>
>>> +  <url>http://commons.apache.org/proper/commons-vfs/</url>
>>>    <inceptionYear>2002</inceptionYear>
>>>
>>>    <modules>
>>>
>>>
>>>
>>
>>
>> --
>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
>> JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
>> Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
>> Blog: http://garygregory.wordpress.com
>> Home: http://garygregory.com/
>> Tweet! http://twitter.com/GaryGregory



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1459912 - in /commons/proper: bcel/trunk/ beanutils/trunk/ betwixt/trunk/ bsf/trunk/ chain/trunk/ cli/trunk/ codec/trunk/ collections/trunk/ compress/trunk/ configuration/trunk/ csv/trunk/ daemon/trunk/ dbcp/trunk/ dbutils/trunk/ digester/...

Posted by sebb <se...@gmail.com>.
On 22 March 2013 19:58, Gary Gregory <ga...@gmail.com> wrote:
> I published the CSV site after your commit, but some links are still
> incorrect, for example:
> https://commons.apache.org/proper/releases/index.html instead of
> https://commons.apache.org/releases/index.html

The problem is the redirect:

https://commons.apache.org/csv/

redirects to

https://commons.apache.org/proper/csv//

The // at the end uses up one of the .. segments in the path.

Try starting with

https://commons.apache.org/csv

or (what it redirects to)

https://commons.apache.org/proper/csv/

Not sure yet how to fix the redirects.

> Gary
>
>
> On Fri, Mar 22, 2013 at 1:49 PM, <se...@apache.org> wrote:
>
>> Author: sebb
>> Date: Fri Mar 22 17:49:27 2013
>> New Revision: 1459912
>>
>> URL: http://svn.apache.org/r1459912
>> Log:
>> Fix up URLs so they point to actual sites; this allows relative URLs to
>> work properly
>>
>> Modified:
>>     commons/proper/bcel/trunk/pom.xml
>>     commons/proper/beanutils/trunk/pom.xml
>>     commons/proper/betwixt/trunk/pom.xml
>>     commons/proper/bsf/trunk/pom.xml
>>     commons/proper/chain/trunk/pom.xml
>>     commons/proper/cli/trunk/pom.xml
>>     commons/proper/codec/trunk/pom.xml
>>     commons/proper/collections/trunk/pom.xml
>>     commons/proper/compress/trunk/pom.xml
>>     commons/proper/configuration/trunk/pom.xml
>>     commons/proper/csv/trunk/pom.xml
>>     commons/proper/daemon/trunk/pom.xml
>>     commons/proper/dbcp/trunk/pom.xml
>>     commons/proper/dbutils/trunk/pom.xml
>>     commons/proper/digester/trunk/pom.xml
>>     commons/proper/discovery/trunk/pom.xml
>>     commons/proper/el/trunk/pom.xml
>>     commons/proper/email/trunk/pom.xml
>>     commons/proper/exec/trunk/pom.xml
>>     commons/proper/functor/trunk/pom.xml
>>     commons/proper/imaging/trunk/pom.xml
>>     commons/proper/io/trunk/pom.xml
>>     commons/proper/jci/trunk/pom.xml
>>     commons/proper/jcs/trunk/pom.xml
>>     commons/proper/jexl/trunk/pom.xml
>>     commons/proper/jxpath/trunk/pom.xml
>>     commons/proper/lang/trunk/pom.xml
>>     commons/proper/logging/trunk/pom.xml
>>     commons/proper/math/trunk/pom.xml
>>     commons/proper/modeler/trunk/pom.xml
>>     commons/proper/net/trunk/pom.xml
>>     commons/proper/ognl/trunk/pom.xml
>>     commons/proper/pool/trunk/pom.xml
>>     commons/proper/proxy/trunk/pom.xml
>>     commons/proper/scxml/trunk/pom.xml
>>     commons/proper/validator/trunk/pom.xml
>>     commons/proper/vfs/trunk/pom.xml
>>
>> Modified: commons/proper/bcel/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/bcel/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/bcel/trunk/pom.xml (original)
>> +++ commons/proper/bcel/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -36,7 +36,7 @@
>>      <name>Commons BCEL</name>
>>      <description>Bytecode Engineering Library</description>
>>
>> -    <url>http://commons.apache.org/bcel</url>
>> +    <url>http://commons.apache.org/proper/commons-bcel</url>
>>      <inceptionYear>2004</inceptionYear>
>>
>>      <properties>
>>
>> Modified: commons/proper/beanutils/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/beanutils/trunk/pom.xml (original)
>> +++ commons/proper/beanutils/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -33,7 +33,7 @@
>>    <inceptionYear>2000</inceptionYear>
>>    <description>BeanUtils provides an easy-to-use but flexible wrapper
>> around reflection and introspection.</description>
>>
>> -  <url>http://commons.apache.org/beanutils/</url>
>> +  <url>http://commons.apache.org/proper/commons-beanutils/</url>
>>
>>    <issueManagement>
>>      <system>jira</system>
>>
>> Modified: commons/proper/betwixt/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/betwixt/trunk/pom.xml (original)
>> +++ commons/proper/betwixt/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -31,7 +31,7 @@
>>    <name>Commons Betwixt</name>
>>    <inceptionYear>2002</inceptionYear>
>>    <description>Commons Betwixt: mapping beans to XML</description>
>> -  <url>http://commons.apache.org/codec/</url>
>> +  <url>http://commons.apache.org/proper/commons-codec/</url>
>>
>>    <issueManagement>
>>      <system>jira</system>
>>
>> Modified: commons/proper/bsf/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/bsf/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/bsf/trunk/pom.xml (original)
>> +++ commons/proper/bsf/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -33,7 +33,7 @@
>>      <artifactId>bsf</artifactId>
>>      <version>2.5.0-SNAPSHOT</version>
>>      <name>Apache Commons BSF (Bean Scripting Framework)</name>
>> -    <url>http://commons.apache.org/bsf</url>
>> +    <url>http://commons.apache.org/proper/commons-bsf</url>
>>      <packaging>jar</packaging>
>>
>>      <inceptionYear>2002</inceptionYear>
>>
>> Modified: commons/proper/chain/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/chain/trunk/pom.xml (original)
>> +++ commons/proper/chain/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -35,7 +35,7 @@
>>    <description>
>>      An implementation of the GoF Chain of Responsibility pattern
>>    </description>
>> -  <url>http://commons.apache.org/chain/</url>
>> +  <url>http://commons.apache.org/proper/commons-chain/</url>
>>    <inceptionYear>2003</inceptionYear>
>>
>>    <modules>
>>
>> Modified: commons/proper/cli/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/cli/trunk/pom.xml (original)
>> +++ commons/proper/cli/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -32,7 +32,7 @@
>>      Commons CLI provides a simple API for presenting, processing and
>> validating a command line interface.
>>    </description>
>>
>> -  <url>http://commons.apache.org/cli/</url>
>> +  <url>http://commons.apache.org/proper/commons-cli/</url>
>>
>>    <issueManagement>
>>      <system>jira</system>
>>
>> Modified: commons/proper/codec/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/codec/trunk/pom.xml (original)
>> +++ commons/proper/codec/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -38,7 +38,7 @@ limitations under the License.
>>       widely used encoders and decoders, the codec package also maintains a
>>       collection of phonetic encoding utilities.
>>      </description>
>> -  <url>http://commons.apache.org/codec/</url>
>> +  <url>http://commons.apache.org/proper/commons-codec/</url>
>>    <issueManagement>
>>      <system>jira</system>
>>      <url>http://issues.apache.org/jira/browse/CODEC</url>
>>
>> Modified: commons/proper/collections/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/collections/trunk/pom.xml (original)
>> +++ commons/proper/collections/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -30,7 +30,7 @@
>>    <inceptionYear>2001</inceptionYear>
>>    <description>Types that extend and augment the Java Collections
>> Framework.</description>
>>
>> -  <url>http://commons.apache.org/collections/</url>
>> +  <url>http://commons.apache.org/proper/commons-collections/</url>
>>
>>    <issueManagement>
>>      <system>jira</system>
>>
>> Modified: commons/proper/compress/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/compress/trunk/pom.xml (original)
>> +++ commons/proper/compress/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -27,7 +27,7 @@
>>    <artifactId>commons-compress</artifactId>
>>    <version>1.6-SNAPSHOT</version>
>>    <name>Commons Compress</name>
>> -  <url>http://commons.apache.org/compress/</url>
>> +  <url>http://commons.apache.org/proper/commons-compress/</url>
>>    <!-- The description is not indented to make it look better in the
>> release notes -->
>>    <description>
>>  Apache Commons Compress software defines an API for working with
>> compression and archive formats.
>>
>> Modified: commons/proper/configuration/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/configuration/trunk/pom.xml (original)
>> +++ commons/proper/configuration/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -39,7 +39,7 @@
>>          various formats
>>      </description>
>>
>> -  <url>http://commons.apache.org/configuration/</url>
>> +  <url>http://commons.apache.org/proper/commons-configuration/</url>
>>
>>    <issueManagement>
>>      <system>jira</system>
>>
>> Modified: commons/proper/csv/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/csv/trunk/pom.xml (original)
>> +++ commons/proper/csv/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -27,7 +27,7 @@ limitations under the License.
>>    <artifactId>commons-csv</artifactId>
>>    <version>1.0-SNAPSHOT</version>
>>    <name>Commons CSV</name>
>> -  <url>http://commons.apache.org/proper/csv/</url>
>> +  <url>http://commons.apache.org/proper/commons-csv/</url>
>>    <description>
>>  The Commons CSV library provides a simple interface for reading and
>> writing
>>  CSV files of various types.
>>
>> Modified: commons/proper/daemon/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/daemon/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/daemon/trunk/pom.xml (original)
>> +++ commons/proper/daemon/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -35,7 +35,7 @@
>>    <description>
>>       Apache Commons Daemon software provides an alternative invocation
>> mechanism for unix-daemon-like Java code.
>>    </description>
>> -  <url>http://commons.apache.org/daemon/</url>
>> +  <url>http://commons.apache.org/proper/commons-daemon/</url>
>>
>>    <issueManagement>
>>      <system>jira</system>
>>
>> Modified: commons/proper/dbcp/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/dbcp/trunk/pom.xml (original)
>> +++ commons/proper/dbcp/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -32,7 +32,7 @@
>>
>>    <inceptionYear>2001</inceptionYear>
>>    <description>Apache Commons DBCP software implements Database
>> Connection Pooling</description>
>> -  <url>http://commons.apache.org/dbcp/</url>
>> +  <url>http://commons.apache.org/proper/commons-dbcp/</url>
>>
>>    <distributionManagement>
>>      <site>
>>
>> Modified: commons/proper/dbutils/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/dbutils/trunk/pom.xml [utf-8] (original)
>> +++ commons/proper/dbutils/trunk/pom.xml [utf-8] Fri Mar 22 17:49:27 2013
>> @@ -31,7 +31,7 @@
>>    <description>The Apache Commons-DbUtils package is a set of
>>    Java utility classes for easing JDBC development.</description>
>>
>> -  <url>http://commons.apache.org/dbutils/</url>
>> +  <url>http://commons.apache.org/proper/commons-dbutils/</url>
>>
>>    <issueManagement>
>>      <system>jira</system>
>>
>> Modified: commons/proper/digester/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/digester/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/digester/trunk/pom.xml (original)
>> +++ commons/proper/digester/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -35,7 +35,7 @@
>>      object mapping module which triggers certain actions called rules
>> whenever
>>      a particular pattern of nested XML elements is recognized.
>>    </description>
>> -  <url>http://commons.apache.org/digester/</url>
>> +  <url>http://commons.apache.org/proper/commons-digester/</url>
>>    <inceptionYear>2001</inceptionYear>
>>
>>    <developers>
>>
>> Modified: commons/proper/discovery/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/discovery/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/discovery/trunk/pom.xml (original)
>> +++ commons/proper/discovery/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -31,7 +31,7 @@
>>    <description>The Apache Commons Discovery component is about
>> discovering, or finding,
>>    implementations for pluggable interfaces.</description>
>>
>> -  <url>http://commons.apache.org/discovery/</url>
>> +  <url>http://commons.apache.org/proper/commons-discovery/</url>
>>
>>    <issueManagement>
>>      <system>jira</system>
>>
>> Modified: commons/proper/el/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/el/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/el/trunk/pom.xml (original)
>> +++ commons/proper/el/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -34,7 +34,7 @@
>>    <inceptionYear>2003</inceptionYear>
>>    <description>JSP 2.0 Expression Language Interpreter
>> Implementation</description>
>>
>> -  <url>http://commons.apache.org/el/</url>
>> +  <url>http://commons.apache.org/proper/commons-el/</url>
>>
>>    <scm>
>>      <connection>scm:svn:
>> http://svn.apache.org/repos/asf/commons/proper/el/trunk</connection>
>>
>> Modified: commons/proper/email/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/email/trunk/pom.xml (original)
>> +++ commons/proper/email/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -33,7 +33,7 @@
>>          the JavaMail API, which it aims to simplify.
>>      </description>
>>
>> -    <url>http://commons.apache.org/email/</url>
>> +    <url>http://commons.apache.org/proper/commons-email/</url>
>>
>>      <issueManagement>
>>          <system>jira</system>
>>
>> Modified: commons/proper/exec/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/exec/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/exec/trunk/pom.xml (original)
>> +++ commons/proper/exec/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -27,7 +27,7 @@
>>      <artifactId>commons-exec</artifactId>
>>      <version>1.1.1-SNAPSHOT</version>
>>      <description>A library to reliably execute external processes from
>> within the JVM</description>
>> -    <url>http://commons.apache.org/exec/</url>
>> +    <url>http://commons.apache.org/proper/commons-exec/</url>
>>      <issueManagement>
>>          <system>jira</system>
>>          <url>http://issues.apache.org/jira/browse/EXEC</url>
>>
>> Modified: commons/proper/functor/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/functor/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/functor/trunk/pom.xml (original)
>> +++ commons/proper/functor/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -36,7 +36,7 @@
>>      implementations, and utilities.
>>    </description>
>>
>> -  <url>http://commons.apache.org/functor/</url>
>> +  <url>http://commons.apache.org/proper/commons-functor/</url>
>>
>>    <issueManagement>
>>      <system>jira</system>
>>
>> Modified: commons/proper/imaging/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/imaging/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/imaging/trunk/pom.xml (original)
>> +++ commons/proper/imaging/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -42,7 +42,7 @@
>>      a corrupted MANIFEST.MF (see http://jira.codehaus.org/browse/MJAR-4)
>>     -->
>>    <description>Commons Imaging (previously Sanselan) is a pure-Java image
>> library.</description>
>> -  <url>http://commons.apache.org/imaging/</url>
>> +  <url>http://commons.apache.org/proper/commons-imaging/</url>
>>
>>    <properties>
>>      <maven.compile.source>1.5</maven.compile.source>
>>
>> Modified: commons/proper/io/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/io/trunk/pom.xml (original)
>> +++ commons/proper/io/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -33,7 +33,7 @@ The Commons IO library contains utility
>>  file comparators, endian transformation classes, and much more.
>>    </description>
>>
>> -  <url>http://commons.apache.org/io/</url>
>> +  <url>http://commons.apache.org/proper/commons-io/</url>
>>
>>    <issueManagement>
>>      <system>jira</system>
>>
>> Modified: commons/proper/jci/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/jci/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/jci/trunk/pom.xml (original)
>> +++ commons/proper/jci/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -32,7 +32,7 @@
>>      <description>
>>          Commons JCI is a java compiler interface. It can be used to
>> either compile java (or any other language that can be compiled to java
>> classes like e.g. groovy or javascript) to java. It is well integrated with
>> a FAM (FilesystemAlterationMonitor) that can be used with the JCI
>> compiling/reloading classloader. All the currently supported compilers
>> (even javac before java6) feature in-memory compilation.
>>      </description>
>> -    <url>http://commons.apache.org/jci/</url>
>> +    <url>http://commons.apache.org/proper/commons-jci/</url>
>>      <inceptionYear>2004</inceptionYear>
>>      <issueManagement>
>>          <system>JIRA</system>
>>
>> Modified: commons/proper/jcs/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/jcs/trunk/pom.xml (original)
>> +++ commons/proper/jcs/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -30,7 +30,7 @@
>>    <packaging>jar</packaging>
>>    <version>2.0.0-SNAPSHOT</version>
>>    <name>Commons JCS</name>
>> -  <url>http://commons.apache.org/jcs/</url>
>> +  <url>http://commons.apache.org/proper/commons-jcs/</url>
>>    <inceptionYear>2002</inceptionYear>
>>
>>    <dependencies>
>>
>> Modified: commons/proper/jexl/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/jexl/trunk/pom.xml (original)
>> +++ commons/proper/jexl/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -28,7 +28,7 @@
>>      <name>Commons JEXL3</name>
>>      <inceptionYear>2001</inceptionYear>
>>      <description>The 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>
>>
>> Modified: commons/proper/jxpath/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/jxpath/trunk/pom.xml (original)
>> +++ commons/proper/jxpath/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -31,7 +31,7 @@ under the License.
>>      found at /project/properties/commons.release.version in this document
>> -->
>>    <version>1.4-SNAPSHOT</version>
>>    <description>A Java-based implementation of XPath 1.0 that, in addition
>> to XML processing, can inspect/modify Java object graphs (the library's
>> explicit purpose) and even mixed Java/XML structures.</description>
>> -  <url>http://commons.apache.org/jxpath/</url>
>> +  <url>http://commons.apache.org/proper/commons-jxpath/</url>
>>    <issueManagement>
>>      <system>jira</system>
>>      <url>http://issues.apache.org/jira/browse/JXPATH</url>
>>
>> Modified: commons/proper/lang/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/lang/trunk/pom.xml (original)
>> +++ commons/proper/lang/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -27,7 +27,7 @@
>>    standard as to justify existence in java.lang.
>>  </description>
>>
>> -  <url>http://commons.apache.org/lang/</url>
>> +  <url>http://commons.apache.org/proper/commons-lang/</url>
>>
>>    <issueManagement>
>>      <system>jira</system>
>>
>> Modified: commons/proper/logging/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/logging/trunk/pom.xml (original)
>> +++ commons/proper/logging/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -35,7 +35,7 @@ under the License.
>>    <version>1.2-SNAPSHOT</version>
>>    <description>Commons Logging is a thin adapter allowing configurable
>> bridging to other,
>>      well known logging systems.</description>
>> -  <url>http://commons.apache.org/logging/</url>
>> +  <url>http://commons.apache.org/proper/commons-logging/</url>
>>
>>    <issueManagement>
>>      <system>JIRA</system>
>>
>> Modified: commons/proper/math/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/math/trunk/pom.xml (original)
>> +++ commons/proper/math/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -30,7 +30,7 @@
>>    <inceptionYear>2003</inceptionYear>
>>    <description>The Math project is a library of lightweight,
>> self-contained mathematics and statistics components addressing the most
>> common practical problems not immediately available in the Java programming
>> language or commons-lang.</description>
>>
>> -  <url>http://commons.apache.org/math/</url>
>> +  <url>http://commons.apache.org/proper/commons-math/</url>
>>
>>    <issueManagement>
>>      <system>jira</system>
>>
>> Modified: commons/proper/modeler/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/modeler/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/modeler/trunk/pom.xml (original)
>> +++ commons/proper/modeler/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -36,7 +36,7 @@
>>        data using an XML descriptor. In addition, Modeler provides a
>> factory
>>        mechanism to create the actual Model MBean instances.
>>    </description>
>> -  <url>http://commons.apache.org/modeler/</url>
>> +  <url>http://commons.apache.org/proper/commons-modeler/</url>
>>
>>    <issueManagement>
>>      <system>jira</system>
>>
>> Modified: commons/proper/net/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/net/trunk/pom.xml (original)
>> +++ commons/proper/net/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -36,7 +36,7 @@
>>  Apache Commons Net library contains a collection of network utilities and
>> protocol implementations.
>>  Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S),
>> SMTP(S), Telnet, Whois
>>      </description>
>> -    <url>http://commons.apache.org/proper/net/</url>
>> +    <url>http://commons.apache.org/proper/commons-net/</url>
>>      <issueManagement>
>>          <system>jira</system>
>>          <url>http://issues.apache.org/jira/browse/NET</url>
>>
>> Modified: commons/proper/ognl/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/ognl/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/ognl/trunk/pom.xml (original)
>> +++ commons/proper/ognl/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -33,7 +33,7 @@ limitations under the License.
>>    <name>Apache Commons OGNL - Object Graph Navigation Library</name>
>>    <description>The Apache Commons OGNL library is a Java development
>> framework for Object-Graph Navigation Language,
>>    plus other extras such as list projection and selection and lambda
>> expressions.</description>
>> -  <url>http://commons.apache.org/ognl/</url>
>> +  <url>http://commons.apache.org/proper/commons-ognl/</url>
>>    <inceptionYear>1997</inceptionYear>
>>    <organization>
>>      <name>The Apache Software Foundation</name>
>>
>> Modified: commons/proper/pool/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/pool/trunk/pom.xml (original)
>> +++ commons/proper/pool/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -32,7 +32,7 @@
>>    <inceptionYear>2001</inceptionYear>
>>    <description>Commons Object Pooling Library</description>
>>
>> -  <url>http://commons.apache.org/pool/</url>
>> +  <url>http://commons.apache.org/proper/commons-pool/</url>
>>
>>    <issueManagement>
>>      <system>jira</system>
>>
>> Modified: commons/proper/proxy/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/proxy/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/proxy/trunk/pom.xml (original)
>> +++ commons/proper/proxy/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -29,7 +29,7 @@
>>      <version>1.1-SNAPSHOT</version>
>>      <name>Commons Proxy</name>
>>      <description>Java library for dynamic proxying</description>
>> -    <url>http://commons.apache.org/proxy/</url>
>> +    <url>http://commons.apache.org/proper/commons-proxy/</url>
>>      <inceptionYear>2005</inceptionYear>
>>
>>      <issueManagement>
>>
>> Modified: commons/proper/scxml/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/scxml/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/scxml/trunk/pom.xml (original)
>> +++ commons/proper/scxml/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -32,7 +32,7 @@
>>    <inceptionYear>2005</inceptionYear>
>>    <description>A Java Implementation of a State Chart XML
>> Engine</description>
>>
>> -  <url>http://commons.apache.org/scxml/</url>
>> +  <url>http://commons.apache.org/proper/commons-scxml/</url>
>>
>>    <issueManagement>
>>      <system>jira</system>
>>
>> Modified: commons/proper/validator/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/validator/trunk/pom.xml (original)
>> +++ commons/proper/validator/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -31,7 +31,7 @@
>>      Commons Validator provides the building blocks for both client side
>> validation and server side data validation.
>>      It may be used standalone or with a framework like Struts.
>>    </description>
>> -  <url>http://commons.apache.org/validator/</url>
>> +  <url>http://commons.apache.org/proper/commons-validator/</url>
>>    <issueManagement>
>>      <system>jira</system>
>>      <url>http://issues.apache.org/jira/browse/VALIDATOR</url>
>>
>> Modified: commons/proper/vfs/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>>
>> ==============================================================================
>> --- commons/proper/vfs/trunk/pom.xml (original)
>> +++ commons/proper/vfs/trunk/pom.xml Fri Mar 22 17:49:27 2013
>> @@ -33,7 +33,7 @@
>>    <packaging>pom</packaging>
>>    <version>2.1-SNAPSHOT</version>
>>
>> -  <url>http://commons.apache.org/vfs/</url>
>> +  <url>http://commons.apache.org/proper/commons-vfs/</url>
>>    <inceptionYear>2002</inceptionYear>
>>
>>    <modules>
>>
>>
>>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
> Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1459912 - in /commons/proper: bcel/trunk/ beanutils/trunk/ betwixt/trunk/ bsf/trunk/ chain/trunk/ cli/trunk/ codec/trunk/ collections/trunk/ compress/trunk/ configuration/trunk/ csv/trunk/ daemon/trunk/ dbcp/trunk/ dbutils/trunk/ digester/...

Posted by Gary Gregory <ga...@gmail.com>.
I published the CSV site after your commit, but some links are still
incorrect, for example:
https://commons.apache.org/proper/releases/index.html instead of
https://commons.apache.org/releases/index.html

Gary


On Fri, Mar 22, 2013 at 1:49 PM, <se...@apache.org> wrote:

> Author: sebb
> Date: Fri Mar 22 17:49:27 2013
> New Revision: 1459912
>
> URL: http://svn.apache.org/r1459912
> Log:
> Fix up URLs so they point to actual sites; this allows relative URLs to
> work properly
>
> Modified:
>     commons/proper/bcel/trunk/pom.xml
>     commons/proper/beanutils/trunk/pom.xml
>     commons/proper/betwixt/trunk/pom.xml
>     commons/proper/bsf/trunk/pom.xml
>     commons/proper/chain/trunk/pom.xml
>     commons/proper/cli/trunk/pom.xml
>     commons/proper/codec/trunk/pom.xml
>     commons/proper/collections/trunk/pom.xml
>     commons/proper/compress/trunk/pom.xml
>     commons/proper/configuration/trunk/pom.xml
>     commons/proper/csv/trunk/pom.xml
>     commons/proper/daemon/trunk/pom.xml
>     commons/proper/dbcp/trunk/pom.xml
>     commons/proper/dbutils/trunk/pom.xml
>     commons/proper/digester/trunk/pom.xml
>     commons/proper/discovery/trunk/pom.xml
>     commons/proper/el/trunk/pom.xml
>     commons/proper/email/trunk/pom.xml
>     commons/proper/exec/trunk/pom.xml
>     commons/proper/functor/trunk/pom.xml
>     commons/proper/imaging/trunk/pom.xml
>     commons/proper/io/trunk/pom.xml
>     commons/proper/jci/trunk/pom.xml
>     commons/proper/jcs/trunk/pom.xml
>     commons/proper/jexl/trunk/pom.xml
>     commons/proper/jxpath/trunk/pom.xml
>     commons/proper/lang/trunk/pom.xml
>     commons/proper/logging/trunk/pom.xml
>     commons/proper/math/trunk/pom.xml
>     commons/proper/modeler/trunk/pom.xml
>     commons/proper/net/trunk/pom.xml
>     commons/proper/ognl/trunk/pom.xml
>     commons/proper/pool/trunk/pom.xml
>     commons/proper/proxy/trunk/pom.xml
>     commons/proper/scxml/trunk/pom.xml
>     commons/proper/validator/trunk/pom.xml
>     commons/proper/vfs/trunk/pom.xml
>
> Modified: commons/proper/bcel/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/bcel/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/bcel/trunk/pom.xml (original)
> +++ commons/proper/bcel/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -36,7 +36,7 @@
>      <name>Commons BCEL</name>
>      <description>Bytecode Engineering Library</description>
>
> -    <url>http://commons.apache.org/bcel</url>
> +    <url>http://commons.apache.org/proper/commons-bcel</url>
>      <inceptionYear>2004</inceptionYear>
>
>      <properties>
>
> Modified: commons/proper/beanutils/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/beanutils/trunk/pom.xml (original)
> +++ commons/proper/beanutils/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -33,7 +33,7 @@
>    <inceptionYear>2000</inceptionYear>
>    <description>BeanUtils provides an easy-to-use but flexible wrapper
> around reflection and introspection.</description>
>
> -  <url>http://commons.apache.org/beanutils/</url>
> +  <url>http://commons.apache.org/proper/commons-beanutils/</url>
>
>    <issueManagement>
>      <system>jira</system>
>
> Modified: commons/proper/betwixt/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/betwixt/trunk/pom.xml (original)
> +++ commons/proper/betwixt/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -31,7 +31,7 @@
>    <name>Commons Betwixt</name>
>    <inceptionYear>2002</inceptionYear>
>    <description>Commons Betwixt: mapping beans to XML</description>
> -  <url>http://commons.apache.org/codec/</url>
> +  <url>http://commons.apache.org/proper/commons-codec/</url>
>
>    <issueManagement>
>      <system>jira</system>
>
> Modified: commons/proper/bsf/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/bsf/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/bsf/trunk/pom.xml (original)
> +++ commons/proper/bsf/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -33,7 +33,7 @@
>      <artifactId>bsf</artifactId>
>      <version>2.5.0-SNAPSHOT</version>
>      <name>Apache Commons BSF (Bean Scripting Framework)</name>
> -    <url>http://commons.apache.org/bsf</url>
> +    <url>http://commons.apache.org/proper/commons-bsf</url>
>      <packaging>jar</packaging>
>
>      <inceptionYear>2002</inceptionYear>
>
> Modified: commons/proper/chain/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/chain/trunk/pom.xml (original)
> +++ commons/proper/chain/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -35,7 +35,7 @@
>    <description>
>      An implementation of the GoF Chain of Responsibility pattern
>    </description>
> -  <url>http://commons.apache.org/chain/</url>
> +  <url>http://commons.apache.org/proper/commons-chain/</url>
>    <inceptionYear>2003</inceptionYear>
>
>    <modules>
>
> Modified: commons/proper/cli/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/cli/trunk/pom.xml (original)
> +++ commons/proper/cli/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -32,7 +32,7 @@
>      Commons CLI provides a simple API for presenting, processing and
> validating a command line interface.
>    </description>
>
> -  <url>http://commons.apache.org/cli/</url>
> +  <url>http://commons.apache.org/proper/commons-cli/</url>
>
>    <issueManagement>
>      <system>jira</system>
>
> Modified: commons/proper/codec/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/codec/trunk/pom.xml (original)
> +++ commons/proper/codec/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -38,7 +38,7 @@ limitations under the License.
>       widely used encoders and decoders, the codec package also maintains a
>       collection of phonetic encoding utilities.
>      </description>
> -  <url>http://commons.apache.org/codec/</url>
> +  <url>http://commons.apache.org/proper/commons-codec/</url>
>    <issueManagement>
>      <system>jira</system>
>      <url>http://issues.apache.org/jira/browse/CODEC</url>
>
> Modified: commons/proper/collections/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/collections/trunk/pom.xml (original)
> +++ commons/proper/collections/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -30,7 +30,7 @@
>    <inceptionYear>2001</inceptionYear>
>    <description>Types that extend and augment the Java Collections
> Framework.</description>
>
> -  <url>http://commons.apache.org/collections/</url>
> +  <url>http://commons.apache.org/proper/commons-collections/</url>
>
>    <issueManagement>
>      <system>jira</system>
>
> Modified: commons/proper/compress/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/compress/trunk/pom.xml (original)
> +++ commons/proper/compress/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -27,7 +27,7 @@
>    <artifactId>commons-compress</artifactId>
>    <version>1.6-SNAPSHOT</version>
>    <name>Commons Compress</name>
> -  <url>http://commons.apache.org/compress/</url>
> +  <url>http://commons.apache.org/proper/commons-compress/</url>
>    <!-- The description is not indented to make it look better in the
> release notes -->
>    <description>
>  Apache Commons Compress software defines an API for working with
> compression and archive formats.
>
> Modified: commons/proper/configuration/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/configuration/trunk/pom.xml (original)
> +++ commons/proper/configuration/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -39,7 +39,7 @@
>          various formats
>      </description>
>
> -  <url>http://commons.apache.org/configuration/</url>
> +  <url>http://commons.apache.org/proper/commons-configuration/</url>
>
>    <issueManagement>
>      <system>jira</system>
>
> Modified: commons/proper/csv/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/csv/trunk/pom.xml (original)
> +++ commons/proper/csv/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -27,7 +27,7 @@ limitations under the License.
>    <artifactId>commons-csv</artifactId>
>    <version>1.0-SNAPSHOT</version>
>    <name>Commons CSV</name>
> -  <url>http://commons.apache.org/proper/csv/</url>
> +  <url>http://commons.apache.org/proper/commons-csv/</url>
>    <description>
>  The Commons CSV library provides a simple interface for reading and
> writing
>  CSV files of various types.
>
> Modified: commons/proper/daemon/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/daemon/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/daemon/trunk/pom.xml (original)
> +++ commons/proper/daemon/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -35,7 +35,7 @@
>    <description>
>       Apache Commons Daemon software provides an alternative invocation
> mechanism for unix-daemon-like Java code.
>    </description>
> -  <url>http://commons.apache.org/daemon/</url>
> +  <url>http://commons.apache.org/proper/commons-daemon/</url>
>
>    <issueManagement>
>      <system>jira</system>
>
> Modified: commons/proper/dbcp/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/dbcp/trunk/pom.xml (original)
> +++ commons/proper/dbcp/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -32,7 +32,7 @@
>
>    <inceptionYear>2001</inceptionYear>
>    <description>Apache Commons DBCP software implements Database
> Connection Pooling</description>
> -  <url>http://commons.apache.org/dbcp/</url>
> +  <url>http://commons.apache.org/proper/commons-dbcp/</url>
>
>    <distributionManagement>
>      <site>
>
> Modified: commons/proper/dbutils/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/dbutils/trunk/pom.xml [utf-8] (original)
> +++ commons/proper/dbutils/trunk/pom.xml [utf-8] Fri Mar 22 17:49:27 2013
> @@ -31,7 +31,7 @@
>    <description>The Apache Commons-DbUtils package is a set of
>    Java utility classes for easing JDBC development.</description>
>
> -  <url>http://commons.apache.org/dbutils/</url>
> +  <url>http://commons.apache.org/proper/commons-dbutils/</url>
>
>    <issueManagement>
>      <system>jira</system>
>
> Modified: commons/proper/digester/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/digester/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/digester/trunk/pom.xml (original)
> +++ commons/proper/digester/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -35,7 +35,7 @@
>      object mapping module which triggers certain actions called rules
> whenever
>      a particular pattern of nested XML elements is recognized.
>    </description>
> -  <url>http://commons.apache.org/digester/</url>
> +  <url>http://commons.apache.org/proper/commons-digester/</url>
>    <inceptionYear>2001</inceptionYear>
>
>    <developers>
>
> Modified: commons/proper/discovery/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/discovery/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/discovery/trunk/pom.xml (original)
> +++ commons/proper/discovery/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -31,7 +31,7 @@
>    <description>The Apache Commons Discovery component is about
> discovering, or finding,
>    implementations for pluggable interfaces.</description>
>
> -  <url>http://commons.apache.org/discovery/</url>
> +  <url>http://commons.apache.org/proper/commons-discovery/</url>
>
>    <issueManagement>
>      <system>jira</system>
>
> Modified: commons/proper/el/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/el/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/el/trunk/pom.xml (original)
> +++ commons/proper/el/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -34,7 +34,7 @@
>    <inceptionYear>2003</inceptionYear>
>    <description>JSP 2.0 Expression Language Interpreter
> Implementation</description>
>
> -  <url>http://commons.apache.org/el/</url>
> +  <url>http://commons.apache.org/proper/commons-el/</url>
>
>    <scm>
>      <connection>scm:svn:
> http://svn.apache.org/repos/asf/commons/proper/el/trunk</connection>
>
> Modified: commons/proper/email/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/email/trunk/pom.xml (original)
> +++ commons/proper/email/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -33,7 +33,7 @@
>          the JavaMail API, which it aims to simplify.
>      </description>
>
> -    <url>http://commons.apache.org/email/</url>
> +    <url>http://commons.apache.org/proper/commons-email/</url>
>
>      <issueManagement>
>          <system>jira</system>
>
> Modified: commons/proper/exec/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/exec/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/exec/trunk/pom.xml (original)
> +++ commons/proper/exec/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -27,7 +27,7 @@
>      <artifactId>commons-exec</artifactId>
>      <version>1.1.1-SNAPSHOT</version>
>      <description>A library to reliably execute external processes from
> within the JVM</description>
> -    <url>http://commons.apache.org/exec/</url>
> +    <url>http://commons.apache.org/proper/commons-exec/</url>
>      <issueManagement>
>          <system>jira</system>
>          <url>http://issues.apache.org/jira/browse/EXEC</url>
>
> Modified: commons/proper/functor/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/functor/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/functor/trunk/pom.xml (original)
> +++ commons/proper/functor/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -36,7 +36,7 @@
>      implementations, and utilities.
>    </description>
>
> -  <url>http://commons.apache.org/functor/</url>
> +  <url>http://commons.apache.org/proper/commons-functor/</url>
>
>    <issueManagement>
>      <system>jira</system>
>
> Modified: commons/proper/imaging/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/imaging/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/imaging/trunk/pom.xml (original)
> +++ commons/proper/imaging/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -42,7 +42,7 @@
>      a corrupted MANIFEST.MF (see http://jira.codehaus.org/browse/MJAR-4)
>     -->
>    <description>Commons Imaging (previously Sanselan) is a pure-Java image
> library.</description>
> -  <url>http://commons.apache.org/imaging/</url>
> +  <url>http://commons.apache.org/proper/commons-imaging/</url>
>
>    <properties>
>      <maven.compile.source>1.5</maven.compile.source>
>
> Modified: commons/proper/io/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/io/trunk/pom.xml (original)
> +++ commons/proper/io/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -33,7 +33,7 @@ The Commons IO library contains utility
>  file comparators, endian transformation classes, and much more.
>    </description>
>
> -  <url>http://commons.apache.org/io/</url>
> +  <url>http://commons.apache.org/proper/commons-io/</url>
>
>    <issueManagement>
>      <system>jira</system>
>
> Modified: commons/proper/jci/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/jci/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/jci/trunk/pom.xml (original)
> +++ commons/proper/jci/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -32,7 +32,7 @@
>      <description>
>          Commons JCI is a java compiler interface. It can be used to
> either compile java (or any other language that can be compiled to java
> classes like e.g. groovy or javascript) to java. It is well integrated with
> a FAM (FilesystemAlterationMonitor) that can be used with the JCI
> compiling/reloading classloader. All the currently supported compilers
> (even javac before java6) feature in-memory compilation.
>      </description>
> -    <url>http://commons.apache.org/jci/</url>
> +    <url>http://commons.apache.org/proper/commons-jci/</url>
>      <inceptionYear>2004</inceptionYear>
>      <issueManagement>
>          <system>JIRA</system>
>
> Modified: commons/proper/jcs/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/jcs/trunk/pom.xml (original)
> +++ commons/proper/jcs/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -30,7 +30,7 @@
>    <packaging>jar</packaging>
>    <version>2.0.0-SNAPSHOT</version>
>    <name>Commons JCS</name>
> -  <url>http://commons.apache.org/jcs/</url>
> +  <url>http://commons.apache.org/proper/commons-jcs/</url>
>    <inceptionYear>2002</inceptionYear>
>
>    <dependencies>
>
> Modified: commons/proper/jexl/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/jexl/trunk/pom.xml (original)
> +++ commons/proper/jexl/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -28,7 +28,7 @@
>      <name>Commons JEXL3</name>
>      <inceptionYear>2001</inceptionYear>
>      <description>The 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>
>
> Modified: commons/proper/jxpath/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/jxpath/trunk/pom.xml (original)
> +++ commons/proper/jxpath/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -31,7 +31,7 @@ under the License.
>      found at /project/properties/commons.release.version in this document
> -->
>    <version>1.4-SNAPSHOT</version>
>    <description>A Java-based implementation of XPath 1.0 that, in addition
> to XML processing, can inspect/modify Java object graphs (the library's
> explicit purpose) and even mixed Java/XML structures.</description>
> -  <url>http://commons.apache.org/jxpath/</url>
> +  <url>http://commons.apache.org/proper/commons-jxpath/</url>
>    <issueManagement>
>      <system>jira</system>
>      <url>http://issues.apache.org/jira/browse/JXPATH</url>
>
> Modified: commons/proper/lang/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/lang/trunk/pom.xml (original)
> +++ commons/proper/lang/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -27,7 +27,7 @@
>    standard as to justify existence in java.lang.
>  </description>
>
> -  <url>http://commons.apache.org/lang/</url>
> +  <url>http://commons.apache.org/proper/commons-lang/</url>
>
>    <issueManagement>
>      <system>jira</system>
>
> Modified: commons/proper/logging/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/logging/trunk/pom.xml (original)
> +++ commons/proper/logging/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -35,7 +35,7 @@ under the License.
>    <version>1.2-SNAPSHOT</version>
>    <description>Commons Logging is a thin adapter allowing configurable
> bridging to other,
>      well known logging systems.</description>
> -  <url>http://commons.apache.org/logging/</url>
> +  <url>http://commons.apache.org/proper/commons-logging/</url>
>
>    <issueManagement>
>      <system>JIRA</system>
>
> Modified: commons/proper/math/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/math/trunk/pom.xml (original)
> +++ commons/proper/math/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -30,7 +30,7 @@
>    <inceptionYear>2003</inceptionYear>
>    <description>The Math project is a library of lightweight,
> self-contained mathematics and statistics components addressing the most
> common practical problems not immediately available in the Java programming
> language or commons-lang.</description>
>
> -  <url>http://commons.apache.org/math/</url>
> +  <url>http://commons.apache.org/proper/commons-math/</url>
>
>    <issueManagement>
>      <system>jira</system>
>
> Modified: commons/proper/modeler/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/modeler/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/modeler/trunk/pom.xml (original)
> +++ commons/proper/modeler/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -36,7 +36,7 @@
>        data using an XML descriptor. In addition, Modeler provides a
> factory
>        mechanism to create the actual Model MBean instances.
>    </description>
> -  <url>http://commons.apache.org/modeler/</url>
> +  <url>http://commons.apache.org/proper/commons-modeler/</url>
>
>    <issueManagement>
>      <system>jira</system>
>
> Modified: commons/proper/net/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/net/trunk/pom.xml (original)
> +++ commons/proper/net/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -36,7 +36,7 @@
>  Apache Commons Net library contains a collection of network utilities and
> protocol implementations.
>  Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S),
> SMTP(S), Telnet, Whois
>      </description>
> -    <url>http://commons.apache.org/proper/net/</url>
> +    <url>http://commons.apache.org/proper/commons-net/</url>
>      <issueManagement>
>          <system>jira</system>
>          <url>http://issues.apache.org/jira/browse/NET</url>
>
> Modified: commons/proper/ognl/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/ognl/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/ognl/trunk/pom.xml (original)
> +++ commons/proper/ognl/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -33,7 +33,7 @@ limitations under the License.
>    <name>Apache Commons OGNL - Object Graph Navigation Library</name>
>    <description>The Apache Commons OGNL library is a Java development
> framework for Object-Graph Navigation Language,
>    plus other extras such as list projection and selection and lambda
> expressions.</description>
> -  <url>http://commons.apache.org/ognl/</url>
> +  <url>http://commons.apache.org/proper/commons-ognl/</url>
>    <inceptionYear>1997</inceptionYear>
>    <organization>
>      <name>The Apache Software Foundation</name>
>
> Modified: commons/proper/pool/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/pool/trunk/pom.xml (original)
> +++ commons/proper/pool/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -32,7 +32,7 @@
>    <inceptionYear>2001</inceptionYear>
>    <description>Commons Object Pooling Library</description>
>
> -  <url>http://commons.apache.org/pool/</url>
> +  <url>http://commons.apache.org/proper/commons-pool/</url>
>
>    <issueManagement>
>      <system>jira</system>
>
> Modified: commons/proper/proxy/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/proxy/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/proxy/trunk/pom.xml (original)
> +++ commons/proper/proxy/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -29,7 +29,7 @@
>      <version>1.1-SNAPSHOT</version>
>      <name>Commons Proxy</name>
>      <description>Java library for dynamic proxying</description>
> -    <url>http://commons.apache.org/proxy/</url>
> +    <url>http://commons.apache.org/proper/commons-proxy/</url>
>      <inceptionYear>2005</inceptionYear>
>
>      <issueManagement>
>
> Modified: commons/proper/scxml/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/scxml/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/scxml/trunk/pom.xml (original)
> +++ commons/proper/scxml/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -32,7 +32,7 @@
>    <inceptionYear>2005</inceptionYear>
>    <description>A Java Implementation of a State Chart XML
> Engine</description>
>
> -  <url>http://commons.apache.org/scxml/</url>
> +  <url>http://commons.apache.org/proper/commons-scxml/</url>
>
>    <issueManagement>
>      <system>jira</system>
>
> Modified: commons/proper/validator/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/validator/trunk/pom.xml (original)
> +++ commons/proper/validator/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -31,7 +31,7 @@
>      Commons Validator provides the building blocks for both client side
> validation and server side data validation.
>      It may be used standalone or with a framework like Struts.
>    </description>
> -  <url>http://commons.apache.org/validator/</url>
> +  <url>http://commons.apache.org/proper/commons-validator/</url>
>    <issueManagement>
>      <system>jira</system>
>      <url>http://issues.apache.org/jira/browse/VALIDATOR</url>
>
> Modified: commons/proper/vfs/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1459912&r1=1459911&r2=1459912&view=diff
>
> ==============================================================================
> --- commons/proper/vfs/trunk/pom.xml (original)
> +++ commons/proper/vfs/trunk/pom.xml Fri Mar 22 17:49:27 2013
> @@ -33,7 +33,7 @@
>    <packaging>pom</packaging>
>    <version>2.1-SNAPSHOT</version>
>
> -  <url>http://commons.apache.org/vfs/</url>
> +  <url>http://commons.apache.org/proper/commons-vfs/</url>
>    <inceptionYear>2002</inceptionYear>
>
>    <modules>
>
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory