We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0727698 commit 1d7d8d9Copy full SHA for 1d7d8d9
pom.xml
@@ -10,7 +10,7 @@
10
<groupId>org.sonarsource.scm.perforce</groupId>
11
<artifactId>sonar-scm-perforce-plugin</artifactId>
12
<name>SonarQube :: Plugins :: SCM :: Perforce</name>
13
- <version>1.4-SNAPSHOT</version>
+ <version>1.4</version>
14
<packaging>sonar-plugin</packaging>
15
<description>Perforce SCM Provider.</description>
16
<url>http://redirect.sonarsource.com/plugins/scmperforce.html</url>
@@ -41,7 +41,7 @@
41
<connection>scm:git:[email protected]:SonarSource/sonar-scm-perforce.git</connection>
42
<developerConnection>scm:git:[email protected]:SonarSource/sonar-scm-perforce.git</developerConnection>
43
<url>https://github.com/SonarSource/sonar-scm-perforce</url>
44
- <tag>HEAD</tag>
+ <tag>1.4</tag>
45
</scm>
46
47
<issueManagement>
0 commit comments