Skip to content

Commit

Permalink
Set version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gofabian committed Aug 14, 2019
1 parent 3923f1a commit 3dd7bd9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,21 @@ It is not...

**Step 1:** Configure the Jitpack repository:

tbd.
```xml
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
```


**Step 2:** Add the library to your `pom.xml`:

```xml
<dependency>
<groupId>gofabian</groupId>
<groupId>com.github.gofabian</groupId>
<artifactId>vertx-web-mount</artifactId>
<version>0.1.0</version>
</dependency>
Expand Down Expand Up @@ -128,7 +136,6 @@ public String blocking() throws InterruptedException {
```



### Request body

The request body is provided as a method parameter without an annotation.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>gofabian</groupId>
<artifactId>vertx-web-mount</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down

0 comments on commit 3dd7bd9

Please sign in to comment.