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 f7480da commit 1ca1e01Copy full SHA for 1ca1e01
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.7-SNAPSHOT</version>
+ <version>0.3.7</version>
6
<packaging>jar</packaging>
7
<properties>
8
<maven.compiler.source>21</maven.compiler.source>
@@ -23,7 +23,7 @@
23
<connection>scm:git:https://github.com/fast-pack/JavaFastPFOR.git</connection>
24
<url>scm:git:https://github.com/fast-pack/JavaFastPFOR.git</url>
25
<developerConnection>scm:git:https://github.com/fast-pack/JavaFastPFOR.git</developerConnection>
26
- <tag>HEAD</tag>
+ <tag>JavaFastPFOR-0.3.7</tag>
27
</scm>
28
29
<distributionManagement>
0 commit comments