Skip to content

Commit 89e2c36

Browse files
[maven-release-plugin] prepare release sketches-core-0.11.0
1 parent fdf68b8 commit 89e2c36

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<groupId>com.yahoo.datasketches</groupId>
1010
<artifactId>sketches-core</artifactId>
1111
<packaging>jar</packaging> <!-- jar is the default -->
12-
<version>0.10.4-SNAPSHOT</version>
12+
<version>0.11.0</version>
1313

1414
<name>${project.groupId}:${project.artifactId}</name>
1515
<description>Core sketch algorithms used alone and by other repositories in the DataSketches library.</description>
@@ -102,7 +102,7 @@
102102
<connection>scm:git:ssh://git@github.com/DataSketches/sketches-core.git</connection>
103103
<developerConnection>scm:git:ssh://git@github.com/DataSketches/sketches-core.git</developerConnection>
104104
<url>https://github.com/DataSketches/sketches-core.git</url>
105-
<tag>HEAD</tag>
105+
<tag>sketches-core-0.11.0</tag>
106106
</scm>
107107

108108
<issueManagement>
@@ -381,7 +381,7 @@
381381
</pluginManagement>
382382
</build>
383383

384-
<reporting></reporting>
384+
<reporting />
385385

386386
<profiles>
387387
<profile>

0 commit comments

Comments
 (0)