We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0849b9 commit cd6b35bCopy full SHA for cd6b35b
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.yahoo.datasketches</groupId>
6
<artifactId>sketches-core</artifactId>
7
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.1.0</version>
8
9
<name>${project.groupId}:${project.artifactId}</name>
10
<description>Data Sketches</description>
@@ -35,6 +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>sketches-core-0.1.0</tag>
39
</scm>
40
41
0 commit comments