Skip to content

Commit e722b2e

Browse files
[maven-release-plugin] prepare release sketches-0.8.4
1 parent 84cde57 commit e722b2e

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.8.4-SNAPSHOT</version>
15+
<version>0.8.4</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.8.4-SNAPSHOT</version>
11+
<version>0.8.4</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.8.4</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.8.4-SNAPSHOT</version>
15+
<version>0.8.4</version>
1616
</parent>
1717

1818
<dependencies>

0 commit comments

Comments
 (0)