Changed references to version 1.1.0.
This commit is contained in:
parent
8b0ab8cde2
commit
277b27c2c1
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -158,7 +158,7 @@ example.meta=
|
||||||
# ...
|
# ...
|
||||||
```
|
```
|
||||||
|
|
||||||
> :warning: `keysPrefix` is a new element in `1.0.0` and may break older versions when using custom property keys.
|
> :warning: `keysPrefix` is a new element in `1.1.0` and may break older versions when using custom property keys.
|
||||||
> :zap: A quick fix is to include `keysPrefix=""` in the annotation to remove the default `version.` prefix.
|
> :zap: A quick fix is to include `keysPrefix=""` in the annotation to remove the default `version.` prefix.
|
||||||
|
|
||||||
## Usage with Maven, Grail, Kobalt and Kotlin
|
## Usage with Maven, Grail, Kobalt and Kotlin
|
||||||
|
@ -171,7 +171,7 @@ To install and run from [Maven](http://maven.apache.org/), configure an artifact
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.thauvin.erik</groupId>
|
<groupId>net.thauvin.erik</groupId>
|
||||||
<artifactId>semver</artifactId>
|
<artifactId>semver</artifactId>
|
||||||
<version>1.0.1</version>
|
<version>1.1.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -183,8 +183,8 @@ To install and run from [Gradle](https://gradle.org/), add the following to the
|
||||||
|
|
||||||
```gradle
|
```gradle
|
||||||
dependencies {
|
dependencies {
|
||||||
annotationProcessor 'net.thauvin.erik:semver:1.0.1'
|
annotationProcessor 'net.thauvin.erik:semver:1.1.0'
|
||||||
compileOnly 'net.thauvin.erik:semver:1.0.1'
|
compileOnly 'net.thauvin.erik:semver:1.1.0'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -208,8 +208,8 @@ To install and run from [Kobalt](http://beust.com/kobalt/), add the following to
|
||||||
|
|
||||||
```gradle
|
```gradle
|
||||||
dependencies {
|
dependencies {
|
||||||
apt("net.thauvin.erik:semver:1.0.1")
|
apt("net.thauvin.erik:semver:1.1.0")
|
||||||
compileOnly("net.thauvin.erik:semver:1.0.1")
|
compileOnly("net.thauvin.erik:semver:1.1.0")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue