Skip to content

Commit c84fb2c

Browse files
committed
update docker maven plugin to be compatible with Docker for Mac
1 parent 110e6ee commit c84fb2c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

foundation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<guava.version>19.0</guava.version>
4343

4444
<!-- build related -->
45-
<docver.maven.plugin.version>0.3.6</docver.maven.plugin.version>
45+
<docver.maven.plugin.version>0.4.13</docver.maven.plugin.version>
4646

4747
</properties>
4848

infra/auth-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
<plugin>
192192
<groupId>com.spotify</groupId>
193193
<artifactId>docker-maven-plugin</artifactId>
194-
<version>0.3.6</version>
194+
<version>0.4.13</version>
195195
<executions>
196196
<execution>
197197
<phase>package</phase>

infra/cloud-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
<plugin>
135135
<groupId>com.spotify</groupId>
136136
<artifactId>docker-maven-plugin</artifactId>
137-
<version>0.3.6</version>
137+
<version>0.4.13</version>
138138
<executions>
139139
<execution>
140140
<phase>package</phase>

0 commit comments

Comments
 (0)