We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2abb9 commit 61585e6Copy full SHA for 61585e6
README.adoc
@@ -1,5 +1,5 @@
1
= gitlab-code-quality-plugin
2
-:version_stable: 1.0.0
+:version_stable: 1.0.1
3
:version_snapshot: 1.1.0-SNAPSHOT
4
5
This Maven plugin allows you to transform XML reports created by code quality tools like
pom.xml
@@ -6,7 +6,7 @@
6
<groupId>de.chkal.maven</groupId>
7
<artifactId>gitlab-code-quality-plugin</artifactId>
8
<packaging>maven-plugin</packaging>
9
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.1</version>
10
11
<name>gitlab-code-quality-plugin</name>
12
<description>gitlab-code-quality-plugin</description>
0 commit comments