This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/release by this push: new 6aec37ad Prepare for the next release candidate 6aec37ad is described below commit 6aec37ad5fdcd4d0f2ca0330f310eb48a1585462 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Mar 10 20:45:52 2024 +0000 Prepare for the next release candidate --- NOTICE.txt | 10 +- commons-vfs2-ant/pom.xml | 4 +- commons-vfs2-bom/pom.xml | 12 +- commons-vfs2-distribution/pom.xml | 4 +- commons-vfs2-examples/pom.xml | 4 +- commons-vfs2-hdfs/pom.xml | 4 +- commons-vfs2-jackrabbit1/pom.xml | 4 +- commons-vfs2-jackrabbit2/pom.xml | 4 +- commons-vfs2-sandbox/pom.xml | 2 +- commons-vfs2/pom.xml | 4 +- pom.xml | 4 +- src/site/xdoc/download_vfs.xml | 312 +++++++++++++++++++------------------- src/site/xdoc/issue-tracking.xml | 204 ++++++++++++------------- 13 files changed, 286 insertions(+), 286 deletions(-) diff --git a/NOTICE.txt b/NOTICE.txt index bba8672b..2d7b3e33 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,5 +1,5 @@ -Apache Commons VFS Project -Copyright 2002-2024 The Apache Software Foundation - -This product includes software developed at -The Apache Software Foundation (https://www.apache.org/). +Apache Commons VFS Project +Copyright 2002-2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). diff --git a/commons-vfs2-ant/pom.xml b/commons-vfs2-ant/pom.xml index a1c2a11d..f40fcb09 100644 --- a/commons-vfs2-ant/pom.xml +++ b/commons-vfs2-ant/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-project</artifactId> - <version>2.10.0-SNAPSHOT</version> + <version>2.10.0</version> <relativePath>../</relativePath> </parent> @@ -74,7 +74,7 @@ </commons.osgi.import> <!-- Hadoop jars contain overlapping packages that blow up JPMS --> <moditect.skip>true</moditect.skip> - <project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-03-10T20:44:08Z</project.build.outputTimestamp> </properties> <build> diff --git a/commons-vfs2-bom/pom.xml b/commons-vfs2-bom/pom.xml index 3ede3f09..c852bec6 100644 --- a/commons-vfs2-bom/pom.xml +++ b/commons-vfs2-bom/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-project</artifactId> - <version>2.10.0-SNAPSHOT</version> + <version>2.10.0</version> <relativePath>../</relativePath> </parent> <artifactId>commons-vfs2-bom</artifactId> @@ -33,12 +33,12 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2</artifactId> - <version>2.10.0-SNAPSHOT</version> + <version>2.10.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-examples</artifactId> - <version>2.10.0-SNAPSHOT</version> + <version>2.10.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> @@ -53,18 +53,18 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-jackrabbit1</artifactId> - <version>2.10.0-SNAPSHOT</version> + <version>2.10.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-jackrabbit2</artifactId> - <version>2.10.0-SNAPSHOT</version> + <version>2.10.0</version> </dependency> </dependencies> </dependencyManagement> <properties> <commons.parent.dir>${basedir}/..</commons.parent.dir> <checkstyle.skip>true</checkstyle.skip> - <project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-03-10T20:44:08Z</project.build.outputTimestamp> </properties> </project> diff --git a/commons-vfs2-distribution/pom.xml b/commons-vfs2-distribution/pom.xml index 76e48da3..6fad017a 100644 --- a/commons-vfs2-distribution/pom.xml +++ b/commons-vfs2-distribution/pom.xml @@ -28,7 +28,7 @@ limitations under the License. <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-project</artifactId> - <version>2.10.0-SNAPSHOT</version> + <version>2.10.0</version> <relativePath>../</relativePath> </parent> @@ -37,7 +37,7 @@ limitations under the License. <checkstyle.skip>true</checkstyle.skip> <commons.parent.dir>${basedir}/..</commons.parent.dir> <commons.release.isDistModule>true</commons.release.isDistModule> - <project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-03-10T20:44:08Z</project.build.outputTimestamp> </properties> <profiles> diff --git a/commons-vfs2-examples/pom.xml b/commons-vfs2-examples/pom.xml index bccb5e04..6465187d 100644 --- a/commons-vfs2-examples/pom.xml +++ b/commons-vfs2-examples/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-project</artifactId> - <version>2.10.0-SNAPSHOT</version> + <version>2.10.0</version> <relativePath>../</relativePath> </parent> @@ -61,7 +61,7 @@ <commons.osgi.import> * </commons.osgi.import> - <project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-03-10T20:44:08Z</project.build.outputTimestamp> </properties> <build> diff --git a/commons-vfs2-hdfs/pom.xml b/commons-vfs2-hdfs/pom.xml index 7418b184..31f62618 100644 --- a/commons-vfs2-hdfs/pom.xml +++ b/commons-vfs2-hdfs/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-project</artifactId> - <version>2.10.0-SNAPSHOT</version> + <version>2.10.0</version> <relativePath>../</relativePath> </parent> @@ -111,7 +111,7 @@ </commons.osgi.import> <!-- Hadoop jars contain overlapping packages that blow up JPMS --> <moditect.skip>true</moditect.skip> - <project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-03-10T20:44:08Z</project.build.outputTimestamp> </properties> <build> diff --git a/commons-vfs2-jackrabbit1/pom.xml b/commons-vfs2-jackrabbit1/pom.xml index 229442eb..a8bb4a5e 100644 --- a/commons-vfs2-jackrabbit1/pom.xml +++ b/commons-vfs2-jackrabbit1/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-project</artifactId> - <version>2.10.0-SNAPSHOT</version> + <version>2.10.0</version> <relativePath>../</relativePath> </parent> @@ -125,7 +125,7 @@ org.apache.commons.httpclient.*;resolution:=optional, * </commons.osgi.import> - <project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-03-10T20:44:08Z</project.build.outputTimestamp> </properties> <build> diff --git a/commons-vfs2-jackrabbit2/pom.xml b/commons-vfs2-jackrabbit2/pom.xml index 478d53b7..62509b8b 100644 --- a/commons-vfs2-jackrabbit2/pom.xml +++ b/commons-vfs2-jackrabbit2/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-project</artifactId> - <version>2.10.0-SNAPSHOT</version> + <version>2.10.0</version> <relativePath>../</relativePath> </parent> @@ -124,7 +124,7 @@ org.apache.jackrabbit.*;resolution:=optional, * </commons.osgi.import> - <project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-03-10T20:44:08Z</project.build.outputTimestamp> </properties> <build> diff --git a/commons-vfs2-sandbox/pom.xml b/commons-vfs2-sandbox/pom.xml index 818080da..b9845f01 100644 --- a/commons-vfs2-sandbox/pom.xml +++ b/commons-vfs2-sandbox/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-project</artifactId> - <version>2.10.0-SNAPSHOT</version> + <version>2.10.0</version> <relativePath>../</relativePath> </parent> diff --git a/commons-vfs2/pom.xml b/commons-vfs2/pom.xml index 3750a95f..c86c0afa 100644 --- a/commons-vfs2/pom.xml +++ b/commons-vfs2/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-project</artifactId> - <version>2.10.0-SNAPSHOT</version> + <version>2.10.0</version> <relativePath>../</relativePath> </parent> @@ -148,7 +148,7 @@ org.apache.hc.client5.http.*;resolution:=optional, * </commons.osgi.import> - <project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-03-10T20:44:08Z</project.build.outputTimestamp> </properties> <build> diff --git a/pom.xml b/pom.xml index 72f20da6..48d8ca81 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <name>Apache Commons VFS Project</name> <description>Apache Commons VFS is a Virtual File System library.</description> <packaging>pom</packaging> - <version>2.10.0-SNAPSHOT</version> + <version>2.10.0</version> <url>https://commons.apache.org/proper/commons-vfs/</url> <inceptionYear>2002</inceptionYear> @@ -214,7 +214,7 @@ <clirr.skip>true</clirr.skip> <japicmp.skip>false</japicmp.skip> <jacoco.skip>false</jacoco.skip> - <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-03-10T20:44:08Z</project.build.outputTimestamp> </properties> <build> diff --git a/src/site/xdoc/download_vfs.xml b/src/site/xdoc/download_vfs.xml index 6d394f16..75c6bf69 100644 --- a/src/site/xdoc/download_vfs.xml +++ b/src/site/xdoc/download_vfs.xml @@ -1,156 +1,156 @@ -<?xml version="1.0"?> -<!-- -Licensed to the Apache Software Foundation (ASF) under one or more -contributor license agreements. See the NOTICE file distributed with -this work for additional information regarding copyright ownership. -The ASF licenses this file to You under the Apache License, Version 2.0 -(the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. ---> -<!-- - +======================================================================+ - |**** ****| - |**** THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN ****| - |**** DO NOT EDIT DIRECTLY ****| - |**** ****| - +======================================================================+ - | TEMPLATE FILE: download-page-template.xml | - | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates | - +======================================================================+ - | | - | 1) Re-generate using: mvn commons-build:download-page | - | | - | 2) Set the following properties in the component's pom: | - | - commons.componentid (required, alphabetic, lower case) | - | - commons.release.version (required) | - | - commons.release.name (required) | - | - commons.binary.suffix (optional) | - | (defaults to "-bin", set to "" for pre-maven2 releases) | - | - commons.release.desc (optional) | - | - commons.release.subdir (optional) | - | - commons.release.hash (optional, lowercase, default sha512) | - | | - | - commons.release.[234].version (conditional) | - | - commons.release.[234].name (conditional) | - | - commons.release.[234].binary.suffix (optional) | - | - commons.release.[234].desc (optional) | - | - commons.release.[234].subdir (optional) | - | - commons.release.[234].hash (optional, lowercase, [sha512])| - | | - | 3) Example Properties | - | (commons.release.name inherited by parent: | - | ${project.artifactId}-${commons.release.version} | - | | - | <properties> | - | <commons.componentid>math</commons.componentid> | - | <commons.release.version>1.2</commons.release.version> | - | </properties> | - | | - +======================================================================+ ---> -<document> - <properties> - <title>Download Apache Commons VFS Project</title> - <author email="d...@commons.apache.org">Apache Commons Documentation Team</author> - </properties> - <body> - <section name="Download Apache Commons VFS Project"> - <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 - the downloaded files using signatures downloaded from our main - distribution directories. Recent releases (48 hours) may not yet - be available from all the mirrors. - </p> - - <p> - You are currently using <b>[preferred]</b>. If you - encounter a problem with this mirror, please select another - mirror. If all mirrors are failing, there are <i>backup</i> - mirrors (at the end of the mirrors list) that should be - available. - <br></br> - [if-any logo]<a href="[link]"><img align="right" src="[logo]" border="0"></img></a>[end] - </p> - - <form action="[location]" method="get" id="SelectMirror"> - <p> - Other mirrors: - <select name="Preferred"> - [if-any http] - [for http]<option value="[http]">[http]</option>[end] - [end] - [if-any ftp] - [for ftp]<option value="[ftp]">[ftp]</option>[end] - [end] - [if-any backup] - [for backup]<option value="[backup]">[backup] (backup)</option>[end] - [end] - </select> - <input type="submit" value="Change"></input> - </p> - </form> - - <p> - It is essential that you - <a href="https://www.apache.org/info/verification.html">verify the integrity</a> - of downloaded files, preferably using the <code>PGP</code> signature (<code>*.asc</code> files); - failing that using the <code>SHA512</code> hash (<code>*.sha512</code> checksum files). - </p> - <p> - The <a href="https://downloads.apache.org/commons/KEYS">KEYS</a> - file contains the public PGP keys used by Apache Commons developers - to sign releases. - </p> - </subsection> - </section> - <section name="Apache Commons VFS Project 2.10.0 (requires Java 8 or above)"> - <subsection name="Binaries"> - <table> - <tr> - <td><a href="[preferred]/commons/vfs/binaries/commons-vfs-2.10.0-bin.tar.gz">commons-vfs-2.10.0-bin.tar.gz</a></td> - <td><a href="https://downloads.apache.org/commons/vfs/binaries/commons-vfs-2.10.0-bin.tar.gz.sha512">sha512</a></td> - <td><a href="https://downloads.apache.org/commons/vfs/binaries/commons-vfs-2.10.0-bin.tar.gz.asc">pgp</a></td> - </tr> - <tr> - <td><a href="[preferred]/commons/vfs/binaries/commons-vfs-2.10.0-bin.zip">commons-vfs-2.10.0-bin.zip</a></td> - <td><a href="https://downloads.apache.org/commons/vfs/binaries/commons-vfs-2.10.0-bin.zip.sha512">sha512</a></td> - <td><a href="https://downloads.apache.org/commons/vfs/binaries/commons-vfs-2.10.0-bin.zip.asc">pgp</a></td> - </tr> - </table> - </subsection> - <subsection name="Source"> - <table> - <tr> - <td><a href="[preferred]/commons/vfs/source/commons-vfs-2.10.0-src.tar.gz">commons-vfs-2.10.0-src.tar.gz</a></td> - <td><a href="https://downloads.apache.org/commons/vfs/source/commons-vfs-2.10.0-src.tar.gz.sha512">sha512</a></td> - <td><a href="https://downloads.apache.org/commons/vfs/source/commons-vfs-2.10.0-src.tar.gz.asc">pgp</a></td> - </tr> - <tr> - <td><a href="[preferred]/commons/vfs/source/commons-vfs-2.10.0-src.zip">commons-vfs-2.10.0-src.zip</a></td> - <td><a href="https://downloads.apache.org/commons/vfs/source/commons-vfs-2.10.0-src.zip.sha512">sha512</a></td> - <td><a href="https://downloads.apache.org/commons/vfs/source/commons-vfs-2.10.0-src.zip.asc">pgp</a></td> - </tr> - </table> - </subsection> - </section> - <section name="Archives"> - <p> - Older releases can be obtained from the archives. - </p> - <ul> - <li class="download"><a href="[preferred]/commons/vfs/">browse download area</a></li> - <li><a href="https://archive.apache.org/dist/commons/vfs/">archives...</a></li> - </ul> - </section> - </body> -</document> +<?xml version="1.0"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<!-- + +======================================================================+ + |**** ****| + |**** THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN ****| + |**** DO NOT EDIT DIRECTLY ****| + |**** ****| + +======================================================================+ + | TEMPLATE FILE: download-page-template.xml | + | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates | + +======================================================================+ + | | + | 1) Re-generate using: mvn commons-build:download-page | + | | + | 2) Set the following properties in the component's pom: | + | - commons.componentid (required, alphabetic, lower case) | + | - commons.release.version (required) | + | - commons.release.name (required) | + | - commons.binary.suffix (optional) | + | (defaults to "-bin", set to "" for pre-maven2 releases) | + | - commons.release.desc (optional) | + | - commons.release.subdir (optional) | + | - commons.release.hash (optional, lowercase, default sha512) | + | | + | - commons.release.[234].version (conditional) | + | - commons.release.[234].name (conditional) | + | - commons.release.[234].binary.suffix (optional) | + | - commons.release.[234].desc (optional) | + | - commons.release.[234].subdir (optional) | + | - commons.release.[234].hash (optional, lowercase, [sha512])| + | | + | 3) Example Properties | + | (commons.release.name inherited by parent: | + | ${project.artifactId}-${commons.release.version} | + | | + | <properties> | + | <commons.componentid>math</commons.componentid> | + | <commons.release.version>1.2</commons.release.version> | + | </properties> | + | | + +======================================================================+ +--> +<document> + <properties> + <title>Download Apache Commons VFS Project</title> + <author email="d...@commons.apache.org">Apache Commons Documentation Team</author> + </properties> + <body> + <section name="Download Apache Commons VFS Project"> + <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 + the downloaded files using signatures downloaded from our main + distribution directories. Recent releases (48 hours) may not yet + be available from all the mirrors. + </p> + + <p> + You are currently using <b>[preferred]</b>. If you + encounter a problem with this mirror, please select another + mirror. If all mirrors are failing, there are <i>backup</i> + mirrors (at the end of the mirrors list) that should be + available. + <br></br> + [if-any logo]<a href="[link]"><img align="right" src="[logo]" border="0"></img></a>[end] + </p> + + <form action="[location]" method="get" id="SelectMirror"> + <p> + Other mirrors: + <select name="Preferred"> + [if-any http] + [for http]<option value="[http]">[http]</option>[end] + [end] + [if-any ftp] + [for ftp]<option value="[ftp]">[ftp]</option>[end] + [end] + [if-any backup] + [for backup]<option value="[backup]">[backup] (backup)</option>[end] + [end] + </select> + <input type="submit" value="Change"></input> + </p> + </form> + + <p> + It is essential that you + <a href="https://www.apache.org/info/verification.html">verify the integrity</a> + of downloaded files, preferably using the <code>PGP</code> signature (<code>*.asc</code> files); + failing that using the <code>SHA512</code> hash (<code>*.sha512</code> checksum files). + </p> + <p> + The <a href="https://downloads.apache.org/commons/KEYS">KEYS</a> + file contains the public PGP keys used by Apache Commons developers + to sign releases. + </p> + </subsection> + </section> + <section name="Apache Commons VFS Project 2.10.0 (requires Java 8 or above)"> + <subsection name="Binaries"> + <table> + <tr> + <td><a href="[preferred]/commons/vfs/binaries/commons-vfs-2.10.0-bin.tar.gz">commons-vfs-2.10.0-bin.tar.gz</a></td> + <td><a href="https://downloads.apache.org/commons/vfs/binaries/commons-vfs-2.10.0-bin.tar.gz.sha512">sha512</a></td> + <td><a href="https://downloads.apache.org/commons/vfs/binaries/commons-vfs-2.10.0-bin.tar.gz.asc">pgp</a></td> + </tr> + <tr> + <td><a href="[preferred]/commons/vfs/binaries/commons-vfs-2.10.0-bin.zip">commons-vfs-2.10.0-bin.zip</a></td> + <td><a href="https://downloads.apache.org/commons/vfs/binaries/commons-vfs-2.10.0-bin.zip.sha512">sha512</a></td> + <td><a href="https://downloads.apache.org/commons/vfs/binaries/commons-vfs-2.10.0-bin.zip.asc">pgp</a></td> + </tr> + </table> + </subsection> + <subsection name="Source"> + <table> + <tr> + <td><a href="[preferred]/commons/vfs/source/commons-vfs-2.10.0-src.tar.gz">commons-vfs-2.10.0-src.tar.gz</a></td> + <td><a href="https://downloads.apache.org/commons/vfs/source/commons-vfs-2.10.0-src.tar.gz.sha512">sha512</a></td> + <td><a href="https://downloads.apache.org/commons/vfs/source/commons-vfs-2.10.0-src.tar.gz.asc">pgp</a></td> + </tr> + <tr> + <td><a href="[preferred]/commons/vfs/source/commons-vfs-2.10.0-src.zip">commons-vfs-2.10.0-src.zip</a></td> + <td><a href="https://downloads.apache.org/commons/vfs/source/commons-vfs-2.10.0-src.zip.sha512">sha512</a></td> + <td><a href="https://downloads.apache.org/commons/vfs/source/commons-vfs-2.10.0-src.zip.asc">pgp</a></td> + </tr> + </table> + </subsection> + </section> + <section name="Archives"> + <p> + Older releases can be obtained from the archives. + </p> + <ul> + <li class="download"><a href="[preferred]/commons/vfs/">browse download area</a></li> + <li><a href="https://archive.apache.org/dist/commons/vfs/">archives...</a></li> + </ul> + </section> + </body> +</document> diff --git a/src/site/xdoc/issue-tracking.xml b/src/site/xdoc/issue-tracking.xml index 6d9bab39..624b9ee6 100644 --- a/src/site/xdoc/issue-tracking.xml +++ b/src/site/xdoc/issue-tracking.xml @@ -1,102 +1,102 @@ -<?xml version="1.0"?> -<!-- -Licensed to the Apache Software Foundation (ASF) under one or more -contributor license agreements. See the NOTICE file distributed with -this work for additional information regarding copyright ownership. -The ASF licenses this file to You under the Apache License, Version 2.0 -(the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. ---> -<!-- - +======================================================================+ - |**** ****| - |**** THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN ****| - |**** DO NOT EDIT DIRECTLY ****| - |**** ****| - +======================================================================+ - | TEMPLATE FILE: issue-tracking-template.xml | - | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates | - +======================================================================+ - | | - | 1) Re-generate using: mvn commons-build:jira-page | - | | - | 2) Set the following properties in the component's pom: | - | - commons.jira.id (required, alphabetic, upper case) | - | - commons.jira.pid (required, numeric) | - | | - | 3) Example Properties | - | | - | <properties> | - | <commons.jira.id>MATH</commons.jira.id> | - | <commons.jira.pid>12310485</commons.jira.pid> | - | </properties> | - | | - +======================================================================+ ---> -<document> - <properties> - <title>Apache Commons VFS Project Issue tracking</title> - <author email="d...@commons.apache.org">Apache Commons Documentation Team</author> - </properties> - <body> - - <section name="Apache Commons VFS Project Issue tracking"> - <p> - Apache Commons VFS Project uses <a href="https://issues.apache.org/jira/">ASF JIRA</a> for tracking issues. - See the <a href="https://issues.apache.org/jira/browse/VFS">Apache Commons VFS Project JIRA project page</a>. - </p> - - <p> - To use JIRA you may need to <a href="https://issues.apache.org/jira/secure/Signup!default.jspa">create an account</a> - (if you have previously created/updated Commons issues using Bugzilla an account will have been automatically - created and you can use the <a href="https://issues.apache.org/jira/secure/ForgotPassword!default.jspa">Forgot Password</a> - page to get a new password). - </p> - - <p> - If you would like to report a bug, or raise an enhancement request with - Apache Commons VFS Project please do the following: - <ol> - <li><a href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310495&sorter/field=issuekey&sorter/order=DESC&status=1&status=3&status=4">Search existing open bugs</a>. - If you find your issue listed then please add a comment with your details.</li> - <li><a href="mail-lists.html">Search the mailing list archive(s)</a>. - You may find your issue or idea has already been discussed.</li> - <li>Decide if your issue is a bug or an enhancement.</li> - <li>Submit either a <a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310495&issuetype=1&priority=4&assignee=-1">bug report</a> - or <a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310495&issuetype=4&priority=4&assignee=-1">enhancement request</a>.</li> - </ol> - </p> - - <p> - Please also remember these points: - <ul> - <li>the more information you provide, the better we can help you</li> - <li>test cases are vital, particularly for any proposed enhancements</li> - <li>the developers of Apache Commons VFS Project are all unpaid volunteers</li> - </ul> - </p> - - <p> - For more information on creating patches see the - <a href="https://www.apache.org/dev/contributors.html">Apache Contributors Guide</a>. - </p> - - <p> - You may also find these links useful: - <ul> - <li><a href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310495&sorter/field=issuekey&sorter/order=DESC&status=1&status=3&status=4">All Open Apache Commons VFS Project bugs</a></li> - <li><a href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310495&sorter/field=issuekey&sorter/order=DESC&status=5&status=6">All Resolved Apache Commons VFS Project bugs</a></li> - <li><a href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310495&sorter/field=issuekey&sorter/order=DESC">All Apache Commons VFS Project bugs</a></li> - </ul> - </p> - </section> - </body> -</document> +<?xml version="1.0"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<!-- + +======================================================================+ + |**** ****| + |**** THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN ****| + |**** DO NOT EDIT DIRECTLY ****| + |**** ****| + +======================================================================+ + | TEMPLATE FILE: issue-tracking-template.xml | + | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates | + +======================================================================+ + | | + | 1) Re-generate using: mvn commons-build:jira-page | + | | + | 2) Set the following properties in the component's pom: | + | - commons.jira.id (required, alphabetic, upper case) | + | - commons.jira.pid (required, numeric) | + | | + | 3) Example Properties | + | | + | <properties> | + | <commons.jira.id>MATH</commons.jira.id> | + | <commons.jira.pid>12310485</commons.jira.pid> | + | </properties> | + | | + +======================================================================+ +--> +<document> + <properties> + <title>Apache Commons VFS Project Issue tracking</title> + <author email="d...@commons.apache.org">Apache Commons Documentation Team</author> + </properties> + <body> + + <section name="Apache Commons VFS Project Issue tracking"> + <p> + Apache Commons VFS Project uses <a href="https://issues.apache.org/jira/">ASF JIRA</a> for tracking issues. + See the <a href="https://issues.apache.org/jira/browse/VFS">Apache Commons VFS Project JIRA project page</a>. + </p> + + <p> + To use JIRA you may need to <a href="https://issues.apache.org/jira/secure/Signup!default.jspa">create an account</a> + (if you have previously created/updated Commons issues using Bugzilla an account will have been automatically + created and you can use the <a href="https://issues.apache.org/jira/secure/ForgotPassword!default.jspa">Forgot Password</a> + page to get a new password). + </p> + + <p> + If you would like to report a bug, or raise an enhancement request with + Apache Commons VFS Project please do the following: + <ol> + <li><a href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310495&sorter/field=issuekey&sorter/order=DESC&status=1&status=3&status=4">Search existing open bugs</a>. + If you find your issue listed then please add a comment with your details.</li> + <li><a href="mail-lists.html">Search the mailing list archive(s)</a>. + You may find your issue or idea has already been discussed.</li> + <li>Decide if your issue is a bug or an enhancement.</li> + <li>Submit either a <a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310495&issuetype=1&priority=4&assignee=-1">bug report</a> + or <a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310495&issuetype=4&priority=4&assignee=-1">enhancement request</a>.</li> + </ol> + </p> + + <p> + Please also remember these points: + <ul> + <li>the more information you provide, the better we can help you</li> + <li>test cases are vital, particularly for any proposed enhancements</li> + <li>the developers of Apache Commons VFS Project are all unpaid volunteers</li> + </ul> + </p> + + <p> + For more information on creating patches see the + <a href="https://www.apache.org/dev/contributors.html">Apache Contributors Guide</a>. + </p> + + <p> + You may also find these links useful: + <ul> + <li><a href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310495&sorter/field=issuekey&sorter/order=DESC&status=1&status=3&status=4">All Open Apache Commons VFS Project bugs</a></li> + <li><a href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310495&sorter/field=issuekey&sorter/order=DESC&status=5&status=6">All Resolved Apache Commons VFS Project bugs</a></li> + <li><a href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310495&sorter/field=issuekey&sorter/order=DESC">All Apache Commons VFS Project bugs</a></li> + </ul> + </p> + </section> + </body> +</document>