Skip to content

Commit 5d72419

Browse files
committed
[maven-release-plugin] prepare release low-gc-membuffers-1.1.1
1 parent ac65dbc commit 5d72419

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>com.fasterxml.util</groupId>
99
<artifactId>low-gc-membuffers</artifactId>
1010
<name>Low GC memory buffers</name>
11-
<version>1.1.1-SNAPSHOT</version>
11+
<version>1.1.1</version>
1212
<packaging>bundle</packaging>
1313
<description>In-memory, bounded-size queue data structure that aims at minimizing
1414
garbage collection overhead (especially latency)
@@ -18,6 +18,7 @@ garbage collection overhead (especially latency)
1818
<connection>scm:git:git@github.com:cowtowncoder/low-gc-membuffers.git</connection>
1919
<developerConnection>scm:git:git@github.com:cowtowncoder/low-gc-membuffers.git</developerConnection>
2020
<url>http://github.com/cowtowncoder/low-gc-membuffers</url>
21+
<tag>low-gc-membuffers-1.1.1</tag>
2122
</scm>
2223
<developers>
2324
<developer>

0 commit comments

Comments
 (0)