File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ version: 0.2
6
6
env :
7
7
variables :
8
8
REGION : us-east-1
9
- DOMAIN : crypto-tools-internal
9
+ DOMAIN : s3-ec-preview
10
10
REPOSITORY : java-s3ec-staging
11
11
parameter-store :
12
12
ACCOUNT : /CodeBuild/AccountId
Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ phases:
35
35
- |
36
36
mvn org.apache.maven.plugins:maven-dependency-plugin:3.1.2:get \
37
37
-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
39
39
- |
40
40
mvn org.apache.maven.plugins:maven-dependency-plugin:3.1.2:get \
41
41
-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
43
43
- |
44
44
mvn org.apache.maven.plugins:maven-dependency-plugin:3.1.2:get \
45
45
-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)"
You can’t perform that action at this time.
0 commit comments