Skip to content

Commit

Permalink
Testing SonarQube server version and scanner version upgrade to the l…
Browse files Browse the repository at this point in the history
…atest LTS.
  • Loading branch information
okmoch committed Apr 11, 2022
1 parent 1ba5902 commit d520562
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<configuration>
<target>
<copy file="${project.basedir}/target/${project.artifactId}-${project.version}.jar"
tofile="${project.basedir}/.sonar/sonarqube-7.9.1/extensions/plugins/${project.artifactId}-${project.version}.jar"/>
tofile="${project.basedir}/.sonar/sonarqube-8.9.8.54436/extensions/plugins/${project.artifactId}-${project.version}.jar"/>
</target>
</configuration>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion sample-project/sonar-scanner-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

set -euo pipefail

SONAR_SCANNER_VERSION=4.2.0.1873
SONAR_SCANNER_VERSION=4.7.0.2747
URL="https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${SONAR_SCANNER_VERSION}-macosx.zip"

# Resolve where script is stored (symlinks too)
Expand Down
2 changes: 1 addition & 1 deletion sonar-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# limitations under the License.
# ----------------------------------------------------------------------------

SONAR_NAME=sonarqube-7.9.1
SONAR_NAME=sonarqube-8.9.8.54436
URL="https://binaries.sonarsource.com/Distribution/sonarqube/${SONAR_NAME}.zip"

set -euo pipefail
Expand Down

0 comments on commit d520562

Please sign in to comment.