Skip to content

Commit 73dbbf5

Browse files
author
Lee Rhodes
committed
[maven-release-plugin] prepare release sketches-0.8.0
1 parent 4c55c13 commit 73dbbf5

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

memory/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Licensed under the terms of the Apache License 2.0.
44
See LICENSE file at the project root for terms. -->
55

6-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
6+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>memory</artifactId>
109
<name>${project.parent.groupId}:${project.artifactId}</name>
@@ -13,7 +12,7 @@
1312
<parent>
1413
<groupId>com.yahoo.datasketches</groupId>
1514
<artifactId>sketches</artifactId>
16-
<version>0.7.1-SNAPSHOT</version>
15+
<version>0.8.0</version>
1716
</parent>
1817

1918
</project>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
Licensed under the terms of the Apache License 2.0.
44
See LICENSE file at the project root for terms. -->
55

6-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
6+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
87
<modelVersion>4.0.0</modelVersion>
98

109
<groupId>com.yahoo.datasketches</groupId>
1110
<artifactId>sketches</artifactId>
12-
<version>0.7.1-SNAPSHOT</version>
11+
<version>0.8.0</version>
1312
<packaging>pom</packaging>
1413

1514
<!-- Project Information -->
@@ -116,7 +115,7 @@
116115
<connection>scm:git:ssh://git@github.com/DataSketches/sketches-core.git</connection>
117116
<developerConnection>scm:git:ssh://git@github.com/DataSketches/sketches-core.git</developerConnection>
118117
<url>https://github.com/DataSketches/sketches-core.git</url>
119-
<tag>HEAD</tag>
118+
<tag>sketches-0.8.0</tag>
120119
</scm>
121120

122121
<prerequisites>

sketches/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Licensed under the terms of the Apache License 2.0.
44
See LICENSE file at the project root for terms. -->
55

6-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
6+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>sketches-core</artifactId>
109
<name>${project.parent.groupId}:${project.artifactId}</name>
@@ -13,7 +12,7 @@
1312
<parent>
1413
<groupId>com.yahoo.datasketches</groupId>
1514
<artifactId>sketches</artifactId>
16-
<version>0.7.1-SNAPSHOT</version>
15+
<version>0.8.0</version>
1716
</parent>
1817

1918
<dependencies>

0 commit comments

Comments
 (0)