Author: sebb
Date: Fri May 20 15:54:08 2016
New Revision: 1744761

URL: http://svn.apache.org/viewvc?rev=1744761&view=rev
Log:
2.0 no longer on mirrors

Modified:
    commons/proper/vfs/trunk/pom.xml
    commons/proper/vfs/trunk/src/site/xdoc/download_vfs.xml

Modified: commons/proper/vfs/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1744761&r1=1744760&r2=1744761&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Fri May 20 15:54:08 2016
@@ -155,10 +155,12 @@
     <commons.release.desc>(requires Java 1.6+)</commons.release.desc>
     <commons.binary.suffix /> <!-- TODO delete? -->
 
+<!--
     <commons.release.2.version>2.0</commons.release.2.version>
     <commons.release.2.name>commons-vfs-2.0</commons.release.2.name>
     <commons.release.2.desc>(requires Java 1.5+)</commons.release.2.desc>
     <commons.release.2.binary.suffix />
+-->
 
     <vfs.parent.dir>${basedir}</vfs.parent.dir>
     <version.checkstyle>2.13</version.checkstyle>

Modified: commons/proper/vfs/trunk/src/site/xdoc/download_vfs.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/site/xdoc/download_vfs.xml?rev=1744761&r1=1744760&r2=1744761&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/site/xdoc/download_vfs.xml (original)
+++ commons/proper/vfs/trunk/src/site/xdoc/download_vfs.xml Fri May 20 15:54:08 
2016
@@ -32,14 +32,16 @@ limitations under the License.
  |    - commons.componentid (required, alphabetic, lower case)          |
  |    - commons.release.version (required)                              |
  |    - commons.release.name    (required)                              |
- |    - commons.binary.suffix (optional)                                |
+ |    - commons.binary.suffix   (optional)                              |
  |      (defaults to "-bin", set to "" for pre-maven2 releases)         |
  |    - commons.release.desc    (optional)                              |
+ |    - commons.release.subdir  (optional)                              |
  |                                                                      |
  |    - commons.release.2/3.version       (conditional)                 |
  |    - commons.release.2/3.name          (conditional)                 |
  |    - commons.release.2/3.binary.suffix (optional)                    |
  |    - commons.release.2/3.desc          (optional)                    |
+ |    - commons.release.2/3.subdir        (optional)                    |
  |                                                                      |
  | 3) Example Properties                                                |
  |    (commons.release.name inherited by parent:                        |
@@ -62,7 +64,7 @@ limitations under the License.
     <subsection name="Using a Mirror">
       <p>
         We recommend you use a mirror to download our release
-        builds, but you <strong>must</strong> <a 
href="https://www.apache.org/info/verification.html";>verify the integrity</a> of
+        builds, but you <strong>must</strong> <a 
href="http://www.apache.org/info/verification.html";>verify the integrity</a> of
         the downloaded files using signatures downloaded from our main
         distribution directories. Recent releases (48 hours) may not yet
         be available from all the mirrors.
@@ -138,36 +140,6 @@ limitations under the License.
           </tr>
         </table>
       </subsection>
-    </section>
-    <section name="Apache Commons VFS 2.0 (requires Java 1.5+)">
-      <subsection name="Binaries">
-        <table>
-          <tr>
-              <td><a 
href="[preferred]/commons/vfs/binaries/commons-vfs-2.0.tar.gz">commons-vfs-2.0.tar.gz</a></td>
-              <td><a 
href="https://www.apache.org/dist/commons/vfs/binaries/commons-vfs-2.0.tar.gz.md5";>md5</a></td>
-              <td><a 
href="https://www.apache.org/dist/commons/vfs/binaries/commons-vfs-2.0.tar.gz.asc";>pgp</a></td>
-          </tr>
-          <tr>
-              <td><a 
href="[preferred]/commons/vfs/binaries/commons-vfs-2.0.zip">commons-vfs-2.0.zip</a></td>
-              <td><a 
href="https://www.apache.org/dist/commons/vfs/binaries/commons-vfs-2.0.zip.md5";>md5</a></td>
-              <td><a 
href="https://www.apache.org/dist/commons/vfs/binaries/commons-vfs-2.0.zip.asc";>pgp</a></td>
-          </tr>
-        </table>
-      </subsection>
-      <subsection name="Source">
-        <table>
-          <tr>
-              <td><a 
href="[preferred]/commons/vfs/source/commons-vfs-2.0-src.tar.gz">commons-vfs-2.0-src.tar.gz</a></td>
-              <td><a 
href="https://www.apache.org/dist/commons/vfs/source/commons-vfs-2.0-src.tar.gz.md5";>md5</a></td>
-              <td><a 
href="https://www.apache.org/dist/commons/vfs/source/commons-vfs-2.0-src.tar.gz.asc";>pgp</a></td>
-          </tr>
-          <tr>
-              <td><a 
href="[preferred]/commons/vfs/source/commons-vfs-2.0-src.zip">commons-vfs-2.0-src.zip</a></td>
-              <td><a 
href="https://www.apache.org/dist/commons/vfs/source/commons-vfs-2.0-src.zip.md5";>md5</a></td>
-              <td><a 
href="https://www.apache.org/dist/commons/vfs/source/commons-vfs-2.0-src.zip.asc";>pgp</a></td>
-          </tr>
-        </table>
-      </subsection>
     </section>
     <section name="Archives">
         <p>


Reply via email to