Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump up SonarQube LTS to 6.7.6 #234

Merged
merged 1 commit into from
Dec 24, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- docker
env:
# latest LTS
- SONAR_VERSION=6.7.5 SONAR_JAVA_VERSION=5.2.0.13398
- SONAR_VERSION=6.7.6 SONAR_JAVA_VERSION=5.2.0.13398
# latest releases
- SONAR_VERSION=7.4 SONAR_JAVA_VERSION=5.8.0.15699
install:
Expand Down
2 changes: 1 addition & 1 deletion src/smoke-test/sonarqube-lts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM sonarqube:6.7.5
FROM sonarqube:6.7.6-community
ENV SONAR_JAVA_VERSION=5.2.0.13398

RUN wget -P $SONARQUBE_HOME/extensions/plugins/ --no-verbose http://central.maven.org/maven2/org/sonarsource/java/sonar-java-plugin/$SONAR_JAVA_VERSION/sonar-java-plugin-$SONAR_JAVA_VERSION.jar
Expand Down