1 parent 46b711d commit aff0a4fCopy full SHA for aff0a4f
2 files changed
README.adoc
@@ -1,6 +1,6 @@
1
= gitlab-code-quality-plugin
2
-:version_stable: 1.1.0
3
-:version_snapshot: 1.2.0-SNAPSHOT
+:version_stable: 1.2.0
+:version_snapshot: 1.3.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], 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.2.0-SNAPSHOT</version>
+ <version>1.2.0</version>
10
11
<name>gitlab-code-quality-plugin</name>
12
<description>gitlab-code-quality-plugin</description>
0 commit comments