Skip to content

Commit

Permalink
Move badges to top.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Aug 19, 2020
1 parent 09fa63d commit eb745ea
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@

[![Join the chat at https://gitter.im/jenkinsci/warnings-plugin](https://badges.gitter.im/jenkinsci/warnings-plugin.svg)](https://gitter.im/jenkinsci/warnings-plugin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Jenkins Version](https://img.shields.io/badge/Jenkins-2.204.4-green.svg?label=min.%20Jenkins)](https://jenkins.io/download/)
![JDK8](https://img.shields.io/badge/jdk-8-yellow.svg?label=min.%20JDK)
[![License: MIT](https://img.shields.io/badge/license-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Jenkins](https://ci.jenkins.io/job/Plugins/job/analysis-pom-plugin/job/master/badge/icon?subject=Jenkins%20CI)](https://ci.jenkins.io/job/Plugins/job/analysis-pom-plugin/job/master/)
[![GitHub Actions](https://github.com/jenkinsci/analysis-pom-plugin/workflows/GitHub%20CI/badge.svg?branch=master)](https://github.com/jenkinsci/analysis-pom-plugin/actions)

This static analysis POM serves as parent POM for all my Jenkins Plugins. It basically enhances the
[Parent POM for Jenkins Plugins](https://github.com/jenkinsci/plugin-pom)
with a predefined configuration of several static analysis tools. Additionally, it provides a fix set of test dependencies that are common
to all my plugins. This POM enforces the [Java style guide](https://github.com/uhafner/codingstyle) that I am using
in these plugins (and in my lectures at the Munich University of Applied Sciences).

[![Jenkins](https://ci.jenkins.io/job/Plugins/job/analysis-pom-plugin/job/master/badge/icon?subject=Jenkins%20CI)](https://ci.jenkins.io/job/Plugins/job/analysis-pom-plugin/job/master/)
[![GitHub Actions](https://github.com/jenkinsci/analysis-pom-plugin/workflows/GitHub%20CI/badge.svg?branch=master)](https://github.com/jenkinsci/analysis-pom-plugin/actions)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/jenkinsci/analysis-pom-plugin.svg)](https://github.com/jenkinsci/analysis-pom-plugin/pulls)

0 comments on commit eb745ea

Please sign in to comment.