Skip to content

Commit 4cf3517

Browse files
committed
Preparing 1.1.0 release
1 parent f6b1ad0 commit 4cf3517

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= gitlab-code-quality-plugin
2-
:version_stable: 1.0.2
3-
:version_snapshot: 1.1.0-SNAPSHOT
2+
:version_stable: 1.1.0
3+
:version_snapshot: 1.2.0-SNAPSHOT
44

55
This Maven plugin allows you to transform XML reports created by code quality tools like
66
https://spotbugs.github.io/[SpotBugs] and https://checkstyle.org/[Checkstyle]

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>de.chkal.maven</groupId>
77
<artifactId>gitlab-code-quality-plugin</artifactId>
88
<packaging>maven-plugin</packaging>
9-
<version>1.1.0-SNAPSHOT</version>
9+
<version>1.1.0</version>
1010

1111
<name>gitlab-code-quality-plugin</name>
1212
<description>gitlab-code-quality-plugin</description>

0 commit comments

Comments
 (0)