From 3705a73cf90db4a7d94432d2f9c4b2e5088b3f38 Mon Sep 17 00:00:00 2001 From: Junfu Chen Date: Tue, 20 Dec 2022 15:08:25 -0800 Subject: [PATCH] Revert "chore: update versions and changelog (#1363)" This reverts commit 643eae5f835cb9efe84dc5a4c5ab1e22e0ba8350. --- CHANGELOG.md | 10 ---------- conf/recipe.yaml | 2 +- pom.xml | 4 ++-- src/test/greengrass-nucleus-benchmark/pom.xml | 4 ++-- 4 files changed, 5 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b45f600ba..e5d9720138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,5 @@ # Changelog -## v2.9.0 - -### New features -* Adds the ability to create subdeployments that retry deployments with a smaller subset of devices. -This feature creates a more efficient way to test and resolve unsuccessful deployments. - -### Bug fixes and improvements -* Improves support for systems that don't have useradd, groupadd, and usermod. -* Additional minor fixes and improvements. - ## v2.8.1 ### Bug fixes and improvements diff --git a/conf/recipe.yaml b/conf/recipe.yaml index eaa8caf27d..147a5caf25 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.10.0' +ComponentVersion: '2.9.0' ComponentConfiguration: DefaultConfiguration: iotDataEndpoint: "" diff --git a/pom.xml b/pom.xml index 5b6de96272..8caaf6628c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.aws.greengrass nucleus - 2.10.0-SNAPSHOT + 2.9.0-SNAPSHOT jar @@ -816,7 +816,7 @@ E2E,E2E-INTRUSIVE Greengrass - 2.9.0-SNAPSHOT + 2.8.0-SNAPSHOT diff --git a/src/test/greengrass-nucleus-benchmark/pom.xml b/src/test/greengrass-nucleus-benchmark/pom.xml index 2c75c80ec4..4bdfa006d2 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.10.0-SNAPSHOT + 2.9.0-SNAPSHOT jar JMH benchmark sample: Java @@ -29,7 +29,7 @@ com.aws.greengrass nucleus - 2.10.0-SNAPSHOT + 2.9.0-SNAPSHOT