Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1277 from spotify/dxia/upgrade-docker-maven-plugin
Browse files Browse the repository at this point in the history
Upgrade docker-maven-plugin from 1.2.0 to 1.2.1
  • Loading branch information
davidxia authored Sep 12, 2019
2 parents e7d4751 + d68b3b1 commit 2bc4aa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helios-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<plugin>
<groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<configuration>
<labels>
<label>com.spotify.helios.version="${project.version}"</label>
Expand Down Expand Up @@ -119,7 +119,7 @@
<plugin>
<groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<configuration>
<labels>
<label>com.spotify.helios.version="${project.version}"</label>
Expand Down

0 comments on commit 2bc4aa7

Please sign in to comment.