more details on versions 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/85683dff Tree: http://git-wip-us.apache.org/repos/asf/archiva-site/tree/85683dff Diff: http://git-wip-us.apache.org/repos/asf/archiva-site/diff/85683dff Branch: refs/heads/master Commit: 85683dffbf0d0b36b5ebae5014d332b1707cb0fd Parents: b5860b4 Author: olivier lamy <[email protected]> Authored: Wed Sep 14 21:48:55 2016 +1000 Committer: olivier lamy <[email protected]> Committed: Wed Sep 14 21:48:55 2016 +1000 ---------------------------------------------------------------------- pom.xml | 2 +- src/site/apt/versions.apt.vm | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva-site/blob/85683dff/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ffb399e..9330fb9 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.archiva</groupId> <artifactId>archiva-parent</artifactId> - <version>16-SNAPSHOT</version> + <version>17-SNAPSHOT</version> </parent> <name>Archiva</name> <artifactId>archiva-site</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-site/blob/85683dff/src/site/apt/versions.apt.vm ---------------------------------------------------------------------- diff --git a/src/site/apt/versions.apt.vm b/src/site/apt/versions.apt.vm index c784ba1..6db6add 100644 --- a/src/site/apt/versions.apt.vm +++ b/src/site/apt/versions.apt.vm @@ -56,6 +56,19 @@ Archiva Documentation #end #end +* Version 1.X ETA + + Please note some detail on 1.x versions: + + * 1.x contains additional, known, unpatched security vulnerabilities + + * no further development is planned for 1.x + + * security issues reported against 1.x will not be investigated + + * security issues reported against 2.x will not be checked against 1.x to see if it is also affected (again because of a) and b)) + + * Unsupported Releases << Previous versions have known security issues so it's recommended to upgrade to last ${archivaReleaseVersion} >>
