@@ -88,7 +88,7 @@ The [ResourceSnippet](restdocs-api-spec/src/main/kotlin/com/epages/restdocs/apis
8888 * Using the [ plugins DSL] ( https://docs.gradle.org/current/userguide/plugins.html#sec:plugins_block ) :
8989 ``` groovy
9090 plugins {
91- id 'com.epages.restdocs-api-spec' version '0.15.1 '
91+ id 'com.epages.restdocs-api-spec' version '0.15.3 '
9292 }
9393 ```
9494 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
104104 }
105105 }
106106 dependencies {
107- classpath "com.epages:restdocs-api-spec-gradle-plugin:0.15.1 " //1.2
107+ classpath "com.epages:restdocs-api-spec-gradle-plugin:0.15.3 " //1.2
108108 }
109109 }
110110
@@ -123,7 +123,7 @@ The [ResourceSnippet](restdocs-api-spec/src/main/kotlin/com/epages/restdocs/apis
123123
124124 dependencies {
125125 //..
126- testCompile('com.epages:restdocs-api-spec-mockmvc:0.15.1 ') //2.2
126+ testCompile('com.epages:restdocs-api-spec-mockmvc:0.15.3 ') //2.2
127127 }
128128
129129 openapi { //2.3
@@ -597,7 +597,7 @@ The Gradle plugin is published to the [Gradle plugin portal](https://plugins.gra
597597Given that the `master` branch on the upstream repository is in the state from which you want to create a release, execute the following steps:
598598
5995991. [Create release via the GitHub UI](https://github.com/ePages-de/restdocs-api-spec/releases/new) <br>
600- Use the intended version number as "Tag version", e.g. "0.15.1 ".
600+ Use the intended version number as "Tag version", e.g. "0.15.3 ".
601601 This will automatically trigger a Travis build which publishes the JAR files for this release to Sonatype.
6026022. Login to Sonatype and navigate to the [staging repositories](https://oss.sonatype.org/#stagingRepositories)
6036033. Close the staging repository <br>
0 commit comments