Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release v1.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnworb committed Jan 15, 2019
1 parent f3509a1 commit 6349652
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dockerfile-maven</artifactId>
<groupId>com.spotify</groupId>
<version>1.4.10-SNAPSHOT</version>
<version>1.4.10</version>
</parent>

<artifactId>dockerfile-maven-extension</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>dockerfile-maven</artifactId>
<version>1.4.10-SNAPSHOT</version>
<version>1.4.10</version>
</parent>

<artifactId>dockerfile-maven-plugin</artifactId>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>dockerfile-maven-extension</artifactId>
<version>1.4.10-SNAPSHOT</version>
<version>1.4.10</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>dockerfile-maven</artifactId>
<version>1.4.10-SNAPSHOT</version>
<version>1.4.10</version>
<packaging>pom</packaging>

<name>Dockerfile Maven Support</name>
Expand All @@ -28,7 +28,7 @@
<scm>
<connection>scm:git:ssh://git@github.com/spotify/dockerfile-maven.git</connection>
<developerConnection>scm:git:ssh://git@github.com/spotify/dockerfile-maven.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.4.10</tag>
<url>https://github.com/spotify/dockerfile-maven</url>
</scm>

Expand Down

0 comments on commit 6349652

Please sign in to comment.