diff --git a/pom.xml b/pom.xml
index 9d04a9d..cea2313 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
- software.amazon.cloudformation.test
+ software.amazon.cloudformation
cloudformation-cli-java-plugin-testing-support
aws-cloudformation-local-test
1.0.0
@@ -22,6 +22,7 @@
2.26.0
2.10.1
3.1.1
+ 3.0.1
@@ -196,6 +197,52 @@
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ ${maven-source-plugin.version}
+
+
+ attach-sources
+
+ jar
+
+
+
+
+
+
+ publishing
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.6
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.6.8
+ true
+
+ sonatype-nexus-staging
+ https://aws.oss.sonatype.org
+
+
+
+
+
+