We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e40fa commit fd246daCopy full SHA for fd246da
1 file changed
pom.xml
@@ -8,7 +8,7 @@
8
9
<groupId>com.yahoo.datasketches</groupId>
10
<artifactId>sketches-core</artifactId>
11
- <version>0.10.1-SNAPSHOT</version>
+ <version>0.10.1</version>
12
<packaging>jar</packaging>
13
14
<!-- Project Information -->
@@ -115,7 +115,7 @@
115
<connection>scm:git:ssh://git@github.com/DataSketches/sketches-core.git</connection>
116
<developerConnection>scm:git:ssh://git@github.com/DataSketches/sketches-core.git</developerConnection>
117
<url>https://github.com/DataSketches/sketches-core.git</url>
118
- <tag>HEAD</tag>
+ <tag>sketches-core-0.10.1</tag>
119
</scm>
120
121
<prerequisites>
0 commit comments