Skip to content

Commit

Permalink
Updated release plugin config
Browse files Browse the repository at this point in the history
  • Loading branch information
phybros committed May 16, 2020
1 parent 88b58dd commit 441c88f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>0.0.1-SNAPSHOT</version>

<scm>
<developerConnection>scm:git:ssh://github.com/phybros/servertap</developerConnection>
<developerConnection>scm:git:ssh://github.com/phybros/servertap.git</developerConnection>
</scm>

<properties>
Expand Down Expand Up @@ -66,6 +66,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.0-M1</version>

<configuration>
<tagNameFormat>v@{project.version}</tagNameFormat>
</configuration>
</plugin>

<plugin>
Expand Down

0 comments on commit 441c88f

Please sign in to comment.