Skip to content

Commit

Permalink
Merge pull request #384 from eclipse/prep-release-v4
Browse files Browse the repository at this point in the history
consome the parent pom 3.3
  • Loading branch information
Emily-Jiang authored Jun 18, 2024
2 parents 9b5d730 + 764a57c commit c939819
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile-parent</artifactId>
<version>3.2</version>
<version>3.3</version>
</parent>

<groupId>org.eclipse.microprofile.rest.client</groupId>
Expand Down
3 changes: 0 additions & 3 deletions spec/src/main/asciidoc/microprofile-rest-client-spec.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ endif::[]
:sectnums!:
include::license-efsl.adoc[]

== Microprofile Rest Client


include::clientexamples.asciidoc[]

include::programmatic_lookup.asciidoc[]
Expand Down

0 comments on commit c939819

Please sign in to comment.