We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d6a4d commit 3006e08Copy full SHA for 3006e08
pom.xml
@@ -3,7 +3,7 @@
3
<groupId>com.basho.riak</groupId>
4
<artifactId>riak-client</artifactId>
5
<packaging>jar</packaging>
6
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
7
<name>Riak Client for Java</name>
8
<description>Java client for Riak 2.0</description>
9
<url>https://github.com/basho/riak-java-client</url>
@@ -63,7 +63,7 @@
63
<connection>scm:git:ssh://[email protected]/basho/riak-java-client.git</connection>
64
<developerConnection>scm:git:ssh://[email protected]/basho/riak-java-client.git</developerConnection>
65
<url>http://github.com/basho/riak-java-client</url>
66
- <tag>HEAD</tag>
+ <tag>riak-client-2.1.0</tag>
67
</scm>
68
69
<properties>
0 commit comments