Skip to content

Commit 3602767

Browse files
committed
Update README for latest version
1 parent 775795a commit 3602767

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
597597
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:
598598
599599
1. [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.4".
601601
This will automatically trigger a Travis build which publishes the JAR files for this release to Sonatype.
602602
2. Login to Sonatype and navigate to the [staging repositories](https://oss.sonatype.org/#stagingRepositories)
603603
3. Close the staging repository <br>

0 commit comments

Comments
 (0)