Skip to content

Commit

Permalink
Filled in SCM data in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
MouaYing committed Jun 1, 2016
1 parent 42662de commit fecca44
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<name>SmartyStreets Java SDK</name>
<description>A library for Java developers to help them easily access the SmartyStreets APIs.</description>
<url>The Github Repository</url> <!-- TODO: Put in the real Github repo URL -->
<url>https://github.com/smartystreets/smartystreets-java-sdk</url>

<licenses>
<license>
Expand All @@ -25,13 +25,14 @@
<name>SmartyStreets SDK Team</name>
<email>[email protected]</email>
<organization>SmartyStreets</organization>
<organizationUrl>https://smartystreets.com</organizationUrl>
</developer>
</developers>

<scm> <!-- TODO: Set up the Github repo and fill this in -->
<connection></connection>
<developerConnection></developerConnection>
<url></url>
<scm>
<connection>scm:git:[email protected]:smartystreets/smartystreets-java-sdk.git</connection>
<developerConnection>scm:git:[email protected]:smartystreets/smartystreets-java-sdk.git</developerConnection>
<url>[email protected]:smartystreets/smartystreets-java-sdk.git</url>
</scm>

</project>

0 comments on commit fecca44

Please sign in to comment.