From 3dd7bd94df54b682b7e331727be9b8e4bbc344e5 Mon Sep 17 00:00:00 2001 From: Fabian Date: Wed, 14 Aug 2019 22:39:12 +0200 Subject: [PATCH] Set version 0.1.0 --- Readme.md | 13 ++++++++++--- pom.xml | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 965c252..eefac04 100644 --- a/Readme.md +++ b/Readme.md @@ -39,13 +39,21 @@ It is not... **Step 1:** Configure the Jitpack repository: -tbd. +```xml + + + jitpack.io + https://jitpack.io + + +``` + **Step 2:** Add the library to your `pom.xml`: ```xml - gofabian + com.github.gofabian vertx-web-mount 0.1.0 @@ -128,7 +136,6 @@ public String blocking() throws InterruptedException { ``` - ### Request body The request body is provided as a method parameter without an annotation. diff --git a/pom.xml b/pom.xml index 4a07cdb..7800e49 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ gofabian vertx-web-mount - 0.1.0-SNAPSHOT + 0.1.0 1.8