Skip to content

Commit f88e89d

Browse files
authored
chore: point release at correct internal staging domain, fix group id (#149)
1 parent d5682b9 commit f88e89d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

codebuild/release/release-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 0.2
66
env:
77
variables:
88
REGION: us-east-1
9-
DOMAIN: crypto-tools-internal
9+
DOMAIN: s3-ec-preview
1010
REPOSITORY: java-s3ec-staging
1111
parameter-store:
1212
ACCOUNT: /CodeBuild/AccountId

codebuild/release/upload_artifacts.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ phases:
3535
- |
3636
mvn org.apache.maven.plugins:maven-dependency-plugin:3.1.2:get \
3737
-DrepoUrl=https://aws.oss.sonatype.org \
38-
-Dartifact=software.amazon.encryption:amazon-s3-encryption-client-java:${VERSION}:jar
38+
-Dartifact=software.amazon.encryption.s3:amazon-s3-encryption-client-java:${VERSION}:jar
3939
- |
4040
mvn org.apache.maven.plugins:maven-dependency-plugin:3.1.2:get \
4141
-DrepoUrl=https://aws.oss.sonatype.org \
42-
-Dartifact=software.amazon.encryption:amazon-s3-encryption-client-java:${VERSION}:jar:sources
42+
-Dartifact=software.amazon.encryption.s3:amazon-s3-encryption-client-java:${VERSION}:jar:sources
4343
- |
4444
mvn org.apache.maven.plugins:maven-dependency-plugin:3.1.2:get \
4545
-DrepoUrl=https://aws.oss.sonatype.org \
46-
-Dartifact=software.amazon.encryption:amazon-s3-encryption-client-java:${VERSION}:jar:javadoc
47-
- gh release create v${VERSION} ~/.m2/repository/software/amazon/encryption/amazon-s3-encryption-client-java/${VERSION}/*.jar -d -F CHANGELOG.md -t "Amazon S3 Encryption Client ${VERSION} Release -- $(date +%Y-%m-%d)"
46+
-Dartifact=software.amazon.encryption.s3:amazon-s3-encryption-client-java:${VERSION}:jar:javadoc
47+
- gh release create v${VERSION} ~/.m2/repository/software/amazon/encryption/s3/amazon-s3-encryption-client-java/${VERSION}/*.jar -d -F CHANGELOG.md -t "Amazon S3 Encryption Client ${VERSION} Release -- $(date +%Y-%m-%d)"

0 commit comments

Comments
 (0)