forked from zowe/zowe-install-packaging
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json.template
13 lines (13 loc) · 912 Bytes
/
manifest.json.template
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name": "Zowe",
"version": "1.0.1",
"description": "Zowe is an open source project created to host technologies that benefit the Z platform from all members of the Z community (Integrated Software Vendors, System Integrators and z/OS consumers). Zowe, like Mac or Windows, comes with a set of APIs and OS capabilities that applications build on and also includes some applications out of the box. Zowe offers modern interfaces to interact with z/OS and allows you to work with z/OS in a way that is similar to what you experience on cloud platforms today. You can use these interfaces as delivered or through plug-ins and extensions that are created by clients or third-party vendors.",
"license": "EPL-2.0",
"homepage": "https://zowe.org",
"build": {
"branch": "{BUILD_BRANCH}",
"number": {BUILD_NUMBER},
"commitHash": "{BUILD_COMMIT_HASH}",
"timestamp": "{BUILD_TIMESTAMP}"
}
}