Skip to content

Commit f56a2af

Browse files
author
John Tompkins
authored
Bumping aws sdk version (#203)
* Bumping sdk * Removing install of sdk * Minor changes for publishing
1 parent 0818843 commit f56a2af

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

buildspec.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ phases:
88
# make sure pip/setuptools/wheel is up to date, awscli for SDK patching
99
- cd "$CODEBUILD_SRC_DIR_RPDK"
1010
- pip install --upgrade pip setuptools wheel awscli -r "requirements.txt"
11-
- aws configure add-model --service-model "file://cloudformation-2010-05-15.normal.json" --service-name cloudformation
1211
# setup git-secrets
1312
- WD=$(pwd)
1413
- cd /tmp
@@ -18,12 +17,6 @@ phases:
1817
- cd "$WD"
1918
build:
2019
commands:
21-
# install internal SDK
22-
- >
23-
mvn org.apache.maven.plugins:maven-install-plugin:3.0.0-M1:install-file
24-
--batch-mode
25-
--no-transfer-progress
26-
-Dfile="$CODEBUILD_SRC_DIR_SDK/cloudformation-2.8.1.jar"
2720
# install aws-cloudformation-resource-schema
2821
- cd "$CODEBUILD_SRC_DIR_SCHEMA"
2922
- >

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<maven.compiler.target>1.8</maven.compiler.target>
3838
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3939
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
40-
<awssdk.version>2.8.1</awssdk.version>
40+
<awssdk.version>2.10.19</awssdk.version>
4141
<checkstyle.version>8.18</checkstyle.version>
4242
<commons-io.version>2.6</commons-io.version>
4343
<jackson.version>2.9.7</jackson.version>
@@ -342,7 +342,7 @@
342342
<dependency>
343343
<groupId>com.github.aws.aws-sdk-java-v2</groupId>
344344
<artifactId>build-tools</artifactId>
345-
<version>${awssdk.version}</version>
345+
<version>2.10.18</version>
346346
</dependency>
347347
</dependencies>
348348
<executions>

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def find_version(*file_paths):
2626
version=find_version("python", "rpdk", "java", "__init__.py"),
2727
description=__doc__,
2828
long_description=read("README.md"),
29+
long_description_content_type="text/markdown",
2930
author="Amazon Web Services",
3031
author_email="[email protected]",
3132
url="https://github.com/aws-cloudformation/aws-cloudformation-rpdk-java-plugin/",

0 commit comments

Comments
 (0)