Skip to content

Commit bec5776

Browse files
committed
chore: prep release
1 parent a24f042 commit bec5776

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ services:
1414

1515
env:
1616
- img=existdb/existdb:latest
17+
# activate after official 5.0.0 release
1718
# - img=existdb/existdb:release
1819

1920
cache:

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.2`
10+
* exist-db version: `5.0.0`
11+
* documentation version: `5.0.0`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

pom.xml

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

1313
<groupId>org.exist-db</groupId>
1414
<artifactId>exist-documentation</artifactId>
15-
<version>5.0.0-SNAPSHOT</version>
15+
<version>5.0.0-SNAPSHOPT</version>
1616

1717
<name>eXist-db Documentation</name>
1818
<description>Documentation package for eXist-db</description>
@@ -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>5.0.0-RC7</exist.version>
51+
<exist.version>5.0.0</exist.version>
5252
<node.version>v11.15.0</node.version>
5353
<npm.version>6.9.0</npm.version>
5454

xar-assembly.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,12 @@
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>

0 commit comments

Comments
 (0)