Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
slovdahl committed Aug 10, 2024
1 parent d931cc1 commit 5f1fb30
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Atmosphere 2.7.x on JDK 8 up to 21

[![Atmopshere 2.7.x](https://github.com/Atmosphere/atmosphere/actions/workflows/maven.yml/badge.svg?branch=atmosphere-2.7.x)](https://github.com/Atmosphere/atmosphere/actions/workflows/maven.yml)

Atmosphere 3.0.x on JDK 18 and 21
Atmosphere 3.0.x on JDK 17 and 21

[![Atmopshere 3.0.x](https://github.com/Atmosphere/atmosphere/actions/workflows/maven.yml/badge.svg?branch=main)](https://github.com/Atmosphere/atmosphere/actions/workflows/maven.yml)

Expand All @@ -32,7 +32,7 @@ Support for Jakarta EE (`jakarta.*`) is available with Atmosphere 3.0.0
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-runtime</artifactId>
<version>3.0.8</version>
<version>3.0.9</version>
</dependency>
```
Expand Down Expand Up @@ -72,5 +72,3 @@ Our Wiki contains [several tutorials](https://github.com/Atmosphere/atmosphere/w
Atmosphere 2.7.x requires JDK 8 or 11. Atmosphere 3.0.x requires JDK 11.

@Copyright 2008-2024 [Async-IO.org](http://async-io.org)


0 comments on commit 5f1fb30

Please sign in to comment.