Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 7f15da0

Browse files
committed
Fix the format of scm tags in pom.xml
1 parent d209b02 commit 7f15da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<connection>scm:git:ssh://[email protected]/burtcorp/jmespath-java.git</connection>
4848
<developerConnection>scm:git:ssh://[email protected]/burtcorp/jmespath-java.git</developerConnection>
4949
<url>https://github.com/burtcorp/jmespath-java.git</url>
50-
<tag>v${project.version}</tag>
50+
<tag>jmespath-${project.version}</tag>
5151
</scm>
5252

5353
<modules>

0 commit comments

Comments
 (0)