Skip to content

Commit

Permalink
Updated AWS CloudFormation RPDK Java Plugin version to 2.0.16 for all…
Browse files Browse the repository at this point in the history
… resources (#26)
  • Loading branch information
dmoini committed May 24, 2024
1 parent 956e8f5 commit 984ed07
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion aws-b2bi-capability/aws-b2bi-capability.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@
"enum": [
"VERSION_4010",
"VERSION_4030",
"VERSION_5010"
"VERSION_5010",
"VERSION_5010_HIPAA"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion aws-b2bi-capability/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>software.amazon.cloudformation</groupId>
<artifactId>aws-cloudformation-rpdk-java-plugin</artifactId>
<version>[2.0.0,3.0.0)</version>
<version>2.0.16</version>
</dependency>
<!-- https://mvnrepository.com/artifact/software.amazon.awssdk/b2bi -->
<dependency>
Expand Down
1 change: 1 addition & 0 deletions aws-b2bi-partnership/aws-b2bi-partnership.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
}
},
"required": [
"Capabilities",
"Email",
"Name",
"ProfileId"
Expand Down
2 changes: 1 addition & 1 deletion aws-b2bi-partnership/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Properties:

#### Capabilities

_Required_: No
_Required_: Yes

_Type_: List of String

Expand Down
2 changes: 1 addition & 1 deletion aws-b2bi-partnership/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>software.amazon.cloudformation</groupId>
<artifactId>aws-cloudformation-rpdk-java-plugin</artifactId>
<version>[2.0.0,3.0.0)</version>
<version>2.0.16</version>
</dependency>
<!-- https://mvnrepository.com/artifact/software.amazon.awssdk/b2bi -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion aws-b2bi-profile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>software.amazon.cloudformation</groupId>
<artifactId>aws-cloudformation-rpdk-java-plugin</artifactId>
<version>[2.0.0,3.0.0)</version>
<version>2.0.16</version>
</dependency>
<!-- https://mvnrepository.com/artifact/software.amazon.awssdk/b2bi -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion aws-b2bi-transformer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>software.amazon.cloudformation</groupId>
<artifactId>aws-cloudformation-rpdk-java-plugin</artifactId>
<version>[2.0.0,3.0.0)</version>
<version>2.0.16</version>
</dependency>
<!-- https://mvnrepository.com/artifact/software.amazon.awssdk/b2bi -->
<dependency>
Expand Down

0 comments on commit 984ed07

Please sign in to comment.