From 6813385ac05bca948c3546a4ae0f228bcafa3fb1 Mon Sep 17 00:00:00 2001 From: Markus Knauer Date: Thu, 21 Apr 2022 18:58:04 +0200 Subject: [PATCH] Update Git repo and issue tracker URLs to GitHub (#2) * Configure new GitHub repository URL in MANIFEST.MF * Replace Git and Bugzilla URL references in documentation Signed-off-by: Markus Knauer --- CONTRIBUTING.md | 11 ++++++----- NOTICE.md | 4 ++-- README.md | 6 +++--- releng/org.eclipse.rap.tools.build/pom.xml | 2 +- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 362a403c..90726865 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,13 +25,14 @@ more. The project maintains the following source code repositories -* https://git.eclipse.org/r/plugins/gitiles/rap/org.eclipse.rap -* https://git.eclipse.org/r/plugins/gitiles/rap/org.eclipse.rap.tools +* https://github.com/eclipse-rap/org.eclipse.rap +* https://github.com/eclipse-rap/org.eclipse.rap.tools -This project uses Bugzilla to track ongoing development and issues. +This project uses GitHub to track ongoing development and issues. -* Search for issues: https://bugs.eclipse.org/bugs/buglist.cgi?product=RAP -* Create a new report: https://bugs.eclipse.org/bugs/enter_bug.cgi?product=RAP +* Search for issues: https://github.com/eclipse-rap/org.eclipse.rap.tools/issues +* Create a new report: https://github.com/eclipse-rap/org.eclipse.rap.tools/issues/new/choose +* For old issues until 2022-04, see Bugzilla at https://bugs.eclipse.org/bugs/buglist.cgi?product=RAP Be sure to search for existing bugs before you create another one. Remember that contributions are always welcome! diff --git a/NOTICE.md b/NOTICE.md index 5fd29d75..812be5f7 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -28,8 +28,8 @@ SPDX-License-Identifier: EPL-1.0 The project maintains the following source code repositories: -* https://git.eclipse.org/r/plugins/gitiles/rap/org.eclipse.rap -* https://git.eclipse.org/r/plugins/gitiles/rap/org.eclipse.rap.tools +* https://github.com/eclipse-rap/org.eclipse.rap +* https://github.com/eclipse-rap/org.eclipse.rap.tools ## Third-party Content diff --git a/README.md b/README.md index 2dd9379b..baa1631a 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Contact the project developers via the [RAP Forum] [8] or the project's Search for bugs --------------- -This project uses Bugzilla to track [ongoing development and issues] [10]. +This project uses GitHub to track [ongoing development and issues] [10]. Create a new bug ---------------- @@ -80,5 +80,5 @@ welcome! [7]: http://wiki.eclipse.org/EPL [8]: http://www.eclipse.org/forums/eclipse.technology.rap [9]: https://dev.eclipse.org/mailman/listinfo/rap-dev -[10]: https://bugs.eclipse.org/bugs/buglist.cgi?product=RAP -[11]: https://bugs.eclipse.org/bugs/enter_bug.cgi?product=RAP +[10]: https://github.com/eclipse-rap/org.eclipse.rap/issues +[11]: https://github.com/eclipse-rap/org.eclipse.rap/issues/new/choose diff --git a/releng/org.eclipse.rap.tools.build/pom.xml b/releng/org.eclipse.rap.tools.build/pom.xml index 2f2aae33..81016145 100644 --- a/releng/org.eclipse.rap.tools.build/pom.xml +++ b/releng/org.eclipse.rap.tools.build/pom.xml @@ -24,7 +24,7 @@ yyyyMMdd-HHmm 2.1.0 1.3.2 - scm:git:https://git.eclipse.org/r/rap/org.eclipse.rap.tools.git + scm:git:https://github.com/eclipse-rap/org.eclipse.rap.tools