Skip to content

Commit

Permalink
release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjureczko committed Jan 19, 2024
1 parent 5f6173d commit 169f6ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ product.setBrand("Ocado");
<dependency>
<groupId>com.ocadotechnology.gembus</groupId>
<artifactId>test-arranger</artifactId>
<version>1.5.10</version>
<version>1.6.0</version>
</dependency>
```

### Gradle

```groovy
testImplementation 'com.ocadotechnology.gembus:test-arranger:1.5.10'
testImplementation 'com.ocadotechnology.gembus:test-arranger:1.6.0'
```

## Features
Expand Down Expand Up @@ -334,5 +334,5 @@ class ShopFixture {

## Versioning

The newest test-arranger version is compiled using Java 17 and should be used in Java 17 runtime.
The newest test-arranger version is compiled using Java 17 and should be used in Java 17+ runtime.
However, there is also a Java 8 branch for backward compatibility, covered with the 1.4.x versions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ocadotechnology.gembus</groupId>
<artifactId>test-arranger</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.0</version>
<packaging>jar</packaging>
<name>test-arranger</name>
<description>A tool for arranging test data with pseudo-random values.</description>
Expand Down

0 comments on commit 169f6ec

Please sign in to comment.