Skip to content

Commit

Permalink
Merge pull request #16 from TNG/release-1.0.1
Browse files Browse the repository at this point in the history
Release 1.0.1
  • Loading branch information
jonashoef authored Oct 3, 2021
2 parents 7a446c0 + 2688ba3 commit 4d9d59a
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 @@ -28,13 +28,13 @@ value-provider has the following prerequisites:

```groovy
// core library
testImplementation 'com.tngtech.valueprovider:value-provider-core:1.0.0'
testImplementation 'com.tngtech.valueprovider:value-provider-core:1.0.1'
// infrastructure
// for JUnit 5
testImplementation 'com.tngtech.valueprovider:value-provider-junit5:1.0.0'
testImplementation 'com.tngtech.valueprovider:value-provider-junit5:1.0.1'
// alternatively, for JUnit 4
testImplementation 'com.tngtech.valueprovider:value-provider-junit4:1.0.0'
testImplementation 'com.tngtech.valueprovider:value-provider-junit4:1.0.1'
```

### Maven
Expand All @@ -48,7 +48,7 @@ testImplementation 'com.tngtech.valueprovider:value-provider-junit4:1.0.0'
<dependency>
<groupId>com.tngtech.valueprovider</groupId>
<artifactId>value-provider-core</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<scope>test</scope>
</dependency>

Expand All @@ -57,14 +57,14 @@ testImplementation 'com.tngtech.valueprovider:value-provider-junit4:1.0.0'
<dependency>
<groupId>com.tngtech.valueprovider</groupId>
<artifactId>value-provider-junit5</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<scope>test</scope>
</dependency>
<!-- alternatively, for JUnit 4 -->
<dependency>
<groupId>com.tngtech.valueprovider</groupId>
<artifactId>value-provider-junit4</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ ext {

allprojects {
group = 'com.tngtech.valueprovider'
version = '1.0.1-SNAPSHOT'
version = '1.0.1'

repositories {
mavenCentral()
Expand Down

0 comments on commit 4d9d59a

Please sign in to comment.