-
Notifications
You must be signed in to change notification settings - Fork 209
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-core-0.2.1
- Loading branch information
Lee Rhodes
committed
Nov 13, 2015
1 parent
8e3be7c
commit 2223a64
Showing
1 changed file
with
3 additions
and
5 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-core</artifactId> | ||
<version>0.2.1-SNAPSHOT</version> | ||
<version>0.2.1</version> | ||
|
||
<name>${project.groupId}:${project.artifactId}</name> | ||
<description>Data Sketches Core</description> | ||
|
@@ -41,7 +39,7 @@ | |
<connection>scm:git:ssh://[email protected]/DataSketches/sketches-core.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/DataSketches/sketches-core.git</developerConnection> | ||
<url>https://github.com/DataSketches/sketches-core.git</url> | ||
<tag>HEAD</tag> | ||
<tag>sketches-core-0.2.1</tag> | ||
</scm> | ||
|
||
<properties> | ||
|