Skip to content

Commit

Permalink
Rename component vehicle-model-lifecycle to vehicle-signal-interface
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Meister <dennis.meister@bosch.com>
  • Loading branch information
dennismeister93 committed Mar 5, 2024
1 parent d93ecf6 commit 2b4e2f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
"label": "(Re-)generate vehicle model",
"detail": "(Re-)generates the vehicle model from source files specified in the AppManifest.",
"type": "shell",
"command": "velocitas exec vehicle-model-lifecycle download-vspec && velocitas exec vehicle-model-lifecycle generate-model",
"command": "velocitas exec vehicle-signal-interface download-vspec && velocitas exec vehicle-signal-interface generate-model",
"group": "none",
"presentation": {
"reveal": "always",
Expand Down
2 changes: 1 addition & 1 deletion NOTICE-3RD-PARTY-CONTENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
|pre-commit|3.5.0|MIT|
|pygments|2.17.2|Simplified BSD|
|PyJWT|2.8.0|MIT|
|python-dateutil|2.8.2|Apache 2.0<br/>BSD|
|python-dateutil|2.9.0.post0|Apache 2.0<br/>BSD|
|PyYAML|6.0.1|MIT|
|requests|2.31.0|Apache 2.0|
|setuptools|58.1.0|MIT|
Expand Down

0 comments on commit 2b4e2f3

Please sign in to comment.