Skip to content

Commit

Permalink
Add scm element to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Oct 11, 2013
1 parent 45af9e8 commit bb475cb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Expand Up @@ -16,6 +16,10 @@
<packaging>pom</packaging>

<properties>
<!-- Use ${project_name} instead of ${project.artifactId} to avoid incorrect
replacements of "fcrepo4" in child modules (for scm, site-distribution -->
<project_name>${project.artifactId}</project_name>

<fedora3.version>3.6.2</fedora3.version>
</properties>

Expand All @@ -38,4 +42,13 @@
</repository>
</repositories>

<scm>
<connection>scm:git:git://github.com/futures/${project_name}.git
</connection>
<developerConnection>scm:git:git@github.com:futures/${project_name}.git
</developerConnection>
<url>https://github.com/futures/${project_name}</url>
<tag>HEAD</tag>
</scm>

</project>

0 comments on commit bb475cb

Please sign in to comment.