Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
################
FROM centos:centos8.3.2011 as osmt-base

LABEL Maintainer="Francisco Gray, <fgray@concentricsky.com>"
LABEL Maintainer="WGU / OSN"
LABEL Version="1.0"

ENV JAVA_VERSION=11.0.9.11
Expand Down
68 changes: 0 additions & 68 deletions Jenkinsfile

This file was deleted.

4 changes: 2 additions & 2 deletions docker/whitelabel/whitelabel.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"toolNameLong": "Open Skills Management Tool",
"publicSkillTitle": "Rich Skill Descriptor",
"publicCollectionTitle": "Rich Skill Descriptor Collection",
"licensePrimary": "© 2020 Western Governors University - WGU.",
"licenseSecondary": "All Rights Reserved.",
"licensePrimary": "Copyright © Open Skills Network",
"licenseSecondary": "All rights reserved.",
"poweredBy": "Powered by the",
"poweredByUrl": "https://rsd.osmt.dev",
"poweredByLabel": "Open Skills Network"
Expand Down
35 changes: 0 additions & 35 deletions jenkins-ci/Dockerfile.front

This file was deleted.

122 changes: 0 additions & 122 deletions jenkins-ci/Jenkinsfile

This file was deleted.

31 changes: 0 additions & 31 deletions subDomainCreation.js

This file was deleted.

2 changes: 1 addition & 1 deletion ui/src/app/models/app-config.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class DefaultAppConfig implements IAppConfig {
toolNameLong = "Open Skills Management Tool"
publicSkillTitle = "Rich Skill Descriptor"
publicCollectionTitle = "Rich Skill Descriptor Collection"
licensePrimary = "© 2021 Western Governors University (WGU)."
licensePrimary = "Copyright © Open Skills Network"
licenseSecondary = "All rights reserved."
poweredBy = "Powered by the"
poweredByUrl = "https://rsd.osmt.dev"
Expand Down