This is an automated email from the ASF dual-hosted git repository.
aadamchik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne-website.git
The following commit(s) were added to refs/heads/master by this push:
new e9a685a moving 4.1 on top of 4.0 in the download list
e9a685a is described below
commit e9a685aaeeb9526a2b794859cea6922d19cc9c61
Author: Andrus Adamchik <[email protected]>
AuthorDate: Thu Oct 10 10:29:32 2019 -0400
moving 4.1 on top of 4.0 in the download list
---
src/main/site/data/cayenne.yaml | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/main/site/data/cayenne.yaml b/src/main/site/data/cayenne.yaml
index 6e7b199..e4a1364 100644
--- a/src/main/site/data/cayenne.yaml
+++ b/src/main/site/data/cayenne.yaml
@@ -24,6 +24,16 @@
#
releases:
+ - version: "4.1" # major version
+ latestRevision: "4.1.RC1" # exact latest version
+ type: "Release Candidate" # arbitrary type (Alpha for
milestones, Beta, Stable and Legacy)
+ description: "Next stable release" # some general comment
+ date: "2019-10-08" # release date
+ docs: true # this version is visible in
Docs section
+ downloadable: true # this version is visible in
Download section, also see "customLink" attribute
+ jdk: 1.8 # min supported Java version
+ newRepoLayout: true
+
- version: "4.0"
latestRevision: "4.0.1"
type: "Stable"
@@ -34,16 +44,6 @@ releases:
jdk: 1.7
newRepoLayout: true
- - version: "4.1" # major version
- latestRevision: "4.1.RC1" # exact latest version
- type: "Release Candidate" # arbitrary type (Alpha for
milestones, Beta, Stable and Legacy)
- description: "Latest development release" # some general comment
- date: "2019-10-08" # release date
- docs: true # this version is visible in
Docs section
- downloadable: true # this version is visible in
Download section, also see "customLink" attribute
- jdk: 1.8 # min supported Java version
- newRepoLayout: true
-
- version: "3.1"
latestRevision: "3.1.3"
description: "Previous stable release"