Skip to content

Commit

Permalink
increment version for next release
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Höf <jonas.hoef@tngtech.com>
  • Loading branch information
jonashoef committed Feb 22, 2024
1 parent 5189995 commit be5174d
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.2.1'
testImplementation 'com.tngtech.valueprovider:value-provider-core:1.2.2'
// infrastructure
// for JUnit 5
testImplementation 'com.tngtech.valueprovider:value-provider-junit5:1.2.1'
testImplementation 'com.tngtech.valueprovider:value-provider-junit5:1.2.2'
// alternatively, for JUnit 4
testImplementation 'com.tngtech.valueprovider:value-provider-junit4:1.2.1'
testImplementation 'com.tngtech.valueprovider:value-provider-junit4:1.2.2'
```

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

Expand All @@ -57,14 +57,14 @@ testImplementation 'com.tngtech.valueprovider:value-provider-junit4:1.2.1'
<dependency>
<groupId>com.tngtech.valueprovider</groupId>
<artifactId>value-provider-junit5</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<scope>test</scope>
</dependency>
<!-- alternatively, for JUnit 4 -->
<dependency>
<groupId>com.tngtech.valueprovider</groupId>
<artifactId>value-provider-junit4</artifactId>
<version>1.2.1</version>
<version>1.2.2</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.2.2-SNAPSHOT'
version = '1.2.2'

repositories {
mavenCentral()
Expand Down

0 comments on commit be5174d

Please sign in to comment.