From a78b173eab7d6b5560f796ca26a4ec2195619276 Mon Sep 17 00:00:00 2001 From: duncdrum Date: Sun, 29 Dec 2024 13:04:55 +0100 Subject: [PATCH] chore(pom): min version = 7 set CI to java 17 see #273 --- .github/workflows/ci.yml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- pom.xml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9f741d..e554ed4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: strategy: fail-fast: true matrix: - jdk: ['8', '11'] + jdk: ['17'] os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: diff --git a/package-lock.json b/package-lock.json index d545db6..2d0e7ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "monex", - "version": "4.2.1-SNAPSHOT", + "version": "5.0.0-SNAPSHOT", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "monex", - "version": "4.2.1-SNAPSHOT", + "version": "5.0.0-SNAPSHOT", "license": "LGPL-2.1", "dependencies": { "admin-lte": "^2.4.18", diff --git a/package.json b/package.json index 15f3944..37b3996 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pom.xml b/pom.xml index 02a8bca..7d14226 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.exist-db.apps monex - 4.2.1-SNAPSHOT + 5.0.0-SNAPSHOT Monex An application for monitoring, profiling and inspecting a running eXist-db instance. @@ -49,7 +49,7 @@ 1.8 5.4.0 - 6.1.0 + 7.0.0-SNAPSHOT 2.18.2 1.1