Skip to content

Commit 848eb66

Browse files
committed
release: fixed the SCM url
Signed-off-by: Maximillian Arruda <[email protected]>
1 parent 4d541b0 commit 848eb66

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
@@ -32,7 +32,7 @@
3232
<scm>
3333
<connection>scm:git:${project.scm.url}</connection>
3434
<developerConnection>scm:git:${project.scm.url}</developerConnection>
35-
<url>https://github.com/arrudalabs/poc-maven-plugin.git</url>
35+
<url>https://github.com/arrudalabs/pom-maven-plugin.git</url><!-- it's required by release processes -->
3636
<tag>HEAD</tag>
3737
</scm>
3838

0 commit comments

Comments
 (0)