Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet authored Aug 19, 2024
1 parent 0c254e1 commit 60287d6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ A Vert.x based Servlet implementation.

## Release

With Java 17:

```bash
# Bump version and create the tag
mvn release:prepare -Prelease -DskipTests -Darguments=-DskipTests
# Build the tag and push to OSSRH
mvn release:perform -Prelease -DskipTests -Darguments=-DskipTests
./mvnw release:prepare release:perform -Prelease -DskipTests -Darguments=-DskipTests
```

The staging repository is automatically closed. The sync with Maven Central should take ~30 minutes.

0 comments on commit 60287d6

Please sign in to comment.