Skip to content

quarkusio/quarkus-http

Repository files navigation

Quarkus HTTP

Version GitHub Actions Status

A Vert.x based Servlet implementation.

Release

# 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

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