File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,6 @@ pipeline
42
42
43
43
stage(' Integration-Tests' )
44
44
{
45
- when { branch " ${ env.deploymentBranch} " }
46
-
47
45
steps
48
46
{
49
47
sh ' ${mavenExecutable} failsafe:integration-test failsafe:verify'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ springboot-testcontainer-mongodb
11
11
<dependency >
12
12
<groupId >com.avides.springboot.testcontainer</groupId >
13
13
<artifactId >springboot-testcontainer-mongodb</artifactId >
14
- <version >0.1.0-RC8 </version >
14
+ <version >0.1.0-RC9 </version >
15
15
<scope >test</scope >
16
16
</dependency >
17
17
```
Original file line number Diff line number Diff line change 5
5
<name >springboot-testcontainer-mongodb</name >
6
6
<description >MongoDB test-container</description >
7
7
<url >https://github.com/springboot-testcontainer/springboot-testcontainer-mongodb</url >
8
- <version >0.1.0-RC8 </version >
8
+ <version >0.1.0-RC9 </version >
9
9
10
10
<properties >
11
11
<!-- System -->
34
34
<spring .version>5.1.5.RELEASE</spring .version>
35
35
<spring-boot .version>2.1.3.RELEASE</spring-boot .version>
36
36
<!-- Other -->
37
- <springboot-testcontainer-common .version>0.1.0-RC13 </springboot-testcontainer-common .version>
37
+ <springboot-testcontainer-common .version>0.1.0-RC14 </springboot-testcontainer-common .version>
38
38
</properties >
39
39
40
40
<repositories >
You can’t perform that action at this time.
0 commit comments