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 587a2ee commit e7f6d74Copy full SHA for e7f6d74
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.yahoo.datasketches</groupId>
6
<artifactId>sketches-core</artifactId>
7
- <version>0.1.1-SNAPSHOT</version>
+ <version>0.1.1</version>
8
9
<name>${project.groupId}:${project.artifactId}</name>
10
<description>Data Sketches Core</description>
@@ -35,7 +35,7 @@
35
<connection>scm:git:ssh://git@github.com/DataSketches/sketches-core.git</connection>
36
<developerConnection>scm:git:ssh://git@github.com/DataSketches/sketches-core.git</developerConnection>
37
<url>https://github.com/DataSketches/sketches-core.git</url>
38
- <tag>HEAD</tag>
+ <tag>sketches-core-0.1.1</tag>
39
</scm>
40
41
0 commit comments