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

version(sonar): bumping sonar version to 5.6 (lts) #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Sonarqube plugin for scala analysis

# Set-up
Intended for sonarqube 5.4
Intended for sonarqube 5.6

Download the latest relase into your sonar extentions/downloads folder.
Restart sonarqube either using the update center or manually.
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<artifactId>sonar-scala-plugin</artifactId>
<packaging>sonar-plugin</packaging>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.4-SNAPSHOT</version>

<name>Sonar Scala Plugin</name>
<description>Enables analysis of Scala projects into Sonar.</description>
Expand Down Expand Up @@ -51,7 +51,7 @@
</issueManagement>

<properties>
<sonar.version>5.4</sonar.version>
<sonar.version>5.6</sonar.version>
<sonar.pluginKey>scala</sonar.pluginKey>
<sonar.pluginName>Scala</sonar.pluginName>
<sonar.pluginClass>com.sagacify.sonar.scala.ScalaPlugin</sonar.pluginClass>
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Required metadata
sonar.projectName=Sonar Scala Plugin
sonar.projectVersion=0.0.3
sonar.projectVersion=0.0.4

# Comma-separated paths to directories with sources (required)
sonar.sources=src
Expand Down