Skip to content

Commit 0858349

Browse files
committed
chore(changelog): release prep
1 parent 9d3c3fe commit 0858349

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77

88

99
### Please provide the following
10-
* exist-db version: `4.6.1`
11-
* documentation version: `4.1.1`
10+
* exist-db version: `4.7.0`
11+
* documentation version: `4.1.2`

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# eXist-db Documentation
22
[![Build Status](https://travis-ci.com/eXist-db/documentation.svg?branch=master)](https://travis-ci.com/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.6.1-blue.svg)](http://www.exist-db.org/exist/apps/homepage/index.html)
4+
[![eXist-db version](https://img.shields.io/badge/eXist_db-4.7.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.6.1
12+
- [eXist-db](http://exist-db.org): 4.7.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

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>4.6.0</exist.version>
51+
<exist.version>4.7.0</exist.version>
5252

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

xar-assembly.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
<dependency package="http://exist-db.org/apps/shared" semver-min="0.8.0"/>
1818
<prepare>pre-install.xql</prepare>
1919
<changelog>
20+
<change version="4.1.2">
21+
<ul xmlns="http://www.w3.org/1999/xhtml">
22+
<li>removed mentions of xprocq</li>
23+
<li>removed exist v2 upgrade warning on install</li>
24+
</ul>
25+
</change>
2026
<change version="4.1.1">
2127
<ul xmlns="http://www.w3.org/1999/xhtml">
2228
<li>content edits</li>

0 commit comments

Comments
 (0)