Skip to content

Commit

Permalink
Update SonarAnalyzer to 1.19.0-RC1, update Shared library to 1.0.0.92…
Browse files Browse the repository at this point in the history
…, update Scanner for MsBuild to 2.2
  • Loading branch information
tamasvajk committed Oct 11, 2016
1 parent 5b56ef1 commit 7f863f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<sonar.pluginClass>org.sonar.plugins.csharp.CSharpPlugin</sonar.pluginClass>
<gitRepositoryName>sonar-csharp</gitRepositoryName>
<!-- sonarAnalyzer.version should match the one specified in sonar-dotnet-shared-library -->
<sonarAnalyzer.version>1.19.0-alpha06</sonarAnalyzer.version>
<sonarAnalyzer.version>1.19.0-RC1</sonarAnalyzer.version>
<sonarAnalyzer.workDirectory>${project.build.directory}/analyzer</sonarAnalyzer.workDirectory>
</properties>

Expand All @@ -67,7 +67,7 @@
<dependency>
<groupId>org.sonarsource.dotnet</groupId>
<artifactId>sonar-dotnet-shared-library</artifactId>
<version>1.0.0.90</version>
<version>1.0.0.92</version>
</dependency>

<dependency>
Expand Down
Binary file modified src/main/resources/static/SonarQube.MSBuild.Runner.Implementation.zip
Binary file not shown.

0 comments on commit 7f863f2

Please sign in to comment.