We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b9410 commit 67bfc4cCopy full SHA for 67bfc4c
1 file changed
pom.xml
@@ -8,7 +8,7 @@
8
<groupId>com.yahoo.datasketches</groupId>
9
<artifactId>sketches-core</artifactId>
10
<packaging>jar</packaging>
11
- <version>0.6.1-SNAPSHOT</version>
+ <version>0.7.0</version>
12
13
<!-- Project Information -->
14
<name>${project.groupId}:${project.artifactId}</name>
@@ -106,7 +106,7 @@
106
<connection>scm:git:ssh://git@github.com/DataSketches/sketches-core.git</connection>
107
<developerConnection>scm:git:ssh://git@github.com/DataSketches/sketches-core.git</developerConnection>
108
<url>https://github.com/DataSketches/sketches-core.git</url>
109
- <tag>HEAD</tag>
+ <tag>sketches-core-0.7.0</tag>
110
</scm>
111
112
<prerequisites>
0 commit comments