-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release sketches-hive-0.2.0
- Loading branch information
Lee Rhodes
committed
Nov 12, 2015
1 parent
b237e37
commit 0ada29d
Showing
1 changed file
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,12 @@ | |
Licensed under the terms of the Apache License 2.0. | ||
See LICENSE file at the project root for terms. --> | ||
|
||
<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"> | ||
<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"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<groupId>com.yahoo.datasketches</groupId> | ||
<artifactId>sketches-hive</artifactId> | ||
<version>0.1.0-SNAPSHOT</version> | ||
<version>0.2.0</version> | ||
|
||
<name>${project.groupId}:${project.artifactId}</name> | ||
<description>Data Sketches Hive UDFs</description> | ||
|
@@ -41,7 +39,7 @@ | |
<connection>scm:git:ssh://[email protected]/DataSketches/sketches-hive.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/DataSketches/sketches-hive.git</developerConnection> | ||
<url>https://github.com/DataSketches/sketches-hive.git</url> | ||
<tag>HEAD</tag> | ||
<tag>sketches-hive-0.2.0</tag> | ||
</scm> | ||
|
||
<properties> | ||
|
@@ -257,7 +255,7 @@ | |
<artifactId>coveralls-maven-plugin</artifactId> | ||
<version>4.0.0</version> | ||
<configuration> | ||
<repoToken></repoToken> | ||
<repoToken /> | ||
</configuration> | ||
</plugin> | ||
|
||
|