Release 5.4.1 (#358)

* README: update badges and example

* Version set to 5.4.1
This commit is contained in:
Paul Campbell 2020-11-30 20:39:15 +00:00 committed by GitHub
parent 85d798d5d3
commit 3758d4481e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 20 additions and 12 deletions

View file

@ -2,9 +2,13 @@
Provides an extensive Checkstyle ruleset for use with Checkstyle, together with a fully configured maven-tile.
![Sonatype Nexus (Release)](https://img.shields.io/nexus/r/https/oss.sonatype.org/net.kemitix.checkstyle/ruleset.svg?style=for-the-badge)
![Maven Central](https://img.shields.io/maven-central/v/net.kemitix.checkstyle/ruleset.svg?style=for-the-badge)
![JPeek](http://i.jpeek.org/net.kemitix.checkstyle/ruleset/badge.svg)
![GitHub release (latest by date)](
https://img.shields.io/github/v/release/kemitix/kemitix-checkstyle-ruleset?style=for-the-badge)
![GitHub Release Date](
https://img.shields.io/github/release-date/kemitix/kemitix-checkstyle-ruleset?style=for-the-badge)
[![Sonatype Nexus (Release)](https://img.shields.io/nexus/r/https/oss.sonatype.org/net.kemitix.checkstyle/ruleset.svg?style=for-the-badge)](https://repo1.maven.org/maven2/net/kemitix/checkstyle/)
[![Maven Central](https://img.shields.io/maven-central/v/net.kemitix.checkstyle/ruleset.svg?style=for-the-badge)](https://search.maven.org/search?q=g:net.kemitix.checkstyle)
The ruleset includes checks from both the core Checkstyle library and from the Sevntu-Checkstyle library.
@ -35,7 +39,7 @@ The simplest way to use the ruleset is with the maven-tile:
<extensions>true</extensions>
<configuration>
<tiles>
<tile>net.kemitix.checkstyle:tile:DEV-SNAPSHOT</tile>
<tile>net.kemitix.checkstyle:tile:${version}</tile>
</tiles>
</configuration>
</plugin>

View file

@ -14,7 +14,7 @@
<groupId>net.kemitix.checkstyle</groupId>
<artifactId>builder</artifactId>
<packaging>jar</packaging>
<version>DEV-SNAPSHOT</version>
<version>5.4.1</version>
<properties>
<maven.install.skip>true</maven.install.skip>

View file

@ -2,9 +2,13 @@
Provides an extensive Checkstyle ruleset for use with Checkstyle, together with a fully configured maven-tile.
![Sonatype Nexus (Release)](https://img.shields.io/nexus/r/https/oss.sonatype.org/net.kemitix.checkstyle/ruleset.svg?style=for-the-badge)
![Maven Central](https://img.shields.io/maven-central/v/net.kemitix.checkstyle/ruleset.svg?style=for-the-badge)
![JPeek](http://i.jpeek.org/net.kemitix.checkstyle/ruleset/badge.svg)
![GitHub release (latest by date)](
https://img.shields.io/github/v/release/kemitix/kemitix-checkstyle-ruleset?style=for-the-badge)
![GitHub Release Date](
https://img.shields.io/github/release-date/kemitix/kemitix-checkstyle-ruleset?style=for-the-badge)
[![Sonatype Nexus (Release)](https://img.shields.io/nexus/r/https/oss.sonatype.org/net.kemitix.checkstyle/ruleset.svg?style=for-the-badge)](https://repo1.maven.org/maven2/net/kemitix/checkstyle/)
[![Maven Central](https://img.shields.io/maven-central/v/net.kemitix.checkstyle/ruleset.svg?style=for-the-badge)](https://search.maven.org/search?q=g:net.kemitix.checkstyle)
The ruleset includes checks from both the core Checkstyle library and from the Sevntu-Checkstyle library.
@ -35,7 +39,7 @@ The simplest way to use the ruleset is with the maven-tile:
<extensions>true</extensions>
<configuration>
<tiles>
<tile>net.kemitix.checkstyle:tile:DEV-SNAPSHOT</tile>
<tile>net.kemitix.checkstyle:tile:${version}</tile>
</tiles>
</configuration>
</plugin>

View file

@ -6,7 +6,7 @@
<groupId>net.kemitix.checkstyle</groupId>
<artifactId>kemitix-checkstyle-ruleset</artifactId>
<version>DEV-SNAPSHOT</version>
<version>5.4.1</version>
<packaging>pom</packaging>
<properties>

View file

@ -13,7 +13,7 @@
<groupId>net.kemitix.checkstyle</groupId>
<artifactId>ruleset</artifactId>
<version>DEV-SNAPSHOT</version>
<version>5.4.1</version>
<packaging>jar</packaging>
<name>Kemitix Checkstyle Ruleset</name>

View file

@ -12,7 +12,7 @@
<groupId>net.kemitix.checkstyle</groupId>
<artifactId>tile</artifactId>
<version>DEV-SNAPSHOT</version>
<version>5.4.1</version>
<packaging>tile</packaging>