Skip to content

Commit 05a764b

Browse files
javier-godoymlopezFC
authored andcommitted
ci: configure maven-release-plugin
1 parent cc74c76 commit 05a764b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,14 @@
121121
<artifactId>maven-deploy-plugin</artifactId>
122122
<version>2.8.2</version>
123123
</plugin>
124+
<plugin>
125+
<groupId>org.apache.maven.plugins</groupId>
126+
<artifactId>maven-release-plugin</artifactId>
127+
<version>3.0.1</version>
128+
<configuration>
129+
<tagNameFormat>@{project.version}</tagNameFormat>
130+
</configuration>
131+
</plugin>
124132
<plugin>
125133
<groupId>org.codehaus.mojo</groupId>
126134
<artifactId>license-maven-plugin</artifactId>

0 commit comments

Comments
 (0)