Repository: cayenne-website Updated Branches: refs/heads/master 82eaa395e -> 824c4fc2f
Push 4.0.RC1 up on download page Project: http://git-wip-us.apache.org/repos/asf/cayenne-website/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne-website/commit/824c4fc2 Tree: http://git-wip-us.apache.org/repos/asf/cayenne-website/tree/824c4fc2 Diff: http://git-wip-us.apache.org/repos/asf/cayenne-website/diff/824c4fc2 Branch: refs/heads/master Commit: 824c4fc2fbb89bce66c25f1157921fb523f6c464 Parents: 82eaa39 Author: Nikita Timofeev <[email protected]> Authored: Thu Apr 26 18:29:51 2018 +0300 Committer: Nikita Timofeev <[email protected]> Committed: Thu Apr 26 18:29:51 2018 +0300 ---------------------------------------------------------------------- src/main/site/data/cayenne.yaml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/824c4fc2/src/main/site/data/cayenne.yaml ---------------------------------------------------------------------- diff --git a/src/main/site/data/cayenne.yaml b/src/main/site/data/cayenne.yaml index 8c3c417..ed22212 100644 --- a/src/main/site/data/cayenne.yaml +++ b/src/main/site/data/cayenne.yaml @@ -21,15 +21,9 @@ # This file used in cayenne.rdf file generation, # to form Documentation and Downloads sections (filtered by docs and downloadable flags). # +# NOTE: versions rendered on Download page in same order as in this file. +# releases: - - version: "4.1" # Visible major version - latestRevision: "4.1.M1" # exact latest version - type: "Alpha" # arbitrary type (Alpha for milestones, Beta, Stable and Legacy) - description: "Latest development release" # some general comment - date: "2017-10-14" # release date - docs: true # is this version visible in Docs - downloadable: true # is this version visible in Download section, also see "customLink" attribute - jdk: 1.8 # min supported Java version - version: "4.0" latestRevision: "4.0.RC1" @@ -41,6 +35,15 @@ releases: jdk: 1.7 newRepoLayout: true + - version: "4.1" # Visible major version + latestRevision: "4.1.M1" # exact latest version + type: "Alpha" # arbitrary type (Alpha for milestones, Beta, Stable and Legacy) + description: "Latest development release" # some general comment + date: "2017-10-14" # release date + docs: true # is this version visible in Docs + downloadable: true # is this version visible in Download section, also see "customLink" attribute + jdk: 1.8 # min supported Java version + - version: "3.1" latestRevision: "3.1.2" description: "Latest stable release"
