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 f6b1ad0 commit 4cf3517Copy full SHA for 4cf3517
README.adoc
@@ -1,6 +1,6 @@
1
= gitlab-code-quality-plugin
2
-:version_stable: 1.0.2
3
-:version_snapshot: 1.1.0-SNAPSHOT
+:version_stable: 1.1.0
+:version_snapshot: 1.2.0-SNAPSHOT
4
5
This Maven plugin allows you to transform XML reports created by code quality tools like
6
https://spotbugs.github.io/[SpotBugs] and https://checkstyle.org/[Checkstyle]
pom.xml
@@ -6,7 +6,7 @@
<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.1.0</version>
10
11
<name>gitlab-code-quality-plugin</name>
12
<description>gitlab-code-quality-plugin</description>
0 commit comments