use correct scm coordinates (#10876)
Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
parent
a9878863aa
commit
af13a72978
12
pom.xml
12
pom.xml
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue