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

Commit 672f8cf

Browse files
committed
[maven-release-plugin] prepare release v1.4.13
1 parent 15780af commit 672f8cf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>dockerfile-maven</artifactId>
77
<groupId>com.spotify</groupId>
8-
<version>1.4.13-SNAPSHOT</version>
8+
<version>1.4.13</version>
99
</parent>
1010

1111
<artifactId>dockerfile-maven-extension</artifactId>

plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.spotify</groupId>
77
<artifactId>dockerfile-maven</artifactId>
8-
<version>1.4.13-SNAPSHOT</version>
8+
<version>1.4.13</version>
99
</parent>
1010

1111
<artifactId>dockerfile-maven-plugin</artifactId>
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>com.spotify</groupId>
6060
<artifactId>dockerfile-maven-extension</artifactId>
61-
<version>1.4.13-SNAPSHOT</version>
61+
<version>1.4.13</version>
6262
</dependency>
6363

6464
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>dockerfile-maven</artifactId>
12-
<version>1.4.13-SNAPSHOT</version>
12+
<version>1.4.13</version>
1313
<packaging>pom</packaging>
1414

1515
<name>Dockerfile Maven Support</name>
@@ -28,7 +28,7 @@
2828
<scm>
2929
<connection>scm:git:ssh://[email protected]/spotify/dockerfile-maven.git</connection>
3030
<developerConnection>scm:git:ssh://[email protected]/spotify/dockerfile-maven.git</developerConnection>
31-
<tag>HEAD</tag>
31+
<tag>v1.4.13</tag>
3232
<url>https://github.com/spotify/dockerfile-maven</url>
3333
</scm>
3434

0 commit comments

Comments
 (0)