Skip to content

Commit

Permalink
Revert "chore: update versions and changelog (#1363)"
Browse files Browse the repository at this point in the history
This reverts commit 643eae5.
  • Loading branch information
junfuchen99 committed Dec 20, 2022
1 parent c7030a0 commit 3705a73
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 15 deletions.
10 changes: 0 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion conf/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.aws.greengrass</groupId>
<artifactId>nucleus</artifactId>
<version>2.10.0-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
<packaging>jar</packaging>

<licenses>
Expand Down Expand Up @@ -816,7 +816,7 @@
<excludedGroups>E2E,E2E-INTRUSIVE</excludedGroups>
<groups></groups>
<greengrassjar.name>Greengrass</greengrassjar.name>
<lastVersion>2.9.0-SNAPSHOT</lastVersion>
<lastVersion>2.8.0-SNAPSHOT</lastVersion>
</properties>
<distributionManagement>
<snapshotRepository>
Expand Down
4 changes: 2 additions & 2 deletions src/test/greengrass-nucleus-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.aws.greengrass</groupId>
<artifactId>greengrass-nucleus-benchmark</artifactId>
<version>2.10.0-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>JMH benchmark sample: Java</name>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.aws.greengrass</groupId>
<artifactId>nucleus</artifactId>
<version>2.10.0-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 3705a73

Please sign in to comment.