Skip to content

Commit 90f7199

Browse files
committed
prep 4.0.0 release
1 parent a0f07c1 commit 90f7199

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# eXist-db Documentation
22
[![Build Status](https://travis-ci.org/eXist-db/documentation.svg?branch=master)](https://travis-ci.org/eXist-db/documentation)
33
[![Docbook version](https://img.shields.io/badge/docbook-5.0-19a5a4.svg)](http://docbook.org/xml/5.0/)
4-
[![eXist-db version](https://img.shields.io/badge/eXist_db-3.5.0-blue.svg)](http://www.exist-db.org/exist/apps/homepage/index.html)
4+
[![eXist-db version](https://img.shields.io/badge/eXist_db-4.0.0-blue.svg)](http://www.exist-db.org/exist/apps/homepage/index.html)
55

66
<img src="src/main/xar-resources/icon.png" align="left" width="15%"/>
77

@@ -12,7 +12,7 @@ As of January 2018 the exist-db documentation is undergoing a major rewrite. Whi
1212

1313
## Dependencies
1414
- [Maven](https://maven.apache.org): 3.x
15-
- [eXist-db](http://exist-db.org): 3.5.0
15+
- [eXist-db](http://exist-db.org): 4.0.0
1616

1717
## Installation
1818
- The default eXist-db installer includes the documentation app. Just go to your eXist server's Dashboard and select Documentation.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<project.build.source>1.8</project.build.source>
4949
<project.build.target>1.8</project.build.target>
5050

51-
<exist.version>3.5.0</exist.version>
51+
<exist.version>4.0.0</exist.version>
5252

5353
<package-name>http://exist-db.org/apps/doc</package-name>
5454
</properties>

xar-assembly.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,18 @@
1414
<category id="apps">Applications</category>
1515
<category id="doc">Documentation</category>
1616
<dependency processor="http://exist-db.org" semver-min="${exist.version}"/>
17-
<dependency package="http://exist-db.org/apps/shared" semver-min="0.4.0"/>
17+
<dependency package="http://exist-db.org/apps/shared" semver-min="0.4.2"/>
1818
<prepare>pre-install.xql</prepare>
1919
<note>Note for users of eXist 2.x: When upgrading, please make sure you also updated the shared-resources package to > 0.4.0.</note>
2020
<changelog>
21+
<change version="4.0.0">
22+
<ul xmlns="http://www.w3.org/1999/xhtml">
23+
<li>[lucene.xml, indexing.xml] add info about the ICUFoldingFilter and UCA collation</li>
24+
<li>documentation now uses docbook 5.0 </li>
25+
<li>fix use of empty-sequence in example</li>
26+
<li>A major rework is in progress based on edits by Erik Siegel</li>
27+
</ul>
28+
</change>
2129
<change version="3.0.0">
2230
<ul xmlns="http://www.w3.org/1999/xhtml">
2331
<li>

0 commit comments

Comments
 (0)