From 2d72dd7b480a8383ab3fc60798b5c967aa57590e Mon Sep 17 00:00:00 2001 From: Jose Corella Date: Thu, 28 Oct 2021 14:20:07 -0700 Subject: [PATCH 1/2] revert: "AWS Encryption SDK 1.9.1 Release" This reverts commit 06e9212082d296f9193c545e517268c932446ad1. --- CHANGELOG.md | 9 --------- pom.xml | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83dffa0d6..c1d196c08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,5 @@ # Changelog -### [1.9.1](https://github.com/aws/aws-encryption-sdk-java/compare/v1.9.0...v1.9.1) (2021-10-28) - - -### Maintenance - -* Add back removed CiphertextHeaders.deserialize method ([#383](https://github.com/aws/aws-encryption-sdk-java/issues/383)) ([468625d](https://github.com/aws/aws-encryption-sdk-java/commit/468625d03490ed007b5bfc2c20d04cd4973d798e)) -* CI formatting ([#388](https://github.com/aws/aws-encryption-sdk-java/issues/388)) ([129c2c0](https://github.com/aws/aws-encryption-sdk-java/commit/129c2c058fcbfd4b0cf10b2a5ec63dd7f4640a81)) -* update mainline-1.x with new release process ([#385](https://github.com/aws/aws-encryption-sdk-java/issues/385)) ([c55c2d2](https://github.com/aws/aws-encryption-sdk-java/commit/c55c2d205427f62a4c22444bc675cf12d6212e0c)) - ## 1.9.0 -- 2021-05-27 * feat: Improvements to the message decryption process. diff --git a/pom.xml b/pom.xml index 48e90bf4c..ff97e8654 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.amazonaws aws-encryption-sdk-java - 1.9.1 + 1.9.0 jar aws-encryption-sdk-java From 86311b71a392fa67208ed2187fc92dc7e5355b36 Mon Sep 17 00:00:00 2001 From: Jose Corella Date: Thu, 28 Oct 2021 14:31:00 -0700 Subject: [PATCH 2/2] chore: add corretto11 as the runtime for release prod --- codebuild/release/release-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codebuild/release/release-prod.yml b/codebuild/release/release-prod.yml index 43697106c..3bfffd672 100644 --- a/codebuild/release/release-prod.yml +++ b/codebuild/release/release-prod.yml @@ -15,7 +15,7 @@ env: phases: install: runtime-versions: - java: openjdk11 + java: corretto11 pre_build: commands: - git checkout $BRANCH