File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Java library for Testcontainers that enables embedding Microcks into your JUnit
1313
1414Latest released version is ` 0.2.10 ` .
1515
16- Current development version is ` 0.2.11 -SNAPSHOT ` .
16+ Current development version is ` 0.3.0 -SNAPSHOT ` .
1717
1818#### Sonarcloud Quality metrics
1919
@@ -103,7 +103,7 @@ Please refer to our [MicrocksContainerTest](https://github.com/microcks/microcks
103103You can also import full [ repository snapshots] ( https://microcks.io/documentation/administrating/snapshots/ ) at once:
104104
105105``` java
106- MicrocksContainer microcks = new MicrocksContainer (DockerImageName . parse(" quay.io/microcks/microcks-uber:1.9 .0" ))
106+ MicrocksContainer microcks = new MicrocksContainer (DockerImageName . parse(" quay.io/microcks/microcks-uber:1.10 .0" ))
107107 .withSnapshots(" microcks-repository.json" );
108108microcks. start();
109109```
Original file line number Diff line number Diff line change 55 <groupId >io.github.microcks</groupId >
66 <artifactId >microcks-testcontainers</artifactId >
77 <packaging >jar</packaging >
8- <version >0.2.11 -SNAPSHOT</version >
8+ <version >0.3.0 -SNAPSHOT</version >
99
1010 <name >Microcks Testcontainers</name >
1111 <description >Microcks Testcontainers Java library</description >
You can’t perform that action at this time.
0 commit comments