Skip to content

Commit 7f8433e

Browse files
author
Lee Rhodes
committed
[maven-release-plugin] prepare release sketches-core-0.2.0
1 parent f17267f commit 7f8433e

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +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"
7-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
8-
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">
97
<modelVersion>4.0.0</modelVersion>
108

119
<groupId>com.yahoo.datasketches</groupId>
1210
<artifactId>sketches-core</artifactId>
13-
<version>0.1.2-SNAPSHOT</version>
11+
<version>0.2.0</version>
1412

1513
<name>${project.groupId}:${project.artifactId}</name>
1614
<description>Data Sketches Core</description>
@@ -41,7 +39,7 @@
4139
<connection>scm:git:ssh://git@github.com/DataSketches/sketches-core.git</connection>
4240
<developerConnection>scm:git:ssh://git@github.com/DataSketches/sketches-core.git</developerConnection>
4341
<url>https://github.com/DataSketches/sketches-core.git</url>
44-
<tag>HEAD</tag>
42+
<tag>sketches-core-0.2.0</tag>
4543
</scm>
4644

4745
<properties>
@@ -192,7 +190,7 @@
192190
<artifactId>coveralls-maven-plugin</artifactId>
193191
<version>4.0.0</version>
194192
<configuration>
195-
<repoToken></repoToken>
193+
<repoToken />
196194
</configuration>
197195
</plugin>
198196

0 commit comments

Comments
 (0)