Skip to content

Commit f6c4218

Browse files
author
javamachr
committed
fixed wrong api dep version
1 parent 798f33a commit f6c4218

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Inspired by https://github.com/SonarCommunity/sonar-github
77

88
# Current version
99

10-
## Version 5.2
10+
## Version 5.2.1
1111
** Only SonarQube 9.5+**
1212

1313
* bumped plugin version to 9.5.0.56709

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com.talanlabs</groupId>
1212
<artifactId>sonar-gitlab-plugin</artifactId>
13-
<version>5.2</version>
13+
<version>5.2.1</version>
1414
<name>SonarQube :: GitLab Plugin</name>
1515
<description>GitLab Plugin for Reporting</description>
1616
<packaging>sonar-plugin</packaging>
@@ -142,7 +142,7 @@
142142
<dependency>
143143
<groupId>org.sonarsource.api.plugin</groupId>
144144
<artifactId>sonar-plugin-api</artifactId>
145-
<version>9.6.1.114</version>
145+
<version>9.5.0.71</version>
146146
<scope>provided</scope>
147147
</dependency>
148148
<dependency>

0 commit comments

Comments
 (0)