From 626404827caffab93ec2d0bbaefd5357ae3899a4 Mon Sep 17 00:00:00 2001
From: lizroth <30636882+lizroth@users.noreply.github.com>
Date: Wed, 1 Aug 2018 14:07:28 -0700
Subject: [PATCH 1/2] Updates for awslabs resources moving to aws.
---
README.md | 4 ++--
pom.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index d03c956de..567625533 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# AWS Encryption SDK for Java
-The AWS Encryption SDK enables secure client-side encryption. It uses cryptography best practices to protect your data and the encryption keys used to protect that data. Each data object is protected with a unique data encryption key (DEK), and the DEK is protected with a key encryption key (KEK) called a *master key*. The encrypted DEK is combined with the encrypted data into a single [encrypted message](https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/message-format.html), so you don't need to keep track of the DEKs for your data. The SDK supports master keys in [AWS Key Management Service](https://aws.amazon.com/kms/) (KMS), and it also provides APIs to define and use other master key providers. The SDK provides methods for encrypting and decrypting strings, byte arrays, and byte streams. For details, see the [example code][examples] and the [Javadoc](https://awslabs.github.io/aws-encryption-sdk-java/javadoc/).
+The AWS Encryption SDK enables secure client-side encryption. It uses cryptography best practices to protect your data and the encryption keys used to protect that data. Each data object is protected with a unique data encryption key (DEK), and the DEK is protected with a key encryption key (KEK) called a *master key*. The encrypted DEK is combined with the encrypted data into a single [encrypted message](https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/message-format.html), so you don't need to keep track of the DEKs for your data. The SDK supports master keys in [AWS Key Management Service](https://aws.amazon.com/kms/) (KMS), and it also provides APIs to define and use other master key providers. The SDK provides methods for encrypting and decrypting strings, byte arrays, and byte streams. For details, see the [example code][examples] and the [Javadoc](https://aws.github.io/aws-encryption-sdk-java/javadoc/).
For more details about the design and architecture of the SDK, see the [official documentation](https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/).
@@ -142,4 +142,4 @@ You can find more examples in the [examples directory][examples].
See the [Frequently Asked Questions](https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/faq.html) page in the official documentation.
-[examples]: https://github.com/awslabs/aws-encryption-sdk-java/tree/master/src/examples/java/com/amazonaws/crypto/examples
+[examples]: https://github.com/aws/aws-encryption-sdk-java/tree/master/src/examples/java/com/amazonaws/crypto/examples
diff --git a/pom.xml b/pom.xml
index aa4ea4952..8d4305f2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
aws-encryption-sdk-java
AWS Encryption SDK for Java
- https://github.com/awslabs/aws-encryption-sdk-java
+ https://github.com/aws/aws-encryption-sdk-java
@@ -31,7 +31,7 @@
- https://github.com/awslabs/aws-encryption-sdk-java.git
+ https://github.com/aws/aws-encryption-sdk-java.git
From 5e8196a907c5c597fa6fa931a1b7f3107f2061bf Mon Sep 17 00:00:00 2001
From: lizroth <30636882+lizroth@users.noreply.github.com>
Date: Wed, 1 Aug 2018 14:09:50 -0700
Subject: [PATCH 2/2] Update version and changelog for repo move.
---
CHANGELOG.md | 5 +++++
pom.xml | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0838155b6..5b2aad3b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## 1.3.3
+
+### Minor Changes
+* Move the `aws-encryption-sdk-java` repository from `awslabs` to `aws`.
+
## 1.3.2
### Minor Changes
diff --git a/pom.xml b/pom.xml
index 8d4305f2d..21c9dcda1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.amazonaws
aws-encryption-sdk-java
- 1.3.2-STAGING
+ 1.3.3
jar
aws-encryption-sdk-java