Skip to content

Commit f6ecafc

Browse files
author
jmalkin
committed
[maven-release-plugin] prepare release sketches-0.9.1
1 parent c6ed8d5 commit f6ecafc

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

memory/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.yahoo.datasketches</groupId>
1414
<artifactId>sketches</artifactId>
15-
<version>0.9.1-SNAPSHOT</version>
15+
<version>0.9.1</version>
1616
</parent>
1717

1818
</project>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.yahoo.datasketches</groupId>
1010
<artifactId>sketches</artifactId>
11-
<version>0.9.1-SNAPSHOT</version>
11+
<version>0.9.1</version>
1212
<packaging>pom</packaging>
1313

1414
<!-- Project Information -->
@@ -115,7 +115,7 @@
115115
<connection>scm:git:ssh://git@github.com/DataSketches/sketches-core.git</connection>
116116
<developerConnection>scm:git:ssh://git@github.com/DataSketches/sketches-core.git</developerConnection>
117117
<url>https://github.com/DataSketches/sketches-core.git</url>
118-
<tag>HEAD</tag>
118+
<tag>sketches-0.9.1</tag>
119119
</scm>
120120

121121
<prerequisites>

sketches/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.yahoo.datasketches</groupId>
1414
<artifactId>sketches</artifactId>
15-
<version>0.9.1-SNAPSHOT</version>
15+
<version>0.9.1</version>
1616
</parent>
1717

1818
<dependencies>

0 commit comments

Comments
 (0)