Skip to content

Commit 2c9232b

Browse files
committed
prepare release fixed a typo
1 parent ed0c54f commit 2c9232b

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

ISSUE_TEMPLATE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77

88

99
### Please provide the following
10-
* exist-db version: `4.0.0`
11-
* documentation version: `4.0.0`
10+
* exist-db version: `4.2.0`
11+
* documentation version: `4.0.2`

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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-4.1.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.2.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

88
This repository contains the official documentation for the [eXist-db native XML database](http://www.exist-db.org) and the application for browsing it. You can browse the latest release of the documentation on [eXist-db homepage](http://exist-db.org/exist/apps/doc/). User reporting errors should check the [contributions](#contributions) section below. Core-contributors preparing a release should consult the [release procedure](RELEASE.md)
99

1010
## Dependencies
1111
- [Maven](https://maven.apache.org): 3.x
12-
- [eXist-db](http://exist-db.org): 4.1.0
12+
- [eXist-db](http://exist-db.org): 4.2.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.

pom.xml

+1-1
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>4.1.0</exist.version>
51+
<exist.version>4.2.0</exist.version>
5252

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

src/main/xar-resources/data/basic-installation/basic-installation.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<sect1 xml:id="installation">
7171
<title>Installing eXist-db</title>
7272

73-
<para>The first steps in installing eXIst-db are downloading the installer and firing it up:</para>
73+
<para>The first steps in installing eXist-db are downloading the installer and firing it up:</para>
7474
<itemizedlist>
7575
<listitem>
7676
<para>Download the installer by following the download link on the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://exist-db.org/">eXist-db homepage</link> page. We recommend that you download the latest stable release.</para>

xar-assembly.xml

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
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.1">
22+
<ul xmlns="http://www.w3.org/1999/xhtml">
23+
<li>update xqsuite documentation to add new variable</li>
24+
<li>minor fixes and typos</li>
25+
</ul>
26+
</change>
2127
<change version="4.0.1">
2228
<ul xmlns="http://www.w3.org/1999/xhtml">
2329
<li>adapt search to db5</li>

0 commit comments

Comments
 (0)