Repository: archiva-site Updated Branches: refs/heads/master 73b2235d3 -> 1af50cda8
1.x not supported anymore Signed-off-by: olivier lamy <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/archiva-site/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva-site/commit/1af50cda Tree: http://git-wip-us.apache.org/repos/asf/archiva-site/tree/1af50cda Diff: http://git-wip-us.apache.org/repos/asf/archiva-site/diff/1af50cda Branch: refs/heads/master Commit: 1af50cda883f57eb69fbae54ac7b5fba17a56d8d Parents: 73b2235 Author: olivier lamy <[email protected]> Authored: Mon Jun 6 14:54:44 2016 +1000 Committer: olivier lamy <[email protected]> Committed: Mon Jun 6 14:54:44 2016 +1000 ---------------------------------------------------------------------- pom.xml | 2 ++ src/site/apt/versions.apt.vm | 10 +--------- 2 files changed, 3 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva-site/blob/1af50cda/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bc7c216..ffb399e 100644 --- a/pom.xml +++ b/pom.xml @@ -34,8 +34,10 @@ <url>${siteUrl}</url> <properties> + <!-- <archivaLastSerieVersion>1.3.9</archivaLastSerieVersion> <archivaLastSerieVersionDate>1 July 2014</archivaLastSerieVersionDate> + --> <archivaReleaseVersion>2.2.1</archivaReleaseVersion> <archivaReleaseDate>30th May 2016</archivaReleaseDate> <supportedVersions></supportedVersions> http://git-wip-us.apache.org/repos/asf/archiva-site/blob/1af50cda/src/site/apt/versions.apt.vm ---------------------------------------------------------------------- diff --git a/src/site/apt/versions.apt.vm b/src/site/apt/versions.apt.vm index 39564a5..d3d8931 100644 --- a/src/site/apt/versions.apt.vm +++ b/src/site/apt/versions.apt.vm @@ -41,15 +41,7 @@ Archiva Documentation ~~ TODO: have more specific links than Documentation, and find a better link for developer reference #if ($archivaLastSerieVersion) -* Last serie 1.3.x Release: Archiva ${archivaLastSerieVersion} - - The current stable release of Archiva 1.3.x is <${archivaLastSerieVersion}>. - - * {{{./docs/${archivaLastSerieVersion}/release-notes.html} Release Notes}} - - * {{{./docs/${archivaLastSerieVersion}/index.html} Documentation}} - - * {{{./ref/${archivaLastSerieVersion}/index.html} Developer Reference}} +* Last serie 1.x Release is not supported anymore as it has known security vulnerabilities. ~~ TODO: have more specific links than Documentation, and find a better link for developer reference #end
