Skip to content

Commit

Permalink
I should remember my own pipelines - reset package version
Browse files Browse the repository at this point in the history
  • Loading branch information
dschibster committed Sep 2, 2024
1 parent c72cda0 commit 1c833a0
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions sfdx-project.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"packageDirectories": [
{
"path": "batch-orchestrator",
"package": "sfdx-batch-orchestrator",
"versionName": "ver. 1.3.6",
"versionNumber": "1.3.6.0",
"default": true
"packageDirectories": [
{
"path": "batch-orchestrator",
"package": "sfdx-batch-orchestrator",
"versionName": "ver. 1.3.5",
"versionNumber": "1.3.5.0",
"default": true
}
],
"name": "sfdx-batch-orchestrator",
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "52.0",
"packageAliases": {
"sfdx-batch-orchestrator": "0Ho09000000sY5sCAE",
"sfdx-batch-orchestrator@1.0.0.0": "04t09000000ibsmAAA",
"sfdx-batch-orchestrator@1.1.0.0": "04t09000000iih4AAA",
"sfdx-batch-orchestrator@1.1.0.1": "04t09000000ijH0AAI",
"sfdx-batch-orchestrator@1.2.0.0": "04t09000000ijMkAAI",
"sfdx-batch-orchestrator@1.2.1.0": "04t09000000ijMpAAI",
"sfdx-batch-orchestrator@1.3.0.0": "04t09000000ijNTAAY",
"sfdx-batch-orchestrator@1.3.2-0": "04t09000000ijP5AAI",
"sfdx-batch-orchestrator@1.3.3-0": "04t09000000iktKAAQ",
"sfdx-batch-orchestrator@1.3.3": "04t09000000r9MrAAI",
"sfdx-batch-orchestrator@1.3.4": "04t09000000r9MwAAI"
}
],
"name": "sfdx-batch-orchestrator",
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "52.0",
"packageAliases": {
"sfdx-batch-orchestrator": "0Ho09000000sY5sCAE",
"sfdx-batch-orchestrator@1.0.0.0": "04t09000000ibsmAAA",
"sfdx-batch-orchestrator@1.1.0.0": "04t09000000iih4AAA",
"sfdx-batch-orchestrator@1.1.0.1": "04t09000000ijH0AAI",
"sfdx-batch-orchestrator@1.2.0.0": "04t09000000ijMkAAI",
"sfdx-batch-orchestrator@1.2.1.0": "04t09000000ijMpAAI",
"sfdx-batch-orchestrator@1.3.0.0": "04t09000000ijNTAAY",
"sfdx-batch-orchestrator@1.3.2-0": "04t09000000ijP5AAI",
"sfdx-batch-orchestrator@1.3.3-0": "04t09000000iktKAAQ",
"sfdx-batch-orchestrator@1.3.3": "04t09000000r9MrAAI",
"sfdx-batch-orchestrator@1.3.4": "04t09000000r9MwAAI"
}
}

0 comments on commit 1c833a0

Please sign in to comment.