Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Feb 9, 2024
1 parent 0ed5992 commit a3a641d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Quarkiverse MicroProfile
release:
current-version: 3.0.0.Final
current-version: 3.1.0
next-version: 999-SNAPSHOT
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ To use the extension, add the dependency to the target project:
</dependency>
```

:information_source: **Recommended Quarkus version: `3.0.0.Final` or higher**
:information_source: **Recommended Quarkus version: `3.6.7` or higher**
2 changes: 1 addition & 1 deletion tck/rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta-restful-ws-tck</artifactId>
<version>3.1.4</version>
<version>${jakarta.rest.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit a3a641d

Please sign in to comment.