Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leomillon committed Jan 3, 2019
1 parent 205792a commit 8add35e
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 @@ -79,7 +79,7 @@ Maven
<dependency>
<groupId>com.ekino.oss.jcv</groupId>
<artifactId>jcv-core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1</version>
<scope>test</scope>
</dependency>
...
Expand All @@ -91,7 +91,7 @@ Gradle
dependencies {
...
testImplementation 'org.skyscreamer:jsonassert:1.5.0'
testImplementation 'com.ekino.oss.jcv:jcv-core:1.0.0-SNAPSHOT'
testImplementation 'com.ekino.oss.jcv:jcv-core:1.0.1'
...
}
```
Expand Down Expand Up @@ -133,7 +133,7 @@ Maven
<dependency>
<groupId>com.ekino.oss.jcv</groupId>
<artifactId>jcv-assertj</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1</version>
<scope>test</scope>
</dependency>
...
Expand All @@ -146,7 +146,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.0.0-SNAPSHOT'
testImplementation 'com.ekino.oss.jcv:jcv-assertj:1.0.1'
...
}
```
Expand Down Expand Up @@ -191,7 +191,7 @@ Maven
<dependency>
<groupId>com.ekino.oss.jcv</groupId>
<artifactId>jcv-hamcrest</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1</version>
<scope>test</scope>
</dependency>
...
Expand All @@ -204,7 +204,7 @@ dependencies {
...
testImplementation 'org.skyscreamer:jsonassert:1.5.0'
testImplementation 'org.hamcrest:hamcrest-junit:2.0.0.0'
testImplementation 'com.ekino.oss.jcv:jcv-hamcrest:1.0.0-SNAPSHOT'
testImplementation 'com.ekino.oss.jcv:jcv-hamcrest:1.0.1'
...
}
```
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.0.0-SNAPSHOT"
version = "1.0.1"

repositories {
mavenCentral()
Expand Down

0 comments on commit 8add35e

Please sign in to comment.