Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mbruggmann committed Nov 5, 2020
1 parent 0f6c39a commit 0dbd7cc
Showing 1 changed file with 2 additions and 2 deletions.
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>completable-futures</artifactId>
<version>0.3.4-SNAPSHOT</version>
<version>0.3.4</version>

<name>completable-futures</name>
<description>Convenience utilities for working with asynchronous Java 8</description>
Expand All @@ -22,7 +22,7 @@
<scm>
<connection>scm:git:https://github.com/spotify/completable-futures.git</connection>
<developerConnection>scm:git:ssh://git@github.com/spotify/completable-futures.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.3.4</tag>
<url>scm:https://github.com/spotify/completable-futures</url>
</scm>

Expand Down

0 comments on commit 0dbd7cc

Please sign in to comment.