We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b055c commit 71722a8Copy full SHA for 71722a8
pom.xml
@@ -11,7 +11,7 @@
11
<groupId>org.sonarsource.dotnet</groupId>
12
<artifactId>sonar-csharp-plugin</artifactId>
13
<packaging>sonar-plugin</packaging>
14
- <version>5.0-SNAPSHOT</version>
+ <version>5.0-RC1</version>
15
16
<name>SonarQube C# Plugin</name>
17
<description>Enables scanning of C# source files</description>
@@ -40,7 +40,7 @@
40
<connection>scm:git:[email protected]:SonarSource/sonar-csharp.git</connection>
41
<developerConnection>scm:git:[email protected]:SonarSource/sonar-csharp.git</developerConnection>
42
<url>https://github.com/SonarSource/sonar-csharp</url>
43
- <tag>HEAD</tag>
+ <tag>5.0-RC1</tag>
44
</scm>
45
<issueManagement>
46
<system>JIRA</system>
0 commit comments