Skip to content

Commit

Permalink
chore: bump version 2.14.0 (#1656)
Browse files Browse the repository at this point in the history
  • Loading branch information
alter-mage authored Aug 27, 2024
1 parent e9ba36e commit 991fa35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.13.0'
ComponentVersion: '2.14.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.13.0-SNAPSHOT</version>
<version>2.14.0-SNAPSHOT</version>
<packaging>jar</packaging>

<licenses>
Expand Down Expand Up @@ -858,7 +858,7 @@
<excludedGroups>E2E,E2E-INTRUSIVE</excludedGroups>
<groups></groups>
<greengrassjar.name>Greengrass</greengrassjar.name>
<lastVersion>2.12.0-SNAPSHOT</lastVersion>
<lastVersion>2.13.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.13.0-SNAPSHOT</version>
<version>2.14.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>JMH benchmark sample: Java</name>
Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>com.aws.greengrass</groupId>
<artifactId>nucleus</artifactId>
<version>2.13.0-SNAPSHOT</version>
<version>2.14.0-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 991fa35

Please sign in to comment.