Skip to content

Commit 44ffe8b

Browse files
committed
release: fixed the site urls
Signed-off-by: Maximillian Arruda <[email protected]>
1 parent 81f6115 commit 44ffe8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
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/pom-maven-plugin.git</url><!-- it's required by release processes -->
35+
<url>https://github.com/arrudalabs/pom-editor-maven-plugin.git</url><!-- it's required by release processes -->
3636
<tag>HEAD</tag>
3737
</scm>
3838

@@ -662,7 +662,7 @@
662662
<distributionManagement>
663663
<site>
664664
<id>github</id>
665-
<url>scm:git:ssh://[email protected]/arrudalabs/pom-maven-plugin.git</url>
665+
<url>scm:git:ssh://[email protected]/arrudalabs/pom-editor-maven-plugin.git</url>
666666
</site>
667667
<snapshotRepository>
668668
<id>ossrh</id>

0 commit comments

Comments
 (0)