Skip to content

Commit

Permalink
Update README for latest version (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmewes authored Feb 15, 2022
1 parent 775795a commit 221656a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
}
}
Expand All @@ -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
Expand Down Expand Up @@ -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) <br>
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 <br>
Expand Down

0 comments on commit 221656a

Please sign in to comment.