Skip to content

Commit 3b50113

Browse files
author
lrhodes
committed
[maven-release-plugin] prepare release sketches-core-0.13.0
1 parent 62fae62 commit 3b50113

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.12.1-SNAPSHOT</version>
12+
<version>0.13.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>
@@ -100,7 +100,7 @@
100100
<connection>scm:git:ssh://git@github.com/DataSketches/sketches-core.git</connection>
101101
<developerConnection>scm:git:ssh://git@github.com/DataSketches/sketches-core.git</developerConnection>
102102
<url>https://github.com/DataSketches/sketches-core</url>
103-
<tag>HEAD</tag>
103+
<tag>sketches-core-0.13.0</tag>
104104
</scm>
105105

106106
<issueManagement>
@@ -382,7 +382,7 @@
382382
</pluginManagement>
383383
</build>
384384

385-
<reporting></reporting>
385+
<reporting />
386386

387387
<profiles>
388388
<profile>

0 commit comments

Comments
 (0)