We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b50113 commit 488d027Copy full SHA for 488d027
1 file changed
pom.xml
@@ -9,7 +9,7 @@
9
<groupId>com.yahoo.datasketches</groupId>
10
<artifactId>sketches-core</artifactId>
11
<packaging>jar</packaging> <!-- jar is the default -->
12
- <version>0.13.0</version>
+ <version>0.13.1-SNAPSHOT</version>
13
14
<name>${project.groupId}:${project.artifactId}</name>
15
<description>Core sketch algorithms used alone and by other repositories in the DataSketches library.</description>
@@ -100,7 +100,7 @@
100
<connection>scm:git:ssh://git@github.com/DataSketches/sketches-core.git</connection>
101
<developerConnection>scm:git:ssh://git@github.com/DataSketches/sketches-core.git</developerConnection>
102
<url>https://github.com/DataSketches/sketches-core</url>
103
- <tag>sketches-core-0.13.0</tag>
+ <tag>HEAD</tag>
104
</scm>
105
106
<issueManagement>
0 commit comments