We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94259de commit efe2142Copy full SHA for efe2142
pom.xml
@@ -29,7 +29,7 @@
29
30
<groupId>com.github.gantsign.maven</groupId>
31
<artifactId>ktlint-maven-plugin</artifactId>
32
- <version>0.9.11-SNAPSHOT</version>
+ <version>0.9.11</version>
33
34
<packaging>maven-plugin</packaging>
35
@@ -1098,7 +1098,7 @@
1098
<connection>scm:git:https://github.com/gantsign/ktlint-maven-plugin.git</connection>
1099
<developerConnection>scm:git:git@github.com:gantsign/ktlint-maven-plugin.git</developerConnection>
1100
<url>https://github.com/gantsign/ktlint-maven-plugin</url>
1101
- <tag>HEAD</tag>
+ <tag>0.9.11</tag>
1102
</scm>
1103
1104
<issueManagement>
0 commit comments