Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Java 17
Browse files Browse the repository at this point in the history
michael-schnell committed Dec 26, 2023
1 parent 5d54780 commit a92c464
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -23,10 +23,10 @@ jobs:
with:
fetch-depth: 0

- name: Set up JDK 11
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'zulu'
cache: maven

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ Base classes for Command Query Responsibility Segregation (CQRS) with Java
[![Java Development Kit 11](https://img.shields.io/badge/JDK-11-green.svg)](https://openjdk.java.net/projects/jdk/11/)

## Versions
- (Coming soon) 0.5.x (or later) = **Java 11** with new **jakarta** namespace
- 0.5.x (or later) = **Java 17** with new **jakarta** namespace
- 0.3.x/0.4.x = **Java 11** before namespace change from 'javax' to 'jakarta'
- 0.2.1 = **Java 8**

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
</issueManagement>

<properties>
<esc.version>0.5.1-SNAPSHOT</esc.version>
<esc.version>0.6.0-SNAPSHOT</esc.version>
</properties>

<dependencies>

0 comments on commit a92c464

Please sign in to comment.