Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Spikhalskiy committed Aug 31, 2016
1 parent a08eb0a commit 9dfc522
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions futurity-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.spikhalskiy.futurity</groupId>
<artifactId>futurity-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<artifactId>futurity-core</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
<packaging>jar</packaging>
<name>futurity/core</name>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.spikhalskiy.futurity</groupId>
<artifactId>futurity-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
<packaging>pom</packaging>
<name>futurity</name>
<description>A simple tool to convert plain old Java Future to CompletableFuture</description>
Expand All @@ -27,7 +27,7 @@
<connection>scm:git:https://github.com/Spikhalskiy/futurity.git</connection>
<developerConnection>scm:git:https://github.com/Spikhalskiy/futurity.git</developerConnection>
<url>https://github.com/Spikhalskiy/futurity</url>
<tag>HEAD</tag>
<tag>v0.2.0</tag>
</scm>

<properties>
Expand Down

0 comments on commit 9dfc522

Please sign in to comment.