Update release script with new gpg config#202
Merged
Conversation
sbSteveK
reviewed
Jun 17, 2025
aws-iot-device-sdk-java/pom.xml
Outdated
| </parent> | ||
| <artifactId>aws-iot-device-sdk-java</artifactId> | ||
| <name>${project.groupId}:${project.artifactId}</name> | ||
| <description>The SDK is in maintenance mode, and no longer receive feature updates. Checkout aws-iot-device-sdk for new features. The AWS IoT Device SDK for Java provides Java APIs for devices to connect to AWS IoT service using the MQTT protocol. The SDK also provides support for AWS IoT specific features, such as Thing Shadow and Thing Shadow abstraction.</description> |
Contributor
There was a problem hiding this comment.
Trivial: "This SDK is now in maintenance mode and will not receive new features. For the latest functionality, please use aws-iot-device-sdk.
The AWS IoT Device SDK for Java lets your device applications communicate with the AWS IoT Core service over MQTT. In addition to basic MQTT messaging, it includes built-in support for AWS IoT services such as Thing Shadows, Jobs, and Fleet Provisioning."
sbSteveK
reviewed
Jun 17, 2025
codebuild/cd/promote-release.yml
Outdated
| @@ -1,5 +1,5 @@ | |||
| version: 0.2 | |||
| #this buildspec assumes the ubuntu 16.04:x64 image | |||
| # Assumes are running using the Ubuntu Codebuild standard image | |||
Contributor
There was a problem hiding this comment.
Trivial: "Assumes the Ubuntu Codebuild standard image."
sbSteveK
approved these changes
Jun 17, 2025
sfod
approved these changes
Jun 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Description of changes:
The new maven plugin is not compatible with the original gpg client. Update it to use new gpg client.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.