Skip to content

Commit bcd740f

Browse files
author
Caesar Ralf
committed
[maven-release-plugin] prepare release v0.2.8
1 parent bfc9a09 commit bcd740f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

benchmarks/pom.xml

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

1111
<artifactId>missinglink-benchmarks</artifactId>

core/pom.xml

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

1111
<artifactId>missinglink-core</artifactId>

maven-plugin/pom.xml

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

1111
<artifactId>missinglink-maven-plugin</artifactId>

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>missinglink-parent</artifactId>
12-
<version>0.2.8-SNAPSHOT</version>
12+
<version>0.2.8</version>
1313
<packaging>pom</packaging>
1414

1515
<name>missinglink</name>
@@ -87,7 +87,7 @@
8787
<connection>scm:git:[email protected]:spotify/missinglink.git</connection>
8888
<developerConnection>scm:git:[email protected]:spotify/missinglink.git</developerConnection>
8989
<url>https://github.com/spotify/missinglink</url>
90-
<tag>HEAD</tag>
90+
<tag>v0.2.8</tag>
9191
</scm>
9292

9393
<distributionManagement>

0 commit comments

Comments
 (0)