Skip to content

Commit caf5844

Browse files
committed
Prepare 1.6.0 release
1 parent b8198b6 commit caf5844

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ to explicitly depend on [Jaybird](https://github.com/FirebirdSQL/jaybird).
3131
### Gradle
3232

3333
```groovy
34-
testImplementation "org.firebirdsql:firebird-testcontainers-java:1.5.1"
34+
testImplementation "org.firebirdsql:firebird-testcontainers-java:1.6.0"
3535
```
3636

3737
### Maven
@@ -40,7 +40,7 @@ testImplementation "org.firebirdsql:firebird-testcontainers-java:1.5.1"
4040
<dependency>
4141
<groupId>org.firebirdsql</groupId>
4242
<artifactId>firebird-testcontainers-java</artifactId>
43-
<version>1.5.1</version>
43+
<version>1.6.0</version>
4444
<scope>test</scope>
4545
</dependency>
4646
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.firebirdsql</groupId>
66
<artifactId>firebird-testcontainers-java</artifactId>
7-
<version>1.6.0-SNAPSHOT</version>
7+
<version>1.6.0</version>
88
<packaging>jar</packaging>
99

1010
<name>firebird-testcontainers-java</name>

0 commit comments

Comments
 (0)