Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.3-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
Spikhalskiy committed Apr 11, 2017
1 parent f8ebeb7 commit ca01e44
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.3-SNAPSHOT</version>
<version>0.3-RC3</version>
</parent>

<artifactId>futurity-core</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3-RC3</version>
<packaging>jar</packaging>
<name>futurity/core</name>
<description>Core component of Futurity - a simple tool to convert Future to CompletableFuture</description>
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.3-SNAPSHOT</version>
<version>0.3-RC3</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.3-RC3</tag>
</scm>

<properties>
Expand Down

0 comments on commit ca01e44

Please sign in to comment.