From 075ba12fd598d2a4d61e706e6ee73c7af6575ee4 Mon Sep 17 00:00:00 2001 From: AxisCommunications - Ecosystem service account <144934332+github-axiscommunications-ecosystem@users.noreply.github.com> Date: Mon, 21 Jul 2025 07:20:48 +0200 Subject: [PATCH] Automatic update of versions Co-authored-by: github-axiscommunications-ecosystem --- audio-capture/app/manifest.json | 2 +- audio-playback/app/manifest.json | 2 +- axevent/send_event/app/manifest.json | 2 +- axevent/subscribe_to_event/app/manifest.json | 2 +- axevent/subscribe_to_events/app/manifest.json | 2 +- axoverlay/app/manifest.json | 2 +- axparameter/app/manifest.json | 2 +- axserialport/app/manifest.json | 2 +- axstorage/app/manifest.json | 2 +- bounding-box/app/manifest.json | 2 +- container-example/manifest.json | 2 +- curl-openssl/app/manifest.json | 2 +- hello-world/app/manifest.json | 2 +- licensekey/app/manifest.json | 2 +- message-broker/consume-scene-metadata/app/manifest.json | 2 +- object-detection-cv25/app/manifest.json.cv25 | 2 +- object-detection-yolov5/app/manifest.json.artpec8 | 2 +- object-detection-yolov5/app/manifest.json.artpec9 | 2 +- object-detection-yolov5/app/manifest.json.cpu | 2 +- object-detection/app/manifest.json.artpec8 | 2 +- object-detection/app/manifest.json.artpec9 | 2 +- object-detection/app/manifest.json.cpu | 2 +- object-detection/app/manifest.json.edgetpu | 2 +- remote-debug-example/app/manifest.json | 2 +- reproducible-package/app/manifest.json | 2 +- shell-script-example/app/manifest.json | 2 +- using-opencv/app/manifest.json | 2 +- utility-libraries/custom_lib_example/app/manifest.json | 2 +- utility-libraries/openssl_curl_example/app/manifest.json | 2 +- vapix/app/manifest.json | 2 +- vdo-larod/app/manifest.json.artpec8 | 2 +- vdo-larod/app/manifest.json.artpec9 | 2 +- vdo-larod/app/manifest.json.cpu | 2 +- vdo-larod/app/manifest.json.cv25 | 2 +- vdo-larod/app/manifest.json.edgetpu | 2 +- vdo-opencl-filtering/app/manifest.json | 2 +- vdostream/app/manifest.json.h264 | 2 +- vdostream/app/manifest.json.h265 | 2 +- vdostream/app/manifest.json.jpeg | 2 +- vdostream/app/manifest.json.nv12 | 2 +- vdostream/app/manifest.json.y800 | 2 +- web-server-using-fastcgi/app/manifest.json | 2 +- web-server/app/manifest.json | 2 +- 43 files changed, 43 insertions(+), 43 deletions(-) diff --git a/audio-capture/app/manifest.json b/audio-capture/app/manifest.json index d788b742..e34869d9 100644 --- a/audio-capture/app/manifest.json +++ b/audio-capture/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "resources": { "linux": { "user": { diff --git a/audio-playback/app/manifest.json b/audio-playback/app/manifest.json index 5862b15f..3f402d75 100644 --- a/audio-playback/app/manifest.json +++ b/audio-playback/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "resources": { "linux": { "user": { diff --git a/axevent/send_event/app/manifest.json b/axevent/send_event/app/manifest.json index 7d7a568c..5cf12765 100644 --- a/axevent/send_event/app/manifest.json +++ b/axevent/send_event/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "friendlyName": "send_event", diff --git a/axevent/subscribe_to_event/app/manifest.json b/axevent/subscribe_to_event/app/manifest.json index 02bdf226..4404b034 100644 --- a/axevent/subscribe_to_event/app/manifest.json +++ b/axevent/subscribe_to_event/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "friendlyName": "subscribe_to_event", diff --git a/axevent/subscribe_to_events/app/manifest.json b/axevent/subscribe_to_events/app/manifest.json index 2105f214..1105c634 100644 --- a/axevent/subscribe_to_events/app/manifest.json +++ b/axevent/subscribe_to_events/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "friendlyName": "subscribe_to_events", diff --git a/axoverlay/app/manifest.json b/axoverlay/app/manifest.json index c8e005e7..b661fb65 100644 --- a/axoverlay/app/manifest.json +++ b/axoverlay/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "resources": { "dbus": { "requiredMethods": [ diff --git a/axparameter/app/manifest.json b/axparameter/app/manifest.json index 1794ce6a..d65cc388 100644 --- a/axparameter/app/manifest.json +++ b/axparameter/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "friendlyName": "axparameter", diff --git a/axserialport/app/manifest.json b/axserialport/app/manifest.json index 7cbd248c..0df96247 100644 --- a/axserialport/app/manifest.json +++ b/axserialport/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "resources": { "linux": { "user": { diff --git a/axstorage/app/manifest.json b/axstorage/app/manifest.json index 19f74538..137cb8cd 100644 --- a/axstorage/app/manifest.json +++ b/axstorage/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "resources": { "linux": { "user": { diff --git a/bounding-box/app/manifest.json b/bounding-box/app/manifest.json index 21853688..889d37e0 100644 --- a/bounding-box/app/manifest.json +++ b/bounding-box/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "resources": { "dbus": { "requiredMethods": [ diff --git a/container-example/manifest.json b/container-example/manifest.json index 4d563a92..da04d689 100644 --- a/container-example/manifest.json +++ b/container-example/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "appName": "containerExample", diff --git a/curl-openssl/app/manifest.json b/curl-openssl/app/manifest.json index dbc06fd2..ecbe6ec4 100644 --- a/curl-openssl/app/manifest.json +++ b/curl-openssl/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "appName": "curl_openssl", diff --git a/hello-world/app/manifest.json b/hello-world/app/manifest.json index d842bd93..8166d437 100644 --- a/hello-world/app/manifest.json +++ b/hello-world/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "appName": "hello_world", diff --git a/licensekey/app/manifest.json b/licensekey/app/manifest.json index fa512c3f..20d35b85 100644 --- a/licensekey/app/manifest.json +++ b/licensekey/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "friendlyName": "licensekey_handler", diff --git a/message-broker/consume-scene-metadata/app/manifest.json b/message-broker/consume-scene-metadata/app/manifest.json index 7e3a89a2..b25f27e0 100644 --- a/message-broker/consume-scene-metadata/app/manifest.json +++ b/message-broker/consume-scene-metadata/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "appName": "consume_scene_metadata", diff --git a/object-detection-cv25/app/manifest.json.cv25 b/object-detection-cv25/app/manifest.json.cv25 index cb4d5a08..eaa8d051 100644 --- a/object-detection-cv25/app/manifest.json.cv25 +++ b/object-detection-cv25/app/manifest.json.cv25 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "friendlyName": "object_detection_cv25", diff --git a/object-detection-yolov5/app/manifest.json.artpec8 b/object-detection-yolov5/app/manifest.json.artpec8 index fdfd606d..428c2d74 100644 --- a/object-detection-yolov5/app/manifest.json.artpec8 +++ b/object-detection-yolov5/app/manifest.json.artpec8 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.2", + "schemaVersion": "1.7.4", "resources": { "dbus": { "requiredMethods": [ diff --git a/object-detection-yolov5/app/manifest.json.artpec9 b/object-detection-yolov5/app/manifest.json.artpec9 index aa154f48..ef85dfa4 100644 --- a/object-detection-yolov5/app/manifest.json.artpec9 +++ b/object-detection-yolov5/app/manifest.json.artpec9 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.2", + "schemaVersion": "1.7.4", "resources": { "dbus": { "requiredMethods": [ diff --git a/object-detection-yolov5/app/manifest.json.cpu b/object-detection-yolov5/app/manifest.json.cpu index 84807bc9..6899e86d 100644 --- a/object-detection-yolov5/app/manifest.json.cpu +++ b/object-detection-yolov5/app/manifest.json.cpu @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.2", + "schemaVersion": "1.7.4", "resources": { "dbus": { "requiredMethods": [ diff --git a/object-detection/app/manifest.json.artpec8 b/object-detection/app/manifest.json.artpec8 index 5575e558..22603cc1 100644 --- a/object-detection/app/manifest.json.artpec8 +++ b/object-detection/app/manifest.json.artpec8 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "friendlyName": "object_detection_artpec8", diff --git a/object-detection/app/manifest.json.artpec9 b/object-detection/app/manifest.json.artpec9 index 31754730..e9fabc43 100644 --- a/object-detection/app/manifest.json.artpec9 +++ b/object-detection/app/manifest.json.artpec9 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "friendlyName": "object_detection_artpec9", diff --git a/object-detection/app/manifest.json.cpu b/object-detection/app/manifest.json.cpu index 13c9ad88..caf3767e 100644 --- a/object-detection/app/manifest.json.cpu +++ b/object-detection/app/manifest.json.cpu @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "friendlyName": "object_detection_cpu", diff --git a/object-detection/app/manifest.json.edgetpu b/object-detection/app/manifest.json.edgetpu index ab109138..81fdfb8e 100644 --- a/object-detection/app/manifest.json.edgetpu +++ b/object-detection/app/manifest.json.edgetpu @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "friendlyName": "object_detection_edgetpu", diff --git a/remote-debug-example/app/manifest.json b/remote-debug-example/app/manifest.json index 27400c7d..25043382 100644 --- a/remote-debug-example/app/manifest.json +++ b/remote-debug-example/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "appName": "remote_debug", diff --git a/reproducible-package/app/manifest.json b/reproducible-package/app/manifest.json index 070ef832..4f4a722c 100644 --- a/reproducible-package/app/manifest.json +++ b/reproducible-package/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "appName": "reproducible_package", diff --git a/shell-script-example/app/manifest.json b/shell-script-example/app/manifest.json index f8cede7f..5f47ce25 100644 --- a/shell-script-example/app/manifest.json +++ b/shell-script-example/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "appName": "shell_script_example", diff --git a/using-opencv/app/manifest.json b/using-opencv/app/manifest.json index aef37a73..65bc76fa 100644 --- a/using-opencv/app/manifest.json +++ b/using-opencv/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "friendlyName": "opencv_example", diff --git a/utility-libraries/custom_lib_example/app/manifest.json b/utility-libraries/custom_lib_example/app/manifest.json index 045b6220..5f1fa430 100644 --- a/utility-libraries/custom_lib_example/app/manifest.json +++ b/utility-libraries/custom_lib_example/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "appName": "customlib_example", diff --git a/utility-libraries/openssl_curl_example/app/manifest.json b/utility-libraries/openssl_curl_example/app/manifest.json index c0ad950a..4a32ced0 100644 --- a/utility-libraries/openssl_curl_example/app/manifest.json +++ b/utility-libraries/openssl_curl_example/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "appName": "openssl_curl_example", diff --git a/vapix/app/manifest.json b/vapix/app/manifest.json index b2bad703..88cd127d 100644 --- a/vapix/app/manifest.json +++ b/vapix/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "appName": "vapix_example", diff --git a/vdo-larod/app/manifest.json.artpec8 b/vdo-larod/app/manifest.json.artpec8 index 039fc642..2dd29e9d 100644 --- a/vdo-larod/app/manifest.json.artpec8 +++ b/vdo-larod/app/manifest.json.artpec8 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "friendlyName": "vdo_larod_artpec8", diff --git a/vdo-larod/app/manifest.json.artpec9 b/vdo-larod/app/manifest.json.artpec9 index 6d15800c..262724ed 100644 --- a/vdo-larod/app/manifest.json.artpec9 +++ b/vdo-larod/app/manifest.json.artpec9 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "friendlyName": "vdo_larod_artpec9", diff --git a/vdo-larod/app/manifest.json.cpu b/vdo-larod/app/manifest.json.cpu index f8d91e12..7dd808b3 100644 --- a/vdo-larod/app/manifest.json.cpu +++ b/vdo-larod/app/manifest.json.cpu @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "friendlyName": "vdo_larod_cpu", diff --git a/vdo-larod/app/manifest.json.cv25 b/vdo-larod/app/manifest.json.cv25 index eedb8dc0..51a404ff 100644 --- a/vdo-larod/app/manifest.json.cv25 +++ b/vdo-larod/app/manifest.json.cv25 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "friendlyName": "vdo_larod_cv25", diff --git a/vdo-larod/app/manifest.json.edgetpu b/vdo-larod/app/manifest.json.edgetpu index 25cbbf8a..a56629b6 100644 --- a/vdo-larod/app/manifest.json.edgetpu +++ b/vdo-larod/app/manifest.json.edgetpu @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "friendlyName": "vdo_larod_edgetpu", diff --git a/vdo-opencl-filtering/app/manifest.json b/vdo-opencl-filtering/app/manifest.json index 5f7ca2b2..b94310b4 100644 --- a/vdo-opencl-filtering/app/manifest.json +++ b/vdo-opencl-filtering/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "resources": { "linux": { "user": { diff --git a/vdostream/app/manifest.json.h264 b/vdostream/app/manifest.json.h264 index 331f78a6..660ae795 100644 --- a/vdostream/app/manifest.json.h264 +++ b/vdostream/app/manifest.json.h264 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "friendlyName": "vdoencodeclient_h264", diff --git a/vdostream/app/manifest.json.h265 b/vdostream/app/manifest.json.h265 index 7878d7f9..2e4fe1c7 100644 --- a/vdostream/app/manifest.json.h265 +++ b/vdostream/app/manifest.json.h265 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "friendlyName": "vdoencodeclient_h265", diff --git a/vdostream/app/manifest.json.jpeg b/vdostream/app/manifest.json.jpeg index 0e03161e..8c730073 100644 --- a/vdostream/app/manifest.json.jpeg +++ b/vdostream/app/manifest.json.jpeg @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "friendlyName": "vdoencodeclient_jpeg", diff --git a/vdostream/app/manifest.json.nv12 b/vdostream/app/manifest.json.nv12 index 20e82758..42cb871a 100644 --- a/vdostream/app/manifest.json.nv12 +++ b/vdostream/app/manifest.json.nv12 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "friendlyName": "vdoencodeclient_nv12", diff --git a/vdostream/app/manifest.json.y800 b/vdostream/app/manifest.json.y800 index d4644f52..f3cac291 100644 --- a/vdostream/app/manifest.json.y800 +++ b/vdostream/app/manifest.json.y800 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "friendlyName": "vdoencodeclient_y800", diff --git a/web-server-using-fastcgi/app/manifest.json b/web-server-using-fastcgi/app/manifest.json index 06252aa2..343a96a3 100644 --- a/web-server-using-fastcgi/app/manifest.json +++ b/web-server-using-fastcgi/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "friendlyName": "fastcgi_example", diff --git a/web-server/app/manifest.json b/web-server/app/manifest.json index 504d4fab..31be4de2 100644 --- a/web-server/app/manifest.json +++ b/web-server/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.3", + "schemaVersion": "1.7.4", "acapPackageConf": { "setup": { "appName": "web_server_rev_proxy",