Skip to content

Commit a78b173

Browse files
committed
chore(pom): min version = 7
set CI to java 17 see #273
1 parent bc7d359 commit a78b173

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: true
88
matrix:
9-
jdk: ['8', '11']
9+
jdk: ['17']
1010
os: [ubuntu-latest]
1111
runs-on: ${{ matrix.os }}
1212
steps:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monex",
3-
"version": "4.2.1-SNAPSHOT",
3+
"version": "5.0.0-SNAPSHOT",
44
"description": "Monitoring Application for eXist-db",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",

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.apps</groupId>
1414
<artifactId>monex</artifactId>
15-
<version>4.2.1-SNAPSHOT</version>
15+
<version>5.0.0-SNAPSHOT</version>
1616

1717
<name>Monex</name>
1818
<description>An application for monitoring, profiling and inspecting a running eXist-db instance.</description>
@@ -49,7 +49,7 @@
4949
<project.build.target>1.8</project.build.target>
5050

5151
<exist.java-api.version>5.4.0</exist.java-api.version> <!-- The eXist-db XQuery Java Module API version -->
52-
<exist.processor.version>6.1.0</exist.processor.version> <!-- The version of eXist-db needed by this EXPath Module -->
52+
<exist.processor.version>7.0.0-SNAPSHOT</exist.processor.version> <!-- The version of eXist-db needed by this EXPath Module -->
5353

5454
<jackson.version>2.18.2</jackson.version>
5555
<websocket.api.version>1.1</websocket.api.version>

0 commit comments

Comments
 (0)