We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b2ad0 commit 442dd20Copy full SHA for 442dd20
pom.xml
@@ -20,7 +20,7 @@
20
21
<groupId>io.github.arrudalabs</groupId>
22
<artifactId>pom-editor-maven-plugin</artifactId>
23
- <version>0.0.2-SNAPSHOT</version>
+ <version>0.0.2</version>
24
<packaging>maven-plugin</packaging>
25
26
<organization>
@@ -32,7 +32,7 @@
32
<connection>scm:git:${project.scm.url}</connection>
33
<developerConnection>scm:git:${project.scm.url}</developerConnection>
34
<url>https://github.com/arrudalabs/pom-editor-maven-plugin.git</url><!-- it's required by release processes -->
35
- <tag>HEAD</tag>
+ <tag>0.0.2</tag>
36
</scm>
37
38
<developers>
0 commit comments