forked from jmxtrans/jmxtrans-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
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 for next development iteration
- Loading branch information
Cyrille Le Clerc
committed
Dec 6, 2017
1 parent
cb6f420
commit 76bf512
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 |
---|---|---|
|
@@ -31,14 +31,14 @@ | |
<groupId>org.jmxtrans.agent</groupId> | ||
<artifactId>jmxtrans-agent</artifactId> | ||
<packaging>jar</packaging> | ||
<version>1.2.7</version> | ||
<version>1.2.8-SNAPSHOT</version> | ||
<name>JMX metrics exporter agent</name> | ||
<url>https://github.com/jmxtrans/jmxtrans-agent</url> | ||
<scm> | ||
<connection>scm:git:[email protected]:jmxtrans/jmxtrans-agent.git</connection> | ||
<developerConnection>scm:git:[email protected]:jmxtrans/jmxtrans-agent.git</developerConnection> | ||
<url>https://github.com/jmxtrans/jmxtrans-agent</url> | ||
<tag>jmxtrans-agent-1.2.7</tag> | ||
<tag>HEAD</tag> | ||
</scm> | ||
<dependencies> | ||
<dependency> | ||
|