From 991fa35fb54fc6b191c3a7d9c099212532ab6fba Mon Sep 17 00:00:00 2001 From: Siddhant Srivastava <32227121+alter-mage@users.noreply.github.com> Date: Tue, 27 Aug 2024 13:52:46 -0700 Subject: [PATCH] chore: bump version 2.14.0 (#1656) --- conf/recipe.yaml | 2 +- pom.xml | 4 ++-- src/test/greengrass-nucleus-benchmark/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/recipe.yaml b/conf/recipe.yaml index 0646444baf..cb9ce12a7e 100644 --- a/conf/recipe.yaml +++ b/conf/recipe.yaml @@ -9,7 +9,7 @@ ComponentName: aws.greengrass.Nucleus ComponentType: aws.greengrass.nucleus ComponentDescription: Core functionality for device side orchestration of deployments and lifecycle management for execution of Greengrass components and applications. This includes features such as starting, stopping, and monitoring execution of components and apps, inter-process communication server for communication between components, component installation and configuration management. This is a fundamental cornerstone of open-sourcing Greengrass, providing documentation and ability to debug Greengrass Core. ComponentPublisher: AWS -ComponentVersion: '2.13.0' +ComponentVersion: '2.14.0' ComponentConfiguration: DefaultConfiguration: iotDataEndpoint: "" diff --git a/pom.xml b/pom.xml index e4400b1713..51f963f555 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.aws.greengrass nucleus - 2.13.0-SNAPSHOT + 2.14.0-SNAPSHOT jar @@ -858,7 +858,7 @@ E2E,E2E-INTRUSIVE Greengrass - 2.12.0-SNAPSHOT + 2.13.0-SNAPSHOT diff --git a/src/test/greengrass-nucleus-benchmark/pom.xml b/src/test/greengrass-nucleus-benchmark/pom.xml index 6db910c74c..3c98ac955e 100644 --- a/src/test/greengrass-nucleus-benchmark/pom.xml +++ b/src/test/greengrass-nucleus-benchmark/pom.xml @@ -4,7 +4,7 @@ com.aws.greengrass greengrass-nucleus-benchmark - 2.13.0-SNAPSHOT + 2.14.0-SNAPSHOT jar JMH benchmark sample: Java @@ -54,7 +54,7 @@ com.aws.greengrass nucleus - 2.13.0-SNAPSHOT + 2.14.0-SNAPSHOT