Repository: any23 Updated Branches: refs/heads/master 692c583f8 -> 7cbd82e88
velocity doesn't allow dot-notation Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/6021d210 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/6021d210 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/6021d210 Branch: refs/heads/master Commit: 6021d210b487b308e538eb86e5b8a03638e8e1d7 Parents: 692c583 Author: Hans <[email protected]> Authored: Tue Oct 23 16:08:40 2018 -0500 Committer: Hans <[email protected]> Committed: Tue Oct 23 16:08:40 2018 -0500 ---------------------------------------------------------------------- pom.xml | 5 ++- src/site/xdoc/download.xml.vm | 80 +++++++++++++++++++------------------- 2 files changed, 43 insertions(+), 42 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/6021d210/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1f20b43..41761d0 100644 --- a/pom.xml +++ b/pom.xml @@ -285,8 +285,9 @@ <!-- Overridden in profiles to add JDK specific arguments to surefire --> <surefire-extra-args /> - <!-- Used to track API changes based on Semantic Versioning --> - <latest.stable.released>2.2</latest.stable.released> + <!-- Used to track API changes based on Semantic Versioning + NOTE: velocity does.not.allow.dot.notation, so justUseCamelCase --> + <latestStableRelease>2.2</latestStableRelease> <!-- Google Analytics id for website --> <form.tracker.id>UA-59636188-1</form.tracker.id> http://git-wip-us.apache.org/repos/asf/any23/blob/6021d210/src/site/xdoc/download.xml.vm ---------------------------------------------------------------------- diff --git a/src/site/xdoc/download.xml.vm b/src/site/xdoc/download.xml.vm index dc16661..af8ea25 100644 --- a/src/site/xdoc/download.xml.vm +++ b/src/site/xdoc/download.xml.vm @@ -53,16 +53,16 @@ </thead> <tbody> <tr> - <td>Apache Any23 ${latest.stable.released} (Source tar.gz)</td> - <td><a href="https://www.apache.org/dyn/closer.lua/any23/${latest.stable.released}/apache-any23-${latest.stable.released}-src.tar.gz"> apache-any23-${latest.stable.released}-src.tar.gz</a></td> - <td><a href="https://www.apache.org/dist/any23/${latest.stable.released}/apache-any23-${latest.stable.released}-src.tar.gz.asc"> apache-any23-${latest.stable.released}-src.tar.gz.asc</a></td> - <td><a href="https://www.apache.org/dist/any23/${latest.stable.released}/apache-any23-${latest.stable.released}-src.tar.gz.sha512"> apache-any23-${latest.stable.released}-src.tar.gz.sha512</a></td> + <td>Apache Any23 ${latestStableRelease} (Source tar.gz)</td> + <td><a href="https://www.apache.org/dyn/closer.lua/any23/${latestStableRelease}/apache-any23-${latestStableRelease}-src.tar.gz"> apache-any23-${latestStableRelease}-src.tar.gz</a></td> + <td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-${latestStableRelease}-src.tar.gz.asc"> apache-any23-${latestStableRelease}-src.tar.gz.asc</a></td> + <td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-${latestStableRelease}-src.tar.gz.sha512"> apache-any23-${latestStableRelease}-src.tar.gz.sha512</a></td> </tr> <tr> - <td>Apache Any23 ${latest.stable.released} (Source zip)</td> - <td><a href="https://www.apache.org/dyn/closer.lua/any23/${latest.stable.released}/apache-any23-${latest.stable.released}-src.zip"> apache-any23-${latest.stable.released}-src.zip</a></td> - <td><a href="https://www.apache.org/dist/any23/${latest.stable.released}/apache-any23-${latest.stable.released}-src.zip.asc"> apache-any23-${latest.stable.released}-src.zip.asc</a></td> - <td><a href="https://www.apache.org/dist/any23/${latest.stable.released}/apache-any23-${latest.stable.released}-src.zip.sha512"> apache-any23-${latest.stable.released}-src.zip.sha512</a></td> + <td>Apache Any23 ${latestStableRelease} (Source zip)</td> + <td><a href="https://www.apache.org/dyn/closer.lua/any23/${latestStableRelease}/apache-any23-${latestStableRelease}-src.zip"> apache-any23-${latestStableRelease}-src.zip</a></td> + <td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-${latestStableRelease}-src.zip.asc"> apache-any23-${latestStableRelease}-src.zip.asc</a></td> + <td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-${latestStableRelease}-src.zip.sha512"> apache-any23-${latestStableRelease}-src.zip.sha512</a></td> </tr> </tbody> </table> @@ -80,16 +80,16 @@ </thead> <tbody> <tr> - <td>Apache Any23 ${latest.stable.released} CLI (Binary tar.gz)</td> - <td><a href="https://www.apache.org/dyn/closer.lua/any23/${latest.stable.released}/apache-any23-cli-${latest.stable.released}.tar.gz"> apache-any23-cli-${latest.stable.released}.tar.gz</a></td> - <td><a href="https://www.apache.org/dist/any23/${latest.stable.released}/apache-any23-cli-${latest.stable.released}.tar.gz.asc"> apache-any23-cli-${latest.stable.released}.tar.gz.asc</a></td> - <td><a href="https://www.apache.org/dist/any23/${latest.stable.released}/apache-any23-cli-${latest.stable.released}.tar.gz.sha512"> apache-any23-cli-${latest.stable.released}.tar.gz.sha512</a></td> + <td>Apache Any23 ${latestStableRelease} CLI (Binary tar.gz)</td> + <td><a href="https://www.apache.org/dyn/closer.lua/any23/${latestStableRelease}/apache-any23-cli-${latestStableRelease}.tar.gz"> apache-any23-cli-${latestStableRelease}.tar.gz</a></td> + <td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-cli-${latestStableRelease}.tar.gz.asc"> apache-any23-cli-${latestStableRelease}.tar.gz.asc</a></td> + <td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-cli-${latestStableRelease}.tar.gz.sha512"> apache-any23-cli-${latestStableRelease}.tar.gz.sha512</a></td> </tr> <tr> - <td>Apache Any23 ${latest.stable.released} CLI (Binary zip)</td> - <td><a href="https://www.apache.org/dyn/closer.lua/any23/${latest.stable.released}/apache-any23-cli-${latest.stable.released}.zip"> apache-any23-cli-${latest.stable.released}.zip</a></td> - <td><a href="https://www.apache.org/dist/any23/${latest.stable.released}/apache-any23-cli-${latest.stable.released}.zip.asc"> apache-any23-cli-${latest.stable.released}.zip.asc</a></td> - <td><a href="https://www.apache.org/dist/any23/${latest.stable.released}/apache-any23-cli-${latest.stable.released}.zip.sha512"> apache-any23-cli-${latest.stable.released}.zip.sha512</a></td> + <td>Apache Any23 ${latestStableRelease} CLI (Binary zip)</td> + <td><a href="https://www.apache.org/dyn/closer.lua/any23/${latestStableRelease}/apache-any23-cli-${latestStableRelease}.zip"> apache-any23-cli-${latestStableRelease}.zip</a></td> + <td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-cli-${latestStableRelease}.zip.asc"> apache-any23-cli-${latestStableRelease}.zip.asc</a></td> + <td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-cli-${latestStableRelease}.zip.sha512"> apache-any23-cli-${latestStableRelease}.zip.sha512</a></td> </tr> </tbody> </table> @@ -109,16 +109,16 @@ </thead> <tbody> <tr> - <td>Apache Any23 Basic Crawler ${latest.stable.released} (Binary tar.gz)</td> - <td><a href="https://www.apache.org/dyn/closer.lua/any23/${latest.stable.released}/apache-any23-basic-crawler-${latest.stable.released}.tar.gz"> apache-any23-basic-crawler-${latest.stable.released}.tar.gz</a></td> - <td><a href="https://www.apache.org/dist/any23/${latest.stable.released}/apache-any23-basic-crawler-${latest.stable.released}.tar.gz.asc"> apache-any23-basic-crawler-${latest.stable.released}.tar.gz.asc</a></td> - <td><a href="https://www.apache.org/dist/any23/${latest.stable.released}/apache-any23-basic-crawler-${latest.stable.released}.tar.gz.sha512"> apache-any23-basic-crawler-${latest.stable.released}.tar.gz.sha512</a></td> + <td>Apache Any23 Basic Crawler ${latestStableRelease} (Binary tar.gz)</td> + <td><a href="https://www.apache.org/dyn/closer.lua/any23/${latestStableRelease}/apache-any23-basic-crawler-${latestStableRelease}.tar.gz"> apache-any23-basic-crawler-${latestStableRelease}.tar.gz</a></td> + <td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-basic-crawler-${latestStableRelease}.tar.gz.asc"> apache-any23-basic-crawler-${latestStableRelease}.tar.gz.asc</a></td> + <td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-basic-crawler-${latestStableRelease}.tar.gz.sha512"> apache-any23-basic-crawler-${latestStableRelease}.tar.gz.sha512</a></td> </tr> <tr> - <td>Apache Any23 Basic Crawler ${latest.stable.released} (Binary zip)</td> - <td><a href="https://www.apache.org/dyn/closer.lua/any23/${latest.stable.released}/apache-any23-basic-crawler-${latest.stable.released}.zip"> apache-any23-basic-crawler-${latest.stable.released}.zip</a></td> - <td><a href="https://www.apache.org/dist/any23/${latest.stable.released}/apache-any23-basic-crawler-${latest.stable.released}.zip.asc"> apache-any23-basic-crawler-${latest.stable.released}.tar.gz.asc</a></td> - <td><a href="https://www.apache.org/dist/any23/${latest.stable.released}/apache-any23-basic-crawler-${latest.stable.released}.zip.sha512"> apache-any23-basic-crawler-${latest.stable.released}.tar.gz.sha512</a></td> + <td>Apache Any23 Basic Crawler ${latestStableRelease} (Binary zip)</td> + <td><a href="https://www.apache.org/dyn/closer.lua/any23/${latestStableRelease}/apache-any23-basic-crawler-${latestStableRelease}.zip"> apache-any23-basic-crawler-${latestStableRelease}.zip</a></td> + <td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-basic-crawler-${latestStableRelease}.zip.asc"> apache-any23-basic-crawler-${latestStableRelease}.tar.gz.asc</a></td> + <td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-basic-crawler-${latestStableRelease}.zip.sha512"> apache-any23-basic-crawler-${latestStableRelease}.tar.gz.sha512</a></td> </tr> </tbody> </table> @@ -136,16 +136,16 @@ </thead> <tbody> <tr> - <td>Apache Any23 HTML Scraper ${latest.stable.released} (Binary tar.gz)</td> - <td><a href="https://www.apache.org/dyn/closer.lua/any23/${latest.stable.released}/apache-any23-html-scraper-${latest.stable.released}.tar.gz"> apache-any23-html-scraper-${latest.stable.released}.tar.gz</a></td> - <td><a href="https://www.apache.org/dist/any23/${latest.stable.released}/apache-any23-html-scraper-${latest.stable.released}.tar.gz.asc"> apache-any23-html-scraper-${latest.stable.released}.tar.gz.asc</a></td> - <td><a href="https://www.apache.org/dist/any23/${latest.stable.released}/apache-any23-html-scraper-${latest.stable.released}.tar.gz.sha512"> apache-any23-html-scraper-${latest.stable.released}.tar.gz.sha512</a></td> + <td>Apache Any23 HTML Scraper ${latestStableRelease} (Binary tar.gz)</td> + <td><a href="https://www.apache.org/dyn/closer.lua/any23/${latestStableRelease}/apache-any23-html-scraper-${latestStableRelease}.tar.gz"> apache-any23-html-scraper-${latestStableRelease}.tar.gz</a></td> + <td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-html-scraper-${latestStableRelease}.tar.gz.asc"> apache-any23-html-scraper-${latestStableRelease}.tar.gz.asc</a></td> + <td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-html-scraper-${latestStableRelease}.tar.gz.sha512"> apache-any23-html-scraper-${latestStableRelease}.tar.gz.sha512</a></td> </tr> <tr> - <td>Apache Any23 HTML Scraper ${latest.stable.released} (Binary zip)</td> - <td><a href="https://www.apache.org/dyn/closer.lua/any23/${latest.stable.released}/apache-any23-html-scraper-${latest.stable.released}.zip"> apache-any23-html-scraper-${latest.stable.released}.zip</a></td> - <td><a href="https://www.apache.org/dist/any23/${latest.stable.released}/apache-any23-html-scraper-${latest.stable.released}.zip.asc"> apache-any23-html-scraper-${latest.stable.released}.zip.asc</a></td> - <td><a href="https://www.apache.org/dist/any23/${latest.stable.released}/apache-any23-html-scraper-${latest.stable.released}.zip.sha512"> apache-any23-html-scraper-${latest.stable.released}.zip.sha512</a></td> + <td>Apache Any23 HTML Scraper ${latestStableRelease} (Binary zip)</td> + <td><a href="https://www.apache.org/dyn/closer.lua/any23/${latestStableRelease}/apache-any23-html-scraper-${latestStableRelease}.zip"> apache-any23-html-scraper-${latestStableRelease}.zip</a></td> + <td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-html-scraper-${latestStableRelease}.zip.asc"> apache-any23-html-scraper-${latestStableRelease}.zip.asc</a></td> + <td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-html-scraper-${latestStableRelease}.zip.sha512"> apache-any23-html-scraper-${latestStableRelease}.zip.sha512</a></td> </tr> </tbody> </table> @@ -163,16 +163,16 @@ </thead> <tbody> <tr> - <td>Apache Any23 Office Scraper ${latest.stable.released} (Binary tar.gz)</td> - <td><a href="https://www.apache.org/dyn/closer.lua/any23/${latest.stable.released}/apache-any23-office-scraper-${latest.stable.released}.tar.gz"> apache-any23-office-scraper-${latest.stable.released}.tar.gz</a></td> - <td><a href="https://www.apache.org/dist/any23/${latest.stable.released}/apache-any23-office-scraper-${latest.stable.released}.tar.gz.asc"> apache-any23-office-scraper-${latest.stable.released}.tar.gz.asc</a></td> - <td><a href="https://www.apache.org/dist/any23/${latest.stable.released}/apache-any23-office-scraper-${latest.stable.released}.tar.gz.sha512"> apache-any23-office-scraper-${latest.stable.released}.tar.gz.sha512</a></td> + <td>Apache Any23 Office Scraper ${latestStableRelease} (Binary tar.gz)</td> + <td><a href="https://www.apache.org/dyn/closer.lua/any23/${latestStableRelease}/apache-any23-office-scraper-${latestStableRelease}.tar.gz"> apache-any23-office-scraper-${latestStableRelease}.tar.gz</a></td> + <td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-office-scraper-${latestStableRelease}.tar.gz.asc"> apache-any23-office-scraper-${latestStableRelease}.tar.gz.asc</a></td> + <td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-office-scraper-${latestStableRelease}.tar.gz.sha512"> apache-any23-office-scraper-${latestStableRelease}.tar.gz.sha512</a></td> </tr> <tr> - <td>Apache Any23 Office Scraper ${latest.stable.released} (Binary zip)</td> - <td><a href="https://www.apache.org/dyn/closer.lua/any23/${latest.stable.released}/apache-any23-office-scraper-${latest.stable.released}.zip"> apache-any23-office-scraper-${latest.stable.released}.zip</a></td> - <td><a href="https://www.apache.org/dist/any23/${latest.stable.released}/apache-any23-office-scraper-${latest.stable.released}.zip.asc"> apache-any23-office-scraper-${latest.stable.released}.zip.asc</a></td> - <td><a href="https://www.apache.org/dist/any23/${latest.stable.released}/apache-any23-office-scraper-${latest.stable.released}.zip.sha512"> apache-any23-office-scraper-${latest.stable.released}.zip.sha512</a></td> + <td>Apache Any23 Office Scraper ${latestStableRelease} (Binary zip)</td> + <td><a href="https://www.apache.org/dyn/closer.lua/any23/${latestStableRelease}/apache-any23-office-scraper-${latestStableRelease}.zip"> apache-any23-office-scraper-${latestStableRelease}.zip</a></td> + <td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-office-scraper-${latestStableRelease}.zip.asc"> apache-any23-office-scraper-${latestStableRelease}.zip.asc</a></td> + <td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-office-scraper-${latest.stable.released}.zip.sha512"> apache-any23-office-scraper-${latest.stable.released}.zip.sha512</a></td> </tr> </tbody> </table>
