File tree Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ services:
1414
1515env :
1616 - img=existdb/existdb:latest
17+ # activate after official 5.0.0 release
1718 # - img=existdb/existdb:release
1819
1920cache :
Original file line number Diff line number Diff line change 77
88
99### Please provide the following
10- * exist-db version: ` 4.6.1 `
11- * documentation version: ` 4.1.2 `
10+ * exist-db version: ` 5.0.0 `
11+ * documentation version: ` 5.0.0 `
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This repository contains the official documentation for the [eXist-db native XML
99
1010## Dependencies
1111- [ Maven] ( https://maven.apache.org ) : 3.6
12- - [ eXist-db] ( http://exist-db.org ) : 4.7 .0
12+ - [ eXist-db] ( http://exist-db.org ) : 5.0 .0
1313
1414## Installation
1515- The default eXist-db installer includes the documentation app. Just go to your eXist server's Dashboard and select Documentation.
Original file line number Diff line number Diff line change 1212
1313 <groupId >org.exist-db</groupId >
1414 <artifactId >exist-documentation</artifactId >
15- <version >5.0.0-SNAPSHOT </version >
15+ <version >5.0.0</version >
1616
1717 <name >eXist-db Documentation</name >
1818 <description >Documentation package for eXist-db</description >
Original file line number Diff line number Diff line change 1717 <dependency package =" http://exist-db.org/apps/shared" semver-min =" 0.8.2" />
1818 <prepare >pre-install.xql</prepare >
1919 <changelog >
20- <change version =" 5.0.0-RC2 " >
20+ <change version =" 5.0.0" >
2121 <ul xmlns =" http://www.w3.org/1999/xhtml" >
22+ <li >changes to backup and app restore process</li >
2223 <li >add unit and integration tests</li >
2324 <li >update interapp links, http links, section IDs</li >
2425 <li >document new xquery functions, and adjust deprecated syntax cases</li >
25- </ul >
26- </change >
27- <change version =" 5.0.0-RC1" >
28- <ul xmlns =" http://www.w3.org/1999/xhtml" >
2926 <li >add lucene facets documentation</li >
3027 <li >switched to mavenized build, and install instructions</li >
3128 </ul >
You can’t perform that action at this time.
0 commit comments