Skip to content

Commit

Permalink
Use ${project_name} for dcm so child projects only need to set projec…
Browse files Browse the repository at this point in the history
…t_name property for scm distribution to work
  • Loading branch information
Edwin Shin committed Jul 5, 2013
1 parent c7fa3bf commit b4342c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -1023,9 +1023,9 @@
</pluginRepository>
</pluginRepositories>
<scm>
<connection>scm:git:git://github.com/futures/fcrepo4.git
<connection>scm:git:git://github.com/futures/${project_name}.git
</connection>
<developerConnection>scm:git:git@github.com:futures/fcrepo4.git
<developerConnection>scm:git:git@github.com:futures/${project_name}.git
</developerConnection>
<url>https://github.com/futures/fcrepo4</url>
<tag>HEAD</tag>
Expand Down

0 comments on commit b4342c1

Please sign in to comment.