We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b7b78 commit e37d44bCopy full SHA for e37d44b
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>me.kpavlov.ksp.maven</groupId>
6
<artifactId>ksp-maven-plugin</artifactId>
7
- <version>0.1.2-SNAPSHOT</version>
+ <version>0.1.2</version>
8
<packaging>maven-plugin</packaging>
9
10
<name>KSP Maven Plugin</name>
@@ -35,7 +35,7 @@
35
<scm>
36
<connection>scm:git:git://github.com/kpavlov/ksp-maven-plugin.git</connection>
37
<developerConnection>scm:git:ssh://github.com/kpavlov/ksp-maven-plugin.git</developerConnection>
38
- <tag>HEAD</tag>
+ <tag>v0.1.2</tag>
39
<url>https://github.com/kpavlov/ksp-maven-plugin/tree/main</url>
40
</scm>
41
0 commit comments