Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leomillon committed Jan 21, 2019
1 parent 1dd6c39 commit d283858
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Maven
<dependency>
<groupId>com.ekino.oss.jcv</groupId>
<artifactId>jcv-core</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<scope>test</scope>
</dependency>
...
Expand All @@ -95,7 +95,7 @@ Gradle
dependencies {
...
testImplementation 'org.skyscreamer:jsonassert:1.5.0'
testImplementation 'com.ekino.oss.jcv:jcv-core:1.1.0-SNAPSHOT'
testImplementation 'com.ekino.oss.jcv:jcv-core:1.1.0'
...
}
```
Expand Down Expand Up @@ -137,7 +137,7 @@ Maven
<dependency>
<groupId>com.ekino.oss.jcv</groupId>
<artifactId>jcv-assertj</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<scope>test</scope>
</dependency>
...
Expand All @@ -150,7 +150,7 @@ dependencies {
...
testImplementation 'org.skyscreamer:jsonassert:1.5.0'
testImplementation 'org.assertj:assertj-core:3.9.1'
testImplementation 'com.ekino.oss.jcv:jcv-assertj:1.1.0-SNAPSHOT'
testImplementation 'com.ekino.oss.jcv:jcv-assertj:1.1.0'
...
}
```
Expand Down Expand Up @@ -195,7 +195,7 @@ Maven
<dependency>
<groupId>com.ekino.oss.jcv</groupId>
<artifactId>jcv-hamcrest</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<scope>test</scope>
</dependency>
...
Expand All @@ -208,7 +208,7 @@ dependencies {
...
testImplementation 'org.skyscreamer:jsonassert:1.5.0'
testImplementation 'org.hamcrest:hamcrest:2.1'
testImplementation 'com.ekino.oss.jcv:jcv-hamcrest:1.1.0-SNAPSHOT'
testImplementation 'com.ekino.oss.jcv:jcv-hamcrest:1.1.0'
...
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

allprojects {
group = "com.ekino.oss.jcv"
version = "1.1.0-SNAPSHOT"
version = "1.1.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit d283858

Please sign in to comment.