Skip to content

Commit

Permalink
Release preps for 3.15.0 (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwitkowski authored Nov 19, 2024
1 parent 5dc7151 commit d0278f1
Show file tree
Hide file tree
Showing 2 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,3 +1,3 @@
release:
current-version: "3.14.0"
current-version: "3.15.0"
next-version: "999-SNAPSHOT"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ so-called "HTTP APIs" are usually not.
```

## Usage
### Quarkus 3.14
### Quarkus 3.14+
Add this to your pom.xml:
```xml
<dependency>
<groupId>io.quarkiverse.resteasy-problem</groupId>
<artifactId>quarkus-resteasy-problem</artifactId>
<version>3.14.0</version>
<version>3.15.0</version>
</dependency>
```

Expand Down

0 comments on commit d0278f1

Please sign in to comment.