Skip to content

Commit a7f28ae

Browse files
committed
[maven-release-plugin] prepare release v0.2.2
1 parent 8c5e6e4 commit a7f28ae

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.2-SNAPSHOT</version>
8+
<version>0.2.2</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.2-SNAPSHOT</version>
8+
<version>0.2.2</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.2-SNAPSHOT</version>
8+
<version>0.2.2</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
@@ -4,7 +4,7 @@
44

55
<groupId>com.spotify</groupId>
66
<artifactId>missinglink-parent</artifactId>
7-
<version>0.2.2-SNAPSHOT</version>
7+
<version>0.2.2</version>
88
<packaging>pom</packaging>
99

1010
<name>missinglink</name>
@@ -81,7 +81,7 @@
8181
<connection>scm:git:[email protected]:spotify/missinglink.git</connection>
8282
<developerConnection>scm:git:[email protected]:spotify/missinglink.git</developerConnection>
8383
<url>https://github.com/spotify/missinglink</url>
84-
<tag>HEAD</tag>
84+
<tag>v0.2.2</tag>
8585
</scm>
8686

8787
<distributionManagement>

0 commit comments

Comments
 (0)