Skip to content

Commit

Permalink
Add URL and SCM information to parent POM file
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Mendez committed Mar 25, 2014
1 parent bdbf3f5 commit f4c9b99
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

<name>Wikidata Toolkit</name>
<description>A Java-based library for working with Wikidata and Wikibase</description>
<url>https://github.com/Wikidata/Wikidata-Toolkit</url>

<modules>
<module>wdtk-datamodel</module>
Expand All @@ -30,6 +31,7 @@
</licenses>

<inceptionYear>2014</inceptionYear>

<organization>
<name>Wikidata Toolkit Developers</name>
</organization>
Expand Down Expand Up @@ -170,6 +172,7 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>sign</id>
Expand Down Expand Up @@ -217,4 +220,11 @@
</build>
</profile>
</profiles>

<scm>
<url>https://github.com/Wikidata/Wikidata-Toolkit.git</url>
<connection>scm:git:git://github.com/Wikidata/Wikidata-Toolkit.git</connection>
<developerConnection>scm:git:git://github.com/Wikidata/Wikidata-Toolkit.git</developerConnection>
</scm>

</project>

0 comments on commit f4c9b99

Please sign in to comment.