Skip to content

Commit

Permalink
Add repository
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Mar 14, 2014
1 parent 8fc5113 commit 97e2ce8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,23 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<github.url>scm:git:[email protected]:SeqWare/oozie-sge.git</github.url>
</properties>

<scm>
<connection>${github.url}</connection>
<developerConnection>${github.url}</developerConnection>
<url>${github.url}</url>
</scm>

<distributionManagement>
<repository>
<id>wrench.res.oicr.on.ca</id>
<name>wrench.res.oicr.on.ca-seqware-dependencies</name>
<url>http://seqwaremaven.oicr.on.ca/artifactory/seqware-dependencies</url>
<uniqueVersion>false</uniqueVersion>
</repository>
</distributionManagement>

<repositories>
<repository>
Expand Down

0 comments on commit 97e2ce8

Please sign in to comment.