-
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.11.0
- Loading branch information
1 parent
fdf68b8
commit 89e2c36
Showing
1 changed file
with
3 additions
and
3 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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
<groupId>com.yahoo.datasketches</groupId> | ||
<artifactId>sketches-core</artifactId> | ||
<packaging>jar</packaging> <!-- jar is the default --> | ||
<version>0.10.4-SNAPSHOT</version> | ||
<version>0.11.0</version> | ||
|
||
<name>${project.groupId}:${project.artifactId}</name> | ||
<description>Core sketch algorithms used alone and by other repositories in the DataSketches library.</description> | ||
|
@@ -102,7 +102,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.11.0</tag> | ||
</scm> | ||
|
||
<issueManagement> | ||
|
@@ -381,7 +381,7 @@ | |
</pluginManagement> | ||
</build> | ||
|
||
<reporting></reporting> | ||
<reporting /> | ||
|
||
<profiles> | ||
<profile> | ||
|