Skip to content

Commit 360cacc

Browse files
committed
ignore(meta): housekeeping for release
downgrade EOL node11 to lts node10 (can't do 12 yet)
1 parent 409d1b8 commit 360cacc

File tree

4 files changed

+41
-49
lines changed

4 files changed

+41
-49
lines changed

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.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-5.1.1-blue.svg)](http://www.exist-db.org/exist/apps/homepage/index.html)
4+
[![eXist-db version](https://img.shields.io/badge/eXist_db-5.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.6
12-
- [eXist-db](http://exist-db.org): 5.1.1
12+
- [eXist-db](http://exist-db.org): 5.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.

package-lock.json

+35-43
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"acorn": "^7.1.0",
3333
"chai": "^4.2.0",
34-
"cypress": "^3.8.2",
34+
"cypress": "^3.8.3",
3535
"del": "^5.1.0",
3636
"gulp": "^4.0.2",
3737
"gulp-autoprefixer": "^7.0.1",

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
<project.build.source>1.8</project.build.source>
4949
<project.build.target>1.8</project.build.target>
5050

51-
<exist.version>5.1.1</exist.version>
52-
<node.version>v11.15.0</node.version>
53-
<npm.version>6.9.0</npm.version>
51+
<exist.version>5.2.0</exist.version>
52+
<node.version>v10.18.1</node.version>
53+
<npm.version>6.13.6</npm.version>
5454

5555
<package-name>http://exist-db.org/apps/doc</package-name>
5656
</properties>

0 commit comments

Comments
 (0)