Skip to content

Commit 86d9964

Browse files
author
Wenbing Li
authored
Merge pull request #5 from wbingli/add_more_for_release
Needs more info for package release
2 parents 1c2fc0b + 8a05d2d commit 86d9964

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

pom.xml

+26
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,32 @@
1010
<name>aws-cloudformation-local-test</name>
1111
<version>1.0.0</version>
1212
<packaging>jar</packaging>
13+
<description>This provides an easier foundation for testing handlers for CRUD</description>
14+
<url>https://github.com/aws-cloudformation/cloudformation-cli-java-plugin-testing-support</url>
15+
<licenses>
16+
<license>
17+
<name>Apache License, Version 2.0</name>
18+
<url>https://aws.amazon.com/apache2.0</url>
19+
<distribution>repo</distribution>
20+
</license>
21+
</licenses>
22+
23+
<developers>
24+
<developer>
25+
<id>aws-cloudformation-developers</id>
26+
<organization>Amazon Web Services</organization>
27+
<organizationUrl>https://aws.amazon.com</organizationUrl>
28+
<roles>
29+
<role>developer</role>
30+
</roles>
31+
</developer>
32+
</developers>
33+
34+
<scm>
35+
<connection>scm:git:https://github.com/aws-cloudformation/cloudformation-cli-java-plugin-testing-support.git</connection>
36+
<developerConnection>scm:git:[email protected]:aws-cloudformation/cloudformation-cli-java-plugin-testing-support.git</developerConnection>
37+
<url>https://github.com/aws-cloudformation/cloudformation-cli-java-plugin-testing-support</url>
38+
</scm>
1339

1440
<properties>
1541
<maven.compiler.source>1.8</maven.compiler.source>

0 commit comments

Comments
 (0)