Skip to content

Commit

Permalink
Merge pull request #15 from jenkinsci/version-simplified-github-wiki
Browse files Browse the repository at this point in the history
Version simplified to ${MAJOR}.${MINOR} / switch to GitHub wiki
  • Loading branch information
justinharringa authored Oct 24, 2019
2 parents 366c384 + c2db51e commit 817b437
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Argus Notifier
[![License](https://img.shields.io/github/license/jenkinsci/argus-notifier.svg)](LICENSE)
[![wiki](https://img.shields.io/badge/Argus%20Notifier%20Plugin-WIKI-blue.svg?style=flat)](https://plugins.jenkins.io/argus-notifier)
[![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/argus-notifier.svg)](https://plugins.jenkins.io/argus-notifier)
[![GitHub release](https://img.shields.io/github/release/jenkinsci/argus-notifier-plugin.svg?label=changelog)](https://github.com/jenkinsci/argus-notifier-plugin/releases/latest)
[![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/argus-notifier.svg?color=blue)](https://plugins.jenkins.io/argus-notifier)

This Jenkins plugin sends build status and build time (including queue time, build time, and total time) to
an [Argus](https://github.com/salesforce/Argus) endpoint. It also sends system metrics from the
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>argus-notifier</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<packaging>hpi</packaging>

<properties>
Expand Down Expand Up @@ -43,7 +43,7 @@
<name>Argus Notifier Plugin</name>
<description>The Argus Notifier plugin sends build and system metrics to an
[Argus|https://github.com/salesforce/Argus] server.</description>
<url>https://wiki.jenkins-ci.org/display/JENKINS/Argus+Notifier+Plugin</url>
<url>https://github.com/jenkinsci/argus-notifier-plugin</url>

<licenses>
<license>
Expand Down

0 comments on commit 817b437

Please sign in to comment.