We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0293be commit 347da69Copy full SHA for 347da69
pom.xml
@@ -10,7 +10,7 @@
10
11
<artifactId>sonar-widget-lab-plugin</artifactId>
12
<groupId>org.sonarsource.widget-lab</groupId>
13
- <version>1.9-SNAPSHOT</version>
+ <version>1.8.1</version>
14
<packaging>sonar-plugin</packaging>
15
16
<name>Widget Lab</name>
@@ -72,7 +72,7 @@
72
<connection>scm:git:https://github.com/SonarCommunity/sonar-widget-lab.git</connection>
73
<developerConnection>scm:git:[email protected]:SonarCommunity/sonar-widget-lab.git</developerConnection>
74
<url>https://github.com/SonarCommunity/sonar-widget-lab</url>
75
- <tag>HEAD</tag>
+ <tag>1.8.1</tag>
76
</scm>
77
78
<build>
0 commit comments