-
Notifications
You must be signed in to change notification settings - Fork 210
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.3.0
- Loading branch information
Lee Rhodes
committed
Jan 25, 2016
1 parent
677c1a6
commit 2412978
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
<groupId>com.yahoo.datasketches</groupId> | ||
<artifactId>sketches-core</artifactId> | ||
<version>0.2.3-SNAPSHOT</version> | ||
<version>0.3.0</version> | ||
|
||
<name>${project.groupId}:${project.artifactId}</name> | ||
<description>Data Sketches Core</description> | ||
|
@@ -39,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.3.0</tag> | ||
</scm> | ||
|
||
<properties> | ||
|