Skip to content

Commit

Permalink
Merge pull request #1380 from sschuberth/patch-1
Browse files Browse the repository at this point in the history
POM: Fix SCM meta-data
  • Loading branch information
dagnir committed Dec 1, 2017
2 parents 70589b7 + 36e9794 commit a180a6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Expand Up @@ -165,7 +165,9 @@
<module>aws-java-sdk-bundle</module>
</modules>
<scm>
<url>https://github.com/aws/aws-sdk-java.git</url>
<connection>scm:git:https://github.com/aws/aws-sdk-java.git</connection>
<developerConnection>scm:git:git@github.com:aws/aws-sdk-java.git</developerConnection>
<url>https://github.com/aws/aws-sdk-java</url>
</scm>
<properties>
<awsjavasdk.version>${project.version}</awsjavasdk.version>
Expand Down

0 comments on commit a180a6e

Please sign in to comment.