-
Notifications
You must be signed in to change notification settings - Fork 164
Update release script with new gpg config #202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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."
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 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trivial: "Assumes the Ubuntu Codebuild standard image."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some wording changes. Address and ship.
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.