Skip to content

Commit d1615d4

Browse files
julian-eggersFinn Egbers
authored and
Finn Egbers
committed
Libs 456 (#10) - dependencies updated
1 parent 2414366 commit d1615d4

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Jenkinsfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ pipeline
4242

4343
stage('Integration-Tests')
4444
{
45-
when { branch "${env.deploymentBranch}" }
46-
4745
steps
4846
{
4947
sh '${mavenExecutable} failsafe:integration-test failsafe:verify'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ springboot-testcontainer-mongodb
1111
<dependency>
1212
<groupId>com.avides.springboot.testcontainer</groupId>
1313
<artifactId>springboot-testcontainer-mongodb</artifactId>
14-
<version>0.1.0-RC8</version>
14+
<version>0.1.0-RC9</version>
1515
<scope>test</scope>
1616
</dependency>
1717
```

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>springboot-testcontainer-mongodb</name>
66
<description>MongoDB test-container</description>
77
<url>https://github.com/springboot-testcontainer/springboot-testcontainer-mongodb</url>
8-
<version>0.1.0-RC8</version>
8+
<version>0.1.0-RC9</version>
99

1010
<properties>
1111
<!-- System -->
@@ -34,7 +34,7 @@
3434
<spring.version>5.1.5.RELEASE</spring.version>
3535
<spring-boot.version>2.1.3.RELEASE</spring-boot.version>
3636
<!-- 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>
3838
</properties>
3939

4040
<repositories>

0 commit comments

Comments
 (0)