Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
Update pom.xml for site deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Jun 5, 2014
1 parent d709c8b commit 85dcb8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -16,7 +16,7 @@
<properties>
<!-- Use ${project_name} instead of ${project.artifactId} to avoid incorrect
replacements of "fcrepo4" in child modules (for scm, site-distribution, etc -->
<project_name>${project.artifactId}</project_name>
<project_name>fcrepo-jms-indexer-pluggable</project_name>

<spring.version>3.2.0.RELEASE</spring.version>
<activemq.version>5.9.1</activemq.version>
Expand All @@ -39,11 +39,11 @@
</modules>

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

Expand Down

0 comments on commit 85dcb8c

Please sign in to comment.