File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed
testcontainers-advanced-imagebuilder-demo
testcontainers-advanced-imagebuilder-dummy-app
testcontainers-advanced-imagebuilder Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1+ # 1.1.0
2+ * Remove testcontainer's dependency [ onto JUnit 4] ( https://github.com/xdev-software/testcontainers-junit4-mock/?tab=readme-ov-file )
3+ * Updated dependencies
4+
15# 1.0.2
26* Do not pull images that are declared inside the Dockerfile (Multi-Stage build)
37
Original file line number Diff line number Diff line change 66
77 <groupId >software.xdev</groupId >
88 <artifactId >testcontainers-advanced-imagebuilder-root</artifactId >
9- <version >1.0.3 -SNAPSHOT</version >
9+ <version >1.1.0 -SNAPSHOT</version >
1010 <packaging >pom</packaging >
1111
1212 <organization >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >software.xdev</groupId >
99 <artifactId >testcontainers-advanced-imagebuilder-root</artifactId >
10- <version >1.0.3 -SNAPSHOT</version >
10+ <version >1.1.0 -SNAPSHOT</version >
1111 </parent >
1212
1313 <artifactId >testcontainers-advanced-imagebuilder-demo</artifactId >
14- <version >1.0.3 -SNAPSHOT</version >
14+ <version >1.1.0 -SNAPSHOT</version >
1515 <packaging >jar</packaging >
1616
1717 <organization >
Original file line number Diff line number Diff line change 66
77 <groupId >software.xdev</groupId >
88 <artifactId >testcontainers-advanced-imagebuilder-dummy-app</artifactId >
9- <version >1.0.3 -SNAPSHOT</version >
9+ <version >1.1.0 -SNAPSHOT</version >
1010 <packaging >jar</packaging >
1111
1212 <organization >
Original file line number Diff line number Diff line change 66
77 <groupId >software.xdev</groupId >
88 <artifactId >testcontainers-advanced-imagebuilder</artifactId >
9- <version >1.0.3 -SNAPSHOT</version >
9+ <version >1.1.0 -SNAPSHOT</version >
1010 <packaging >jar</packaging >
1111
1212 <name >testcontainers-advanced-imagebuilder</name >
You can’t perform that action at this time.
0 commit comments