Skip to content

Commit 50292a0

Browse files
committed
snapshot
1 parent 505959b commit 50292a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ Add the following two dependencies to your POM. This is enough to make it all wo
4040
<dependency>
4141
<groupId>nl.42</groupId>
4242
<artifactId>spring-boot-starter-docker</artifactId>
43-
<version>0.3.0</version>
43+
<version>0.4.0</version>
4444
<scope>provided</scope>
4545
</dependency>
4646

4747
<dependency>
4848
<groupId>nl.42</groupId>
4949
<artifactId>spring-boot-docker-postgres</artifactId>
50-
<version>0.3.0</version>
50+
<version>0.4.0</version>
5151
<scope>provided</scope>
5252
</dependency>
5353
```

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>spring-boot-docker-postgres</artifactId>
4-
<version>0.4.0</version>
4+
<version>0.4.1-SNAPSHOT</version>
55
<packaging>jar</packaging>
66
<groupId>nl.42</groupId>
77

0 commit comments

Comments
 (0)