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 deea21a commit e886e9bCopy full SHA for e886e9b
README.md
@@ -13,7 +13,7 @@ Java library for Testcontainers that enables embedding Microcks into your JUnit
13
14
Latest released version is `0.3.2`.
15
16
-Current development version is `0.3.3-SNAPSHOT`.
+Current development version is `0.4.0-SNAPSHOT`.
17
18
#### Sonarcloud Quality metrics
19
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>io.github.microcks</groupId>
6
<artifactId>microcks-testcontainers</artifactId>
7
<packaging>jar</packaging>
8
- <version>0.3.3-SNAPSHOT</version>
+ <version>0.4.0-SNAPSHOT</version>
9
10
<name>Microcks Testcontainers</name>
11
<description>Microcks Testcontainers Java library</description>
0 commit comments