diff --git a/conf/recipe.yaml b/conf/recipe.yaml index 2bea9b1df8..0646444baf 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.12.0' +ComponentVersion: '2.13.0' ComponentConfiguration: DefaultConfiguration: iotDataEndpoint: "" diff --git a/pom.xml b/pom.xml index c2d212c419..d71250ec6a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.aws.greengrass nucleus - 2.12.0-SNAPSHOT + 2.13.0-SNAPSHOT jar @@ -838,7 +838,7 @@ E2E,E2E-INTRUSIVE Greengrass - 2.11.0-SNAPSHOT + 2.12.0-SNAPSHOT diff --git a/src/test/greengrass-nucleus-benchmark/pom.xml b/src/test/greengrass-nucleus-benchmark/pom.xml index e789a4f8a6..6db910c74c 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.12.0-SNAPSHOT + 2.13.0-SNAPSHOT jar JMH benchmark sample: Java @@ -54,7 +54,7 @@ com.aws.greengrass nucleus - 2.12.0-SNAPSHOT + 2.13.0-SNAPSHOT