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 08817f9 commit 182f191Copy full SHA for 182f191
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>me.lemire.integercompression</groupId>
4
<artifactId>JavaFastPFOR</artifactId>
5
- <version>0.3.3-SNAPSHOT</version>
+ <version>0.3.3</version>
6
<packaging>jar</packaging>
7
<properties>
8
<maven.compiler.source>21</maven.compiler.source>
@@ -22,7 +22,7 @@
22
<connection>scm:git:[email protected]:fast-pack/JavaFastPFOR.git</connection>
23
<url>scm:git:[email protected]:fast-pack/JavaFastPFOR.git</url>
24
<developerConnection>scm:git:[email protected]:fast-pack/JavaFastPFOR.git</developerConnection>
25
- <tag>HEAD</tag>
+ <tag>JavaFastPFOR-0.3.3</tag>
26
</scm>
27
<developers>
28
<developer>
0 commit comments