diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index fc1eb82..79438a4 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,10 +32,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- - name: Set up JDK 11
+ - name: Set up JDK 17
uses: actions/setup-java@v4
with:
- java-version: 11
+ java-version: 17
distribution: 'temurin'
cache: 'maven'
- name: Validate Formatting
@@ -50,7 +50,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest ]
- java: ['11', '17', '21']
+ java: [ '17', '21']
steps:
- uses: actions/checkout@v4
diff --git a/pom.xml b/pom.xml
index 90e7b75..dc570fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.microprofile
microprofile-parent
- 3.2
+ 3.3
org.eclipse.microprofile.rest.client
diff --git a/spec/src/main/asciidoc/microprofile-rest-client-spec.asciidoc b/spec/src/main/asciidoc/microprofile-rest-client-spec.asciidoc
index 8ec03fb..98eeeed 100644
--- a/spec/src/main/asciidoc/microprofile-rest-client-spec.asciidoc
+++ b/spec/src/main/asciidoc/microprofile-rest-client-spec.asciidoc
@@ -37,9 +37,6 @@ endif::[]
:sectnums!:
include::license-efsl.adoc[]
-== Microprofile Rest Client
-
-
include::clientexamples.asciidoc[]
include::programmatic_lookup.asciidoc[]