diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6f972c0..c2c2a01 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
- jdk: [8,11,17]
+ jdk: [11,17]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
diff --git a/README.md b/README.md
index 092e903..151400d 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# TEI Completer
-[![Build Status](https://github.com/BCDH/TEI-Completer/actions/workflows/ci.yml/badge.svg)](https://github.com/BCDH/TEI-Completer/actions/workflows/ci.yml) [![Java 8+](https://img.shields.io/badge/java-8+-4c7e9f.svg)](http://java.oracle.com) [![License GPL 2](https://img.shields.io/badge/license-GPL%202-blue.svg)](https://www.gnu.org/licenses/gpl-2.0.html) [![Download](https://img.shields.io/badge/download-version%201.2.0-ff69b4.svg)](https://repo1.maven.org/maven2/org/humanistika/oxygen/tei-completer/1.2.0/tei-completer-1.2.0-oxygen-plugin.jar)
+[![Build Status](https://github.com/BCDH/TEI-Completer/actions/workflows/ci.yml/badge.svg)](https://github.com/BCDH/TEI-Completer/actions/workflows/ci.yml) [![Java 11+](https://img.shields.io/badge/java-11+-4c7e9f.svg)](http://java.oracle.com) [![License GPL 2](https://img.shields.io/badge/license-GPL%202-blue.svg)](https://www.gnu.org/licenses/gpl-2.0.html) [![Download](https://img.shields.io/badge/download-version%201.2.0-ff69b4.svg)](https://repo1.maven.org/maven2/org/humanistika/oxygen/tei-completer/1.2.0/tei-completer-1.2.0-oxygen-plugin.jar)
The TEI Completer is a highly customizable plugin for setting up and activating remote-driven autocompletions of attribute values in the [oXygen XML Editor](http://www.oxygenxml.com).
@@ -225,7 +225,7 @@ function transform(content) {
# Building from Source Code
-* Requirements: Git, Apache Maven 3, Java JDK 8
+* Requirements: Git, Apache Maven 3, Java JDK 11
```bash
$ git clone https://github.com/BCDH/TEI-Completer.git
diff --git a/pom.xml b/pom.xml
index d95a4e4..af3d9ef 100755
--- a/pom.xml
+++ b/pom.xml
@@ -50,10 +50,10 @@
0.13.1
2.7.10
5.9.3
- 1.8
- 1.8
+ 11
+ 11
UTF-8
- (1.8.0,1.9.0)
+ (11,17)
@@ -82,7 +82,7 @@
com.evolvedbinary.xpath
xpath2-parser
- 1.0
+ 2.0.0
jakarta.xml.bind