Skip to content

Commit

Permalink
use correct scm coordinates (#10876)
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed Nov 18, 2023
1 parent a987886 commit af13a72
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@
</licenses>

<scm>
<connection>scm:git:https://github.com/eclipse/jetty.project.git</connection>
<developerConnection>scm:git:git@github.com:eclipse/jetty.project.git</developerConnection>
<url>https://github.com/eclipse/jetty.project</url>
<connection>scm:git:https://github.com/jetty/jetty.project.git</connection>
<developerConnection>scm:git:git@github.com:jetty/jetty.project.git</developerConnection>
<url>https://github.com/jetty/jetty.project</url>
</scm>

<modules>
Expand Down Expand Up @@ -841,8 +841,8 @@
<attributes>
<JDURL>https://eclipse.dev/jetty/javadoc/jetty-10</JDURL>
<SRCDIR>${basedir}/..</SRCDIR>
<GITBROWSEURL>https://github.com/eclipse/jetty.project/tree/jetty-10.0.x</GITBROWSEURL>
<GITDOCURL>https://github.com/eclipse/jetty.project/tree/jetty-10.0.x/documentation/jetty-documentation/src/main/asciidoc</GITDOCURL>
<GITBROWSEURL>https://github.com/jetty/jetty.project/tree/jetty-10.0.x</GITBROWSEURL>
<GITDOCURL>https://github.com/jetty/jetty.project/tree/jetty-10.0.x/documentation/jetty-documentation/src/main/asciidoc</GITDOCURL>
<MVNCENTRAL>http://central.maven.org/maven2</MVNCENTRAL>
<VERSION>${project.version}</VERSION>
<TIMESTAMP>${maven.build.timestamp}</TIMESTAMP>
Expand Down Expand Up @@ -2450,7 +2450,7 @@

<issueManagement>
<system>github</system>
<url>https://github.com/eclipse/jetty.project/issues</url>
<url>https://github.com/jetty/jetty.project/issues</url>
</issueManagement>

<mailingLists>
Expand Down

0 comments on commit af13a72

Please sign in to comment.