forked from jawills/jira-sf-integration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsfdx-project.json
41 lines (41 loc) · 1.47 KB
/
sfdx-project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"packageDirectories": [
{
"path": "jira-integration/core",
"default": true,
"package": "Jira Integration - Core",
"versionName": "ver 0.1",
"versionNumber": "0.1.0.NEXT",
"releaseNotesUrl": "https://github.com/jawills/jira-sf-integration/releases",
"versionDescription": ""
},
{
"path": "jira-integration/auth",
"package": "Jira Integration - Auth",
"versionName": "ver 0.1",
"versionNumber": "0.1.0.NEXT",
"releaseNotesUrl": "https://github.com/jawills/jira-sf-integration/releases",
"default": false,
"versionDescription": ""
}
],
"name": "sf-org-template",
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "61.0",
"packageAliases": {
"Jira Integration": "0HoQl00000000WHKAY",
"Jira [email protected]": "04tQl0000008hEHIAY",
"Jira [email protected]": "04tQl0000008hFtIAI",
"Jira [email protected]": "04tQl0000008hivIAA",
"Jira [email protected]": "04tQl0000008hkXIAQ",
"Jira [email protected]": "04tQl0000008hm9IAA",
"Jira [email protected]": "04tQl0000008hnlIAA",
"Jira [email protected]": "04tQl0000008hpNIAQ",
"Jira Integration - Auth": "0HoQl00000000XtKAI",
"Jira Integration - Core": "0HoQl00000000ZVKAY",
"Jira Integration - [email protected]": "04tQl0000008hsbIAA",
"Jira Integration - [email protected]": "04tQl0000008iGnIAI",
"Jira Integration - [email protected]": "04tQl0000008iIPIAY"
}
}