Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Amaury Levé authored Feb 24, 2017
1 parent 07ab2be commit 1e846ee
Showing 1 changed file 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 @@ -74,7 +74,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.23.0.1793</sonarAnalyzer.version>
<sonarAnalyzer.version>1.23.0.1828</sonarAnalyzer.version>
<sonarAnalyzer.workDirectory>${project.build.directory}/analyzer</sonarAnalyzer.workDirectory>
<scanner.msbuild.version>2.2.0.24</scanner.msbuild.version>
<scanner.msbuild.workDirectory>${project.build.directory}/scanner</scanner.msbuild.workDirectory>
Expand All @@ -91,7 +91,7 @@
<dependency>
<groupId>org.sonarsource.dotnet</groupId>
<artifactId>sonar-dotnet-shared-library</artifactId>
<version>1.1.0.384</version>
<version>1.1.0.388</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 1e846ee

Please sign in to comment.