Skip to content

Commit

Permalink
Migrate Git clone URL references to GitHub URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Jun 18, 2023
1 parent 17ca041 commit f195fa2
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion jetty/MirrorJetty.jenkinsfile
Expand Up @@ -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' ]]
]
)

Expand Down
2 changes: 1 addition & 1 deletion maven-bnd/SimRelMavenBnd.jenkinsfile
Expand Up @@ -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' ]]
]
)

Expand Down
2 changes: 1 addition & 1 deletion maven-bnd/promotion/pom.xml
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion maven/SimRelMaven.jenkinsfile
Expand Up @@ -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' ]]
]
)

Expand Down
2 changes: 1 addition & 1 deletion maven/promotion/pom.xml
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion orbit-legacy/MirrorOrbitLegacy.jenkinsfile
Expand Up @@ -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' ]]
]
)

Expand Down
2 changes: 1 addition & 1 deletion orbit/SimRelOrbit.jenkinsfile
Expand Up @@ -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' ]]
]
)

Expand Down
2 changes: 1 addition & 1 deletion orbit/pom.xml
Expand Up @@ -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
Expand Down
Expand Up @@ -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' ]]
]
)

Expand Down
Expand Up @@ -22,7 +22,7 @@ SPDX-License-Identifier: EPL-2.0

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tycho.scmUrl>scm:git:https://git.eclipse.org/r/p/justj/org.eclipse.oomph.simrel.extra.git</tycho.scmUrl>
<tycho.scmUrl>scm:git:https://github.com/eclipse-oomph/oomph.incubator.git</tycho.scmUrl>
<tycho-version>2.7.5</tycho-version>
<jarsigner-version>1.3.2</jarsigner-version>
<os-jvm-flags/>
Expand Down
Expand Up @@ -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}
Expand Down

0 comments on commit f195fa2

Please sign in to comment.