Skip to content

Commit

Permalink
releasing 1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mjureczko committed Jul 19, 2023
1 parent 2e9720e commit c5223fd
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 @@ -30,15 +30,15 @@ product.setBrand("Ocado");
```xml
<dependency>
<groupId>com.ocadotechnology.gembus</groupId>
<artifactId>test-arranger</artifactId>
<version>1.4.6</version>
<artifactId>test-arranger</artifactId>
<version>1.4.9</version>
</dependency>
```

### Gradle

```groovy
compile group: 'com.ocadotechnology.gembus', name: 'test-arranger', version: '1.4.6'
compile group: 'com.ocadotechnology.gembus', name: 'test-arranger', version: '1.4.9'
```

## Features
Expand Down
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.4.7</version>
<version>1.4.9</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 c5223fd

Please sign in to comment.