-
Notifications
You must be signed in to change notification settings - Fork 54
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 spark-metrics-2.0.0
- Loading branch information
Atsu Kakitani
committed
Nov 16, 2016
1 parent
88a37df
commit bb36f34
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<groupId>com.groupon.dse</groupId> | ||
<artifactId>spark-metrics</artifactId> | ||
<packaging>jar</packaging> | ||
<version>2.0.0-SNAPSHOT</version> | ||
<version>2.0.0</version> | ||
|
||
<name>${project.groupId}:${project.artifactId}</name> | ||
<description>A library to expose more of Apache Spark's metrics system</description> | ||
|
@@ -37,7 +37,7 @@ | |
<connection>scm:git:[email protected]:groupon/spark-metrics.git</connection> | ||
<developerConnection>scm:git:[email protected]:groupon/spark-metrics.git</developerConnection> | ||
<url>https://github.com/groupon/spark-metrics</url> | ||
<tag>HEAD</tag> | ||
<tag>spark-metrics-2.0.0</tag> | ||
</scm> | ||
|
||
<distributionManagement> | ||
|