Skip to content

Commit

Permalink
use github for scm
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed Dec 4, 2024
1 parent 45ccf06 commit 3de45d8
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 @@ -89,8 +89,8 @@ under the License.
</prerequisites>

<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git</developerConnection>
<connection>scm:git:https://github.com/apache/maven-javadoc-plugin.git</connection>
<developerConnection>scm:git:https://github.com/apache/maven-javadoc-plugin.git</developerConnection>
<tag>HEAD</tag>
<url>https://github.com/apache/maven-javadoc-plugin/tree/${project.scm.tag}</url>
</scm>
Expand Down

0 comments on commit 3de45d8

Please sign in to comment.