Skip to content

Commit 82120b4

Browse files
committed
replace gitlab referencesed with github
1 parent 7522a11 commit 82120b4

File tree

57 files changed

+65
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+65
-65
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cache:
1111
- .m2/repository
1212

1313
variables:
14-
GIT_URL_HTTPS: https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/aem.design/aemdesign-aem-core.git
14+
GIT_URL_HTTPS: https://gitlab-ci-token:${CI_JOB_TOKEN}@github.com/aem-design/aemdesign-aem-core.git
1515
MAVEN_OPTS: "-Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository"
1616
MAVEN_CLI_OPTS: "--batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true"
1717

@@ -45,7 +45,7 @@ package:
4545
- git checkout ${CI_COMMIT_REF_NAME}
4646
- git reset --hard "origin/${CI_COMMIT_REF_NAME}"
4747
- git remote set-url origin ${GIT_URL_HTTPS}
48-
# - for name in $(git submodule status | awk '{ print $2}'); do git config --file=.gitmodules submodule.$name.url https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/aem.design/$name.git; done
48+
# - for name in $(git submodule status | awk '{ print $2}'); do git config --file=.gitmodules submodule.$name.url https://gitlab-ci-token:${CI_JOB_TOKEN}@github.com/aem-design/$name.git; done
4949
# - git submodule sync
5050
# - git submodule --quiet update --remote --init
5151
# - ls -latr
@@ -107,7 +107,7 @@ package:
107107
# # Gitlab clones as HTTPS and there's no plan to support SSH
108108
# # The SSH key needed is built into the custom Maven image
109109
# - git remote set-url origin ${GIT_URL_HTTPS}
110-
# - for name in $(git submodule status | awk '{ print $2}'); do git config --file=.gitmodules submodule.$name.url https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/aem.design/$name.git; done
110+
# - for name in $(git submodule status | awk '{ print $2}'); do git config --file=.gitmodules submodule.$name.url https://gitlab-ci-token:${CI_JOB_TOKEN}@github.com/aem-design/$name.git; done
111111
# - git submodule sync
112112
# - git submodule update --remote --init
113113
# - mvn --batch-mode clean release:prepare release:perform -Dresume=false -DautoVersionSubmodules=true -DdryRun=false -Dmaven.test.skip=true -DskipITs -DscmCommentPrefix="[ci skip]"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,13 +271,13 @@ In preparation for a release, create a new git release branch from the current m
271271

272272
#### Release new version
273273
Once the testing cycle has been completed and all code fixes have been applied to the remote release branch, we create a git tag of our version and deploy the maven `aemdesign-aem-core` artifact to the remote maven repository and merge our release to master branch.
274-
1. Ensure we are on the release branch for [aemdesign-aem-core](https://gitlab.com/aem.design/aemdesign-aem-core).
274+
1. Ensure we are on the release branch for [aemdesign-aem-core](https://github.com/aem-design/aemdesign-aem-core).
275275
2. Raise a Gitlab Merge Request from the relase branch to master branch, adding the necessary reviewers.
276276
3. Create the git tag.
277277
* `mvn scm:tag -Dtag="<version>"`
278278
4. Deploy the maven release artifacts to the remote maven repository
279279
* `<ToDo>`
280-
5. Accept the [aemdesign-aem-core](https://gitlab.com/aem.design/aemdesign-aem-core) Merge Request and delete the release branch.
280+
5. Accept the [aemdesign-aem-core](https://github.com/aem-design/aemdesign-aem-core) Merge Request and delete the release branch.
281281
6. Update the `Release history` section in this readme with details of the new release.
282282

283283

aemdesign-aem-author/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
</scm>
3636

3737
<issueManagement>
38-
<system>Gitlab</system>
39-
<url>https://gitlab.com/aem.design/aemdesign-aem-core/issues</url>
38+
<system>Github</system>
39+
<url>https://github.com/aem-design/aemdesign-aem-core/issues</url>
4040
</issueManagement>
4141

4242
<distributionManagement>

aemdesign-aem-common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
</scm>
4040

4141
<issueManagement>
42-
<system>Gitlab</system>
43-
<url>https://gitlab.com/aem.design/aemdesign-aem-core/issues</url>
42+
<system>Github</system>
43+
<url>https://github.com/aem-design/aemdesign-aem-core/issues</url>
4444
</issueManagement>
4545

4646
<distributionManagement>

aemdesign-aem-common/src/main/content/jcr_root/apps/aemdesign/components/analytics/datalayer/v2/datalayer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Component that outputs analytics content into the page
1313
* **Status**: production-ready
1414
* **Showcase**: [/content/aemdesign-showcase/en/component/analytics/datalayer.html](/content/aemdesign-showcase/en/analytics/datalayer.html?wcmmode=disabled)
1515
* **Local Code**: [/apps/aemdesign/components/analytics/datalayer/v2/datalayer](/crx/de/#/apps/aemdesign/components/analytics/datalayer/v2/datalayer)
16-
* **Source**: [gitlab/aemdesign](https://gitlab.com/aem.design/aemdesign-aem-common/tree/master/src/main/content/jcr_root/apps/aemdesign/components/analytics/datalayer/v2/datalayer)
16+
* **Source**: [gitlab/aemdesign](https://github.com/aem-design/aemdesign-aem-common/tree/master/src/main/content/jcr_root/apps/aemdesign/components/analytics/datalayer/v2/datalayer)
1717
* **Readme**: [/apps/aemdesign/components/analytics/datalayer/v2/datalayer](/mnt/overlay/wcm/core/content/sites/components/details.html/apps/aemdesign/components/analytics/datalayer/v2/datalayer)
1818

1919
### Features

aemdesign-aem-common/src/main/content/jcr_root/apps/aemdesign/components/common/redirectnotification/v2/redirectnotification/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Component for adding a Redirect Notification to a template to show author in a E
1414
* **Status**: production-ready
1515
* **Showcase**: [/content/aemdesign-showcase/en/component/common/redirectnotification](/content/aemdesign-showcase/en/component/common/redirectnotification.html?wcmmode=disabled)
1616
* **Local Code**: [/apps/aemdesign/components/common/redirectnotification/v2/redirectnotification](/crx/de/#/apps/aemdesign/components/common/redirectnotification/v2/redirectnotification)
17-
* **Source**: [gitlab/aemdesign](https://gitlab.com/aem.design/aemdesign-aem-common/tree/master/src/main/content/jcr_root/apps/aemdesign/components/common/redirectnotification/v2/redirectnotification)
17+
* **Source**: [gitlab/aemdesign](https://github.com/aem-design/aemdesign-aem-common/tree/master/src/main/content/jcr_root/apps/aemdesign/components/common/redirectnotification/v2/redirectnotification)
1818
* **Readme**: [/apps/aemdesign/components/common/redirectnotification/v2/redirectnotification](/mnt/overlay/wcm/core/content/sites/components/details.html/apps/aemdesign/components/common/redirectnotification/v2/redirectnotification)
1919

2020
# Authoring

aemdesign-aem-common/src/main/content/jcr_root/apps/aemdesign/components/common/staticinclude/v2/staticinclude/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add timing statistic to a page
1414
* **Status**: production-ready
1515
* **Showcase**: [/content/aemdesign-showcase/en/component/staticincludes/staticinclude/v2/staticinclude](/content/aemdesign-showcase/en/component/staticincludes/staticinclude.html?wcmmode=disabled)
1616
* **Local Code**: [/apps/aemdesign/components/staticincludes/staticinclude/v2/staticinclude](/crx/de/#/apps/aemdesign/components/staticincludes/staticinclude/v2/staticinclude)
17-
* **Source**: [gitlab/aemdesign](https://gitlab.com/aem.design/aemdesign-aem-common/tree/master/src/main/content/jcr_root/apps/aemdesign/components/staticincludes/staticinclude/v2/staticinclude)
17+
* **Source**: [gitlab/aemdesign](https://github.com/aem-design/aemdesign-aem-common/tree/master/src/main/content/jcr_root/apps/aemdesign/components/staticincludes/staticinclude/v2/staticinclude)
1818
* **Readme**: [/apps/aemdesign/components/staticincludes/staticinclude/v2/staticinclude](/mnt/overlay/wcm/core/content/sites/components/details.html/apps/aemdesign/components/staticincludes/staticinclude/v2/staticinclude)
1919

2020
# Authoring

aemdesign-aem-common/src/main/content/jcr_root/apps/aemdesign/components/common/timing/v2/timing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Component for adding a timing information to a page.
1414
* **Status**: production-ready
1515
* **Showcase**: [/content/aemdesign-showcase/en/component/timings/timing/v2/timing](/content/aemdesign-showcase/en/component/timings/timing.html?wcmmode=disabled)
1616
* **Local Code**: [/apps/aemdesign/components/timings/timing/v2/timing](/crx/de/#/apps/aemdesign/components/timings/timing/v2/timing)
17-
* **Source**: [gitlab/aemdesign](https://gitlab.com/aem.design/aemdesign-aem-common/tree/master/src/main/content/jcr_root/apps/aemdesign/components/timings/timing/v2/timing)
17+
* **Source**: [gitlab/aemdesign](https://github.com/aem-design/aemdesign-aem-common/tree/master/src/main/content/jcr_root/apps/aemdesign/components/timings/timing/v2/timing)
1818
* **Readme**: [/apps/aemdesign/components/timings/timing/v2/timing](/mnt/overlay/wcm/core/content/sites/components/details.html/apps/aemdesign/components/timings/timing/v2/timing)
1919

2020
# Authoring

aemdesign-aem-common/src/main/content/jcr_root/apps/aemdesign/components/content/download/v2/download/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Component for adding Assets from DAM to a page to allow download.
1414
* **Status**: production-ready
1515
* **Showcase**: [/content/aemdesign-showcase/en/component/content/download](/content/aemdesign-showcase/en/component/content/download.html?wcmmode=disabled)
1616
* **Local Code**: [/apps/aemdesign/components/content/download/v2/download](/crx/de/#/apps/aemdesign/components/content/download/v2/download)
17-
* **Source**: [gitlab/aemdesign](https://gitlab.com/aem.design/aemdesign-aem-common/tree/master/src/main/content/jcr_root/apps/aemdesign/components/content/download/v2/download)
17+
* **Source**: [gitlab/aemdesign](https://github.com/aem-design/aemdesign-aem-common/tree/master/src/main/content/jcr_root/apps/aemdesign/components/content/download/v2/download)
1818
* **Readme**: [/apps/aemdesign/components/content/download/v2/download](/mnt/overlay/wcm/core/content/sites/components/details.html/apps/aemdesign/components/content/download/v2/download)
1919

2020
# Authoring

aemdesign-aem-common/src/main/content/jcr_root/apps/aemdesign/components/content/embedsource/v2/embedsource/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Component for adding ad-hoc HTML to pages
1414
* **Status**: production-ready
1515
* **Showcase**: [/content/aemdesign-showcase/en/component/content/embedsource](/content/aemdesign-showcase/en/component/content/embedsource.html?wcmmode=disabled)
1616
* **Local Code**: [/apps/aemdesign/components/content/embedsource/v2/embedsource](/crx/de/#/apps/aemdesign/components/content/embedsource/v2/embedsource)
17-
* **Source**: [gitlab/aemdesign](https://gitlab.com/aem.design/aemdesign-aem-common/tree/master/src/main/content/jcr_root/apps/aemdesign/components/content/embedsource/v2/embedsource)
17+
* **Source**: [gitlab/aemdesign](https://github.com/aem-design/aemdesign-aem-common/tree/master/src/main/content/jcr_root/apps/aemdesign/components/content/embedsource/v2/embedsource)
1818
* **Readme**: [/apps/aemdesign/components/content/embedsource/v2/embedsource](/mnt/overlay/wcm/core/content/sites/components/details.html/apps/aemdesign/components/content/embedsource/v2/embedsource)
1919

2020
# Authoring

0 commit comments

Comments
 (0)