Skip to content

Commit

Permalink
chore(pom): min version = 7
Browse files Browse the repository at this point in the history
set CI to java 17

see #273
  • Loading branch information
duncdrum committed Dec 29, 2024
1 parent bc7d359 commit a78b173
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: true
matrix:
jdk: ['8', '11']
jdk: ['17']
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monex",
"version": "4.2.1-SNAPSHOT",
"version": "5.0.0-SNAPSHOT",
"description": "Monitoring Application for eXist-db",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.exist-db.apps</groupId>
<artifactId>monex</artifactId>
<version>4.2.1-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>

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

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

<jackson.version>2.18.2</jackson.version>
<websocket.api.version>1.1</websocket.api.version>
Expand Down

0 comments on commit a78b173

Please sign in to comment.