Skip to content

Commit 841b3dd

Browse files
committed
[maven-release-plugin] prepare release v0.2.0
1 parent d11ecf7 commit 841b3dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>me.kpavlov.ksp.maven</groupId>
66
<artifactId>ksp-maven-plugin</artifactId>
7-
<version>0.2.0-SNAPSHOT</version>
7+
<version>0.2.0</version>
88
<packaging>maven-plugin</packaging>
99

1010
<name>KSP Maven Plugin</name>
@@ -35,7 +35,7 @@
3535
<scm>
3636
<connection>scm:git:git://github.com/kpavlov/ksp-maven-plugin.git</connection>
3737
<developerConnection>scm:git:ssh://github.com/kpavlov/ksp-maven-plugin.git</developerConnection>
38-
<tag>HEAD</tag>
38+
<tag>v0.2.0</tag>
3939
<url>https://github.com/kpavlov/ksp-maven-plugin/tree/main</url>
4040
</scm>
4141

@@ -274,17 +274,17 @@
274274
<!-- optional: limit format enforcement to just the files changed by this feature branch -->
275275
<ratchetFrom>origin/main</ratchetFrom>
276276
<java>
277-
<palantirJavaFormat/>
277+
<palantirJavaFormat />
278278
</java>
279279
<kotlin>
280-
<ktlint/>
280+
<ktlint />
281281
</kotlin>
282282
<markdown>
283283
<includes>
284284
<!-- You have to set the target manually -->
285285
<include>**/*.md</include>
286286
</includes>
287-
<flexmark/>
287+
<flexmark />
288288
</markdown>
289289
<pom>
290290
<includes>

0 commit comments

Comments
 (0)