Skip to content

Commit

Permalink
Merge pull request #4102 from zowe/user/markackert/python-sdk-licenses
Browse files Browse the repository at this point in the history
adds python sdk to sourceDependencies. adds new field "core" to sourc…
  • Loading branch information
MarkAckert authored Dec 6, 2024
2 parents 86015f3 + 93848a3 commit 0f8b087
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 0f8b087

Please sign in to comment.