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 d21b102 commit 2a6841eCopy full SHA for 2a6841e
pom.xml
@@ -25,7 +25,7 @@
25
</parent>
26
27
<artifactId>bytebuffer-collections</artifactId>
28
- <version>0.2.4-SNAPSHOT</version>
+ <version>0.2.4</version>
29
30
<name>${project.groupId}:${project.artifactId}</name>
31
<description>ByteBuffer Collections</description>
@@ -42,7 +42,7 @@
42
<connection>scm:git:ssh://git@github.com/metamx/bytebuffer-collections.git</connection>
43
<developerConnection>scm:git:ssh://git@github.com/metamx/bytebuffer-collections.git</developerConnection>
44
<url>https://github.com/metamx/bytebuffer-collections.git</url>
45
- <tag>HEAD</tag>
+ <tag>bytebuffer-collections-0.2.4</tag>
46
</scm>
47
48
<developers>
0 commit comments