Skip to content

Commit 2253e7c

Browse files
committed
* Added maven repo central and sonar cloud quality gate badges
1 parent b86da10 commit 2253e7c

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Changed yaml-doc-tool version to 0.4.0
44
* Updated fj-bom to 1.2.5
55
* Added sonar cloud analysis
6+
* Added maven repo central and sonar cloud quality gate badges
67

78
0.3.2 (2022-12-01)
89
------------------

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Simple maven plugin for [yaml-doc-tool](https://github.com/fugerit-org/yaml-doc-tool) project.
44

5+
[![Maven Central](https://img.shields.io/maven-central/v/org.fugerit.java/yaml-doc-maven-plugin.svg)](https://mvnrepository.com/artifact/org.fugerit.java/yaml-doc-maven-plugin) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=fugerit-org_yaml-doc-maven-plugin&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=fugerit-org_yaml-doc-maven-plugin)
6+
57
Accepted config params are :
68
* configPath
79
* idCatalog

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<relativePath></relativePath>
1212
</parent>
1313

14-
<version>0.3.2</version>
14+
<version>0.4.0</version>
1515
<packaging>maven-plugin</packaging>
1616

1717
<name>yaml-doc-maven-plugin</name>

0 commit comments

Comments
 (0)