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 bea7b4d commit 6efb155Copy full SHA for 6efb155
pom.xml
@@ -8,7 +8,7 @@
8
9
<groupId>com.yahoo.datasketches</groupId>
10
<artifactId>sketches-core</artifactId>
11
- <version>0.4.2-SNAPSHOT</version>
+ <version>0.5.0</version>
12
13
<name>${project.groupId}:${project.artifactId}</name>
14
<description>Data Sketches Core</description>
@@ -39,7 +39,7 @@
39
<connection>scm:git:ssh://git@github.com/DataSketches/sketches-core.git</connection>
40
<developerConnection>scm:git:ssh://git@github.com/DataSketches/sketches-core.git</developerConnection>
41
<url>https://github.com/DataSketches/sketches-core.git</url>
42
- <tag>HEAD</tag>
+ <tag>sketches-core-0.5.0</tag>
43
</scm>
44
45
<properties>
0 commit comments