File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 >
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
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 >
You can’t perform that action at this time.
0 commit comments