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 643bc4e commit 3cc3308Copy full SHA for 3cc3308
pom.xml
@@ -20,7 +20,7 @@
20
21
<groupId>br.org.soujava</groupId>
22
<artifactId>pom-editor-maven-plugin</artifactId>
23
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</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/soujava/pom-editor-maven-plugin.git</url><!-- it's required by release processes -->
35
- <tag>HEAD</tag>
+ <tag>pom-editor-maven-plugin-1.0.0</tag>
36
</scm>
37
38
<developers>
0 commit comments