From 221656a31a12f68c92cabf3d09e537a7734810b1 Mon Sep 17 00:00:00 2001 From: Jan Mewes Date: Tue, 15 Feb 2022 15:52:54 +0100 Subject: [PATCH] Update README for latest version (#201) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b757b2f0..9fd8eacb 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ The [ResourceSnippet](restdocs-api-spec/src/main/kotlin/com/epages/restdocs/apis * Using the [plugins DSL](https://docs.gradle.org/current/userguide/plugins.html#sec:plugins_block): ```groovy plugins { - id 'com.epages.restdocs-api-spec' version '0.15.1' + id 'com.epages.restdocs-api-spec' version '0.15.3' } ``` Examples with Kotlin are also available [here](https://plugins.gradle.org/plugin/com.epages.restdocs-api-spec) @@ -104,7 +104,7 @@ The [ResourceSnippet](restdocs-api-spec/src/main/kotlin/com/epages/restdocs/apis } } dependencies { - classpath "com.epages:restdocs-api-spec-gradle-plugin:0.15.1" //1.2 + classpath "com.epages:restdocs-api-spec-gradle-plugin:0.15.3" //1.2 } } @@ -123,7 +123,7 @@ The [ResourceSnippet](restdocs-api-spec/src/main/kotlin/com/epages/restdocs/apis dependencies { //.. - testCompile('com.epages:restdocs-api-spec-mockmvc:0.15.1') //2.2 + testCompile('com.epages:restdocs-api-spec-mockmvc:0.15.3') //2.2 } openapi { //2.3 @@ -597,7 +597,7 @@ The Gradle plugin is published to the [Gradle plugin portal](https://plugins.gra Given that the `master` branch on the upstream repository is in the state from which you want to create a release, execute the following steps: 1. [Create release via the GitHub UI](https://github.com/ePages-de/restdocs-api-spec/releases/new)
- Use the intended version number as "Tag version", e.g. "0.15.1". + Use the intended version number as "Tag version", e.g. "0.15.3". This will automatically trigger a Travis build which publishes the JAR files for this release to Sonatype. 2. Login to Sonatype and navigate to the [staging repositories](https://oss.sonatype.org/#stagingRepositories) 3. Close the staging repository