We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21fa6b9 commit 13763d9Copy full SHA for 13763d9
CHANGES.md
@@ -1,7 +1,7 @@
1
Version History
2
===============
3
4
-2.0.0-SNAPSHOT
+2.0.0
5
-----
6
- Updated to org.testcontainers:testcontainers-jdbc 2.0.3 \
7
Testcontainers-java 2.0.x no longer supports JUnit 4 rules. You need to either:
pom.xml
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.firebirdsql</groupId>
<artifactId>firebird-testcontainers-java</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0</version>
8
<packaging>jar</packaging>
9
10
<name>firebird-testcontainers-java</name>
0 commit comments