Skip to content

Commit fcc1255

Browse files
committed
fix(pom): set min exist ver
to allign with what we can test
1 parent e1b57d2 commit fcc1255

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# eXist-db Function Documentation Browser App
22

3-
[![Build Status](https://travis-ci.com/eXist-db/function-documentation.svg?branch=master)](https://travis-ci.com/eXist-db/function-documentation)
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)
3+
[![CI](https://github.com/eXist-db/function-documentation/actions/workflows/ci.yml/badge.svg)](https://github.com/eXist-db/function-documentation/actions/workflows/ci.yml)
4+
[![eXist-db version](https://img.shields.io/badge/eXist_db-6.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

@@ -10,7 +10,7 @@ This repository contains the function documentation browser app for the [eXist-d
1010
## Dependencies
1111

1212
- [Maven](https://maven.apache.org): `3.5.2`
13-
- [eXist-db](http://exist-db.org): `4.0.0`
13+
- [eXist-db](http://exist-db.org): `6.2.0`
1414

1515
## Installation
1616

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>5.3.0-SNAPSHOT</exist.version>
51+
<exist.version>6.2.0</exist.version>
5252
<templating.version>1.1.0</templating.version>
5353

5454
<node.version>v18.18.2</node.version>

0 commit comments

Comments
 (0)