Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
caesar-ralf committed Jul 5, 2023
1 parent bfc9a09 commit bcd740f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>missinglink-parent</artifactId>
<version>0.2.8-SNAPSHOT</version>
<version>0.2.8</version>
</parent>

<artifactId>missinglink-benchmarks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>missinglink-parent</artifactId>
<version>0.2.8-SNAPSHOT</version>
<version>0.2.8</version>
</parent>

<artifactId>missinglink-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-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>missinglink-parent</artifactId>
<version>0.2.8-SNAPSHOT</version>
<version>0.2.8</version>
</parent>

<artifactId>missinglink-maven-plugin</artifactId>
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>missinglink-parent</artifactId>
<version>0.2.8-SNAPSHOT</version>
<version>0.2.8</version>
<packaging>pom</packaging>

<name>missinglink</name>
Expand Down Expand Up @@ -87,7 +87,7 @@
<connection>scm:git:[email protected]:spotify/missinglink.git</connection>
<developerConnection>scm:git:[email protected]:spotify/missinglink.git</developerConnection>
<url>https://github.com/spotify/missinglink</url>
<tag>HEAD</tag>
<tag>v0.2.8</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit bcd740f

Please sign in to comment.