Skip to content

Commit

Permalink
adds python sdk to sourceDependencies. adds new field "core" to sourc…
Browse files Browse the repository at this point in the history
…e dep entry

Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Nov 27, 2024
1 parent 87f02f7 commit 5e701b5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion manifest.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"version": "~2.0.0-SNAPSHOT"
},
"org.zowe.licenses": {
"version": "2.3.0",
"version": "3.0.0",
"artifact": "zowe_licenses_full.zip"
}
},
Expand Down Expand Up @@ -347,6 +347,14 @@
"tag": "v2.x/master",
"destinations": ["Zowe PAX"]
}]
}, {
"componentGroup": "Zowe Client Python SDK",
"entries": [{
"repository": "zowe-client-python-sdk",
"core": false,
"tag": "main",
"destinations": ["Zowe Client Python SDK"]
}]
}
],
"imageDependencies": {
Expand Down

0 comments on commit 5e701b5

Please sign in to comment.