Skip to content

Commit 5b8aa01

Browse files
author
Wenbing Li
authored
Version bump to 1.0.4 (#253)
* Version bump to 1.0.4 * Use 1.0.4 java plugin to init a project
1 parent 8604363 commit 5b8aa01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>software.amazon.cloudformation</groupId>
55
<artifactId>aws-cloudformation-rpdk-java-plugin</artifactId>
6-
<version>1.0.3</version>
6+
<version>1.0.4</version>
77
<name>AWS CloudFormation RPDK Java Plugin</name>
88
<description>The CloudFormation Resource Provider Development Kit (RPDK) allows you to author your own resource providers that can be used by CloudFormation. This plugin library helps to provide runtime bindings for the execution of your providers by CloudFormation.
99
</description>

python/rpdk/java/templates/init/shared/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>software.amazon.cloudformation</groupId>
2525
<artifactId>aws-cloudformation-rpdk-java-plugin</artifactId>
26-
<version>1.0.3</version>
26+
<version>1.0.4</version>
2727
</dependency>
2828
<!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
2929
<dependency>

0 commit comments

Comments
 (0)