Skip to content

Commit

Permalink
release: fixed the site urls
Browse files Browse the repository at this point in the history
Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
  • Loading branch information
dearrudam committed Mar 20, 2023
1 parent 81f6115 commit 44ffe8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<scm>
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<url>https://github.com/arrudalabs/pom-maven-plugin.git</url><!-- it's required by release processes -->
<url>https://github.com/arrudalabs/pom-editor-maven-plugin.git</url><!-- it's required by release processes -->
<tag>HEAD</tag>
</scm>

Expand Down Expand Up @@ -662,7 +662,7 @@
<distributionManagement>
<site>
<id>github</id>
<url>scm:git:ssh://git@github.com/arrudalabs/pom-maven-plugin.git</url>
<url>scm:git:ssh://git@github.com/arrudalabs/pom-editor-maven-plugin.git</url>
</site>
<snapshotRepository>
<id>ossrh</id>
Expand Down

0 comments on commit 44ffe8b

Please sign in to comment.