Skip to content

Commit 5e819a9

Browse files
authored
[pom] More adjustments and drop sonar plugin back to version 4. (#1091)
1 parent 1391e5c commit 5e819a9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@
359359
<plugin>
360360
<groupId>org.sonarsource.scanner.maven</groupId>
361361
<artifactId>sonar-maven-plugin</artifactId>
362-
<version>5.0.0.4389</version>
362+
<version>4.0.0.4121</version>
363363
</plugin>
364364
</plugins>
365365
</pluginManagement>

src/smoke-test/sonarqube-client

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM maven:3.6.3-jdk-8
1+
FROM maven:3.9.9-jdk-8
22

33
RUN apt-get update && apt-get install -y --no-install-recommends \
44
bash \

src/smoke-test/sonarqube-latest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM sonarqube:8.2-community
2-
ENV SONAR_JAVA_VERSION=6.1.0.20866
1+
FROM sonarqube:9.9-community
2+
ENV SONAR_JAVA_VERSION=8.6.0.37351
33

44
RUN (cd $SONARQUBE_HOME/extensions/plugins/ && curl -O https://repo.maven.apache.org/maven2/org/sonarsource/java/sonar-java-plugin/$SONAR_JAVA_VERSION/sonar-java-plugin-$SONAR_JAVA_VERSION.jar)
55
COPY target/sonar-findbugs-plugin.jar $SONARQUBE_HOME/extensions/plugins/

0 commit comments

Comments
 (0)