diff --git a/jetty/MirrorJetty.jenkinsfile b/jetty/MirrorJetty.jenkinsfile index 534c9b2..bcd5084 100644 --- a/jetty/MirrorJetty.jenkinsfile +++ b/jetty/MirrorJetty.jenkinsfile @@ -84,7 +84,7 @@ pipeline { [$class: 'CloneOption', shallow: true], [$class: 'SparseCheckoutPaths', sparseCheckoutPaths:[[$class:'SparseCheckoutPath', path:'jetty/']]] ], - userRemoteConfigs: [[url: 'https://git.eclipse.org/r/oomph/org.eclipse.oomph.incubator.git' ]] + userRemoteConfigs: [[url: 'https://github.com/eclipse-oomph/oomph.incubator.git' ]] ] ) diff --git a/maven-bnd/SimRelMavenBnd.jenkinsfile b/maven-bnd/SimRelMavenBnd.jenkinsfile index a0aa082..806a55a 100644 --- a/maven-bnd/SimRelMavenBnd.jenkinsfile +++ b/maven-bnd/SimRelMavenBnd.jenkinsfile @@ -65,7 +65,7 @@ pipeline { [$class: 'CloneOption', shallow: true], [$class: 'SparseCheckoutPaths', sparseCheckoutPaths:[[$class:'SparseCheckoutPath', path:'maven-bnd/']]] ], - userRemoteConfigs: [[url: 'https://git.eclipse.org/r/oomph/org.eclipse.oomph.incubator.git' ]] + userRemoteConfigs: [[url: 'https://github.com/eclipse-oomph/oomph.incubator.git' ]] ] ) diff --git a/maven-bnd/promotion/pom.xml b/maven-bnd/promotion/pom.xml index a53be5e..445791d 100644 --- a/maven-bnd/promotion/pom.xml +++ b/maven-bnd/promotion/pom.xml @@ -79,7 +79,7 @@ SPDX-License-Identifier: EPL-2.0 -root ${project.build.directory}/simrel-maven-bnd-sync -relative ${org.eclipse.justj.p2.manager.relative} -version-iu org.eclipse.oomph.maven. - -commit https://git.eclipse.org/c/oomph/org.eclipse.oomph.incubator.git/commit/?id=${git.commit} + -commit https://github.com/eclipse-oomph/oomph.incubator/commit/${git.commit} -target-url https://download.eclipse.org/oomph -promote ${project.basedir}/../site/target/repository -timestamp ${build.timestamp} diff --git a/maven/SimRelMaven.jenkinsfile b/maven/SimRelMaven.jenkinsfile index d9a05f4..dfb38ee 100644 --- a/maven/SimRelMaven.jenkinsfile +++ b/maven/SimRelMaven.jenkinsfile @@ -65,7 +65,7 @@ pipeline { [$class: 'CloneOption', shallow: true], [$class: 'SparseCheckoutPaths', sparseCheckoutPaths:[[$class:'SparseCheckoutPath', path:'maven/']]] ], - userRemoteConfigs: [[url: 'https://git.eclipse.org/r/oomph/org.eclipse.oomph.incubator.git' ]] + userRemoteConfigs: [[url: 'https://github.com/eclipse-oomph/oomph.incubator.git' ]] ] ) diff --git a/maven/promotion/pom.xml b/maven/promotion/pom.xml index 10b4cdf..92de429 100644 --- a/maven/promotion/pom.xml +++ b/maven/promotion/pom.xml @@ -79,7 +79,7 @@ SPDX-License-Identifier: EPL-2.0 -root ${project.build.directory}/simrel-maven-sync -relative ${org.eclipse.justj.p2.manager.relative} -version-iu org.eclipse.oomph.maven.all. - -commit https://git.eclipse.org/c/oomph/org.eclipse.oomph.incubator.git/commit/?id=${git.commit} + -commit https://github.com/eclipse-oomph/oomph.incubator/commit/${git.commit} -target-url https://download.eclipse.org/oomph -promote ${project.basedir}/../site-minimal/target/repository -timestamp ${build.timestamp} diff --git a/orbit-legacy/MirrorOrbitLegacy.jenkinsfile b/orbit-legacy/MirrorOrbitLegacy.jenkinsfile index a25b68b..a87a8c1 100644 --- a/orbit-legacy/MirrorOrbitLegacy.jenkinsfile +++ b/orbit-legacy/MirrorOrbitLegacy.jenkinsfile @@ -74,7 +74,7 @@ pipeline { [$class: 'CloneOption', shallow: true], [$class: 'SparseCheckoutPaths', sparseCheckoutPaths:[[$class:'SparseCheckoutPath', path:'orbit-legacy/']]] ], - userRemoteConfigs: [[url: 'https://git.eclipse.org/r/oomph/org.eclipse.oomph.incubator.git' ]] + userRemoteConfigs: [[url: 'https://github.com/eclipse-oomph/oomph.incubator.git' ]] ] ) diff --git a/orbit/SimRelOrbit.jenkinsfile b/orbit/SimRelOrbit.jenkinsfile index 0249421..1754650 100644 --- a/orbit/SimRelOrbit.jenkinsfile +++ b/orbit/SimRelOrbit.jenkinsfile @@ -75,7 +75,7 @@ pipeline { [$class: 'CloneOption', shallow: true], [$class: 'SparseCheckoutPaths', sparseCheckoutPaths:[[$class:'SparseCheckoutPath', path:'orbit/']]] ], - userRemoteConfigs: [[url: 'https://git.eclipse.org/r/oomph/org.eclipse.oomph.incubator.git' ]] + userRemoteConfigs: [[url: 'https://github.com/eclipse-oomph/oomph.incubator.git' ]] ] ) diff --git a/orbit/pom.xml b/orbit/pom.xml index a009277..7d172cf 100644 --- a/orbit/pom.xml +++ b/orbit/pom.xml @@ -208,7 +208,7 @@ ${org.eclipse.justj.p2.manager.relative} -version-iu org.eclipse.oomph.maven.all. -commit - https://git.eclipse.org/c/oomph/org.eclipse.oomph.incubator.git/commit/?id=${git.commit} + https://github.com/eclipse-oomph/oomph.incubator/commit/${git.commit} -target-url https://download.eclipse.org/oomph -promote diff --git a/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/SimRelExtras.jenkinsfile b/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/SimRelExtras.jenkinsfile index e0070fa..910142c 100644 --- a/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/SimRelExtras.jenkinsfile +++ b/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/SimRelExtras.jenkinsfile @@ -59,7 +59,7 @@ pipeline { [$class: 'CloneOption', shallow: true], [$class: 'SparseCheckoutPaths', sparseCheckoutPaths:[[$class:'SparseCheckoutPath', path:'simrel-extras/']]] ], - userRemoteConfigs: [[url: 'https://git.eclipse.org/r/oomph/org.eclipse.oomph.incubator.git' ]] + userRemoteConfigs: [[url: 'https://github.com/eclipse-oomph/oomph.incubator.git' ]] ] ) diff --git a/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/pom.xml b/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/pom.xml index 09bee0d..8689fc9 100644 --- a/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/pom.xml +++ b/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/pom.xml @@ -22,7 +22,7 @@ SPDX-License-Identifier: EPL-2.0 UTF-8 - scm:git:https://git.eclipse.org/r/p/justj/org.eclipse.oomph.simrel.extra.git + scm:git:https://github.com/eclipse-oomph/oomph.incubator.git 2.7.5 1.3.2 diff --git a/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/pom.xml b/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/pom.xml index bc038db..eb208ed 100644 --- a/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/pom.xml +++ b/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/pom.xml @@ -91,7 +91,7 @@ SPDX-License-Identifier: EPL-2.0 -root ${project.build.directory}/simrel-extras-sync -relative ${org.eclipse.justj.p2.manager.relative} -version-iu org.eclipse.oomph.simrel.extra. - -commit https://git.eclipse.org/c/oomph/org.eclipse.oomph.incubator.git/commit/?id=${git.commit} + -commit https://github.com/eclipse-oomph/oomph.incubator/commit/${git.commit} -target-url https://download.eclipse.org/oomph -promote ${project.basedir}/../../org.eclipse.oomph.simrel.extra.site/target/repository -timestamp ${build.timestamp}