diff --git a/recipes-connectivity/aws-connector/aws-connector_git.bb b/recipes-connectivity/aws-connector/aws-connector_git.bb index dff3ee1..fdc1fac 100644 --- a/recipes-connectivity/aws-connector/aws-connector_git.bb +++ b/recipes-connectivity/aws-connector/aws-connector_git.bb @@ -8,9 +8,9 @@ SRC_URI = "git://github.com/eclipse-kanto/aws-connector;protocol=https;branch=ma file://service.template \ " -SRCREV = "${AUTOREV}" +SRCREV = "05fcdc45e5829930ca7b32bb4f03c821eeaa1eef" -PV = "0.1.0-git${SRCPV}" +PV = "1.0.0-git${SRCPV}" GO_IMPORT = "github.com/eclipse-kanto/aws-connector" GO_INSTALL = "${GO_IMPORT}/cmd/aws-connector" diff --git a/recipes-connectivity/azure-connector/azure-connector_git.bb b/recipes-connectivity/azure-connector/azure-connector_git.bb index b82ae59..4051503 100644 --- a/recipes-connectivity/azure-connector/azure-connector_git.bb +++ b/recipes-connectivity/azure-connector/azure-connector_git.bb @@ -8,9 +8,9 @@ SRC_URI = "git://github.com/eclipse-kanto/azure-connector;protocol=https;branch= file://service.template \ " -SRCREV = "${AUTOREV}" +SRCREV = "c610acb7a3ea92afdde45b25bd4c197965266f95" -PV = "0.1.0-git${SRCPV}" +PV = "1.0.0-git${SRCPV}" GO_IMPORT = "github.com/eclipse-kanto/azure-connector" GO_INSTALL = "${GO_IMPORT}/cmd/azure-connector" diff --git a/recipes-connectivity/local-digital-twins/local-digital-twins_git.bb b/recipes-connectivity/local-digital-twins/local-digital-twins_git.bb index c45e297..4c84681 100644 --- a/recipes-connectivity/local-digital-twins/local-digital-twins_git.bb +++ b/recipes-connectivity/local-digital-twins/local-digital-twins_git.bb @@ -8,9 +8,9 @@ SRC_URI = "git://github.com/eclipse-kanto/local-digital-twins;protocol=https;bra file://service.template \ " -SRCREV = "${AUTOREV}" +SRCREV = "b12fba36af75174753223e63fafaf1a95f17c3f0" -PV = "0.1.0-git${SRCPV}" +PV = "1.0.0-git${SRCPV}" GO_IMPORT = "github.com/eclipse-kanto/local-digital-twins" GO_INSTALL = "${GO_IMPORT}/cmd/twins" diff --git a/recipes-connectivity/suite-connector/suite-connector_git.bb b/recipes-connectivity/suite-connector/suite-connector_git.bb index 613ff14..7877329 100644 --- a/recipes-connectivity/suite-connector/suite-connector_git.bb +++ b/recipes-connectivity/suite-connector/suite-connector_git.bb @@ -8,9 +8,9 @@ SRC_URI = "git://github.com/eclipse-kanto/suite-connector;protocol=https;branch= file://service.template \ " -SRCREV = "${AUTOREV}" +SRCREV = "938ae1560e09058463972061de2a63275fa32d46" -PV = "0.1.0-git${SRCPV}" +PV = "1.0.0-git${SRCPV}" GO_IMPORT = "github.com/eclipse-kanto/suite-connector" GO_INSTALL = "${GO_IMPORT}/cmd/connector" diff --git a/recipes-containers/container-management/container-management_git.bb b/recipes-containers/container-management/container-management_git.bb index 95f8ba0..18a4399 100644 --- a/recipes-containers/container-management/container-management_git.bb +++ b/recipes-containers/container-management/container-management_git.bb @@ -8,9 +8,9 @@ SRC_URI = "git://github.com/eclipse-kanto/container-management;protocol=https;br file://service.template \ " -SRCREV = "${AUTOREV}" +SRCREV = "4b2cd25bd9f6f78c480677994b20ab7b6e46c39c" -PV = "0.1.0-git${SRCPV}" +PV = "1.0.0-git${SRCPV}" GO_IMPORT = "github.com/eclipse-kanto/container-management" GO_INSTALL = "${GO_IMPORT}/containerm/daemon \ diff --git a/recipes-management/file-backup/file-backup_git.bb b/recipes-management/file-backup/file-backup_git.bb index fd21f2c..71f61f2 100644 --- a/recipes-management/file-backup/file-backup_git.bb +++ b/recipes-management/file-backup/file-backup_git.bb @@ -8,9 +8,9 @@ SRC_URI = "git://github.com/eclipse-kanto/file-backup;protocol=https;branch=main file://service.template \ " -SRCREV = "${AUTOREV}" +SRCREV = "4ea460c50aeba1d1706528927b1564fe37c425dc" -PV = "0.1.0-git${SRCPV}" +PV = "1.0.0-git${SRCPV}" GO_IMPORT = "github.com/eclipse-kanto/file-backup" GO_INSTALL = "${GO_IMPORT}" diff --git a/recipes-management/file-upload/file-upload_git.bb b/recipes-management/file-upload/file-upload_git.bb index 5da6ad2..300cbcd 100644 --- a/recipes-management/file-upload/file-upload_git.bb +++ b/recipes-management/file-upload/file-upload_git.bb @@ -8,9 +8,9 @@ SRC_URI = "git://github.com/eclipse-kanto/file-upload;protocol=https;branch=main file://service.template \ " -SRCREV = "${AUTOREV}" +SRCREV = "be9c7f236de2f2b64ca4fa58ceb1a95c4382b8b6" -PV = "0.1.0-git${SRCPV}" +PV = "1.0.0-git${SRCPV}" GO_IMPORT = "github.com/eclipse-kanto/file-upload" GO_INSTALL = "${GO_IMPORT}" diff --git a/recipes-management/software-update/software-update_git.bb b/recipes-management/software-update/software-update_git.bb index cf00eab..79259d4 100644 --- a/recipes-management/software-update/software-update_git.bb +++ b/recipes-management/software-update/software-update_git.bb @@ -8,9 +8,9 @@ SRC_URI = "git://github.com/eclipse-kanto/software-update;protocol=https;branch= file://service.template \ " -SRCREV = "${AUTOREV}" +SRCREV = "74b2b454b2e66c212f450c822f9f7394a6fc30e1" -PV = "0.1.0-git${SRCPV}" +PV = "1.0.0-git${SRCPV}" GO_IMPORT = "github.com/eclipse-kanto/software-update" GO_INSTALL = "${GO_IMPORT}/cmd/software-update" diff --git a/recipes-management/update-manager/update-manager_git.bb b/recipes-management/update-manager/update-manager_git.bb index a346df5..b9ed900 100644 --- a/recipes-management/update-manager/update-manager_git.bb +++ b/recipes-management/update-manager/update-manager_git.bb @@ -8,9 +8,9 @@ SRC_URI = "git://github.com/eclipse-kanto/update-manager;protocol=https;branch=m file://service.template \ " -SRCREV = "${AUTOREV}" +SRCREV = "0b23c81367480892efd99c9fb086bad135d2e9e2" -PV = "0.1.0-git${SRCPV}" +PV = "1.0.0-git${SRCPV}" GO_IMPORT = "github.com/eclipse-kanto/update-manager" GO_INSTALL = "${GO_IMPORT}/cmd/update-manager" diff --git a/recipes-monitoring/system-metrics/system-metrics_git.bb b/recipes-monitoring/system-metrics/system-metrics_git.bb index f36974a..acf34cb 100644 --- a/recipes-monitoring/system-metrics/system-metrics_git.bb +++ b/recipes-monitoring/system-metrics/system-metrics_git.bb @@ -8,9 +8,9 @@ SRC_URI = "git://github.com/eclipse-kanto/system-metrics;protocol=https;branch=m file://service.template \ " -SRCREV = "${AUTOREV}" +SRCREV = "6be7a9b7dcd26df1687785ada267211ff7851435" -PV = "0.1.0-git${SRCPV}" +PV = "1.0.0-git${SRCPV}" GO_IMPORT = "github.com/eclipse-kanto/system-metrics" GO_INSTALL = "${GO_IMPORT}/cmd/metrics"