Skip to content

Commit

Permalink
Fix scm and issue management details
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Eroshenko committed May 6, 2013
1 parent fc52038 commit 015a935
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
</licenses>

<scm>
<url>https://github.com/yandex-qatools/htmlelements-archetypes</url>
<connection>scm:git:[email protected]:yandex-qatools/htmlelements-archetypes.git</connection>
<developerConnection>scm:git:[email protected]:yandex-qatools/htmlelements-archetypes.git</developerConnection>
<url>https://github.com/yandex-qatools/htmlelements-examples</url>
<connection>scm:git:[email protected]:yandex-qatools/htmlelements-examples.git</connection>
<developerConnection>scm:git:[email protected]:yandex-qatools/htmlelements-examples.git</developerConnection>
</scm>
<modules>
<module>htmlelements-thucydides-example</module>
</modules>

<issueManagement>
<system>GitHub Issue Tracker</system>
<url>https://github.com/yandex-qatools/htmlelements-archetypes/issues</url>
<url>https://github.com/yandex-qatools/htmlelements-examples/issues</url>
</issueManagement>


Expand Down

0 comments on commit 015a935

Please sign in to comment.