Skip to content

Commit

Permalink
Publish to mDialog artifactory
Browse files Browse the repository at this point in the history
  • Loading branch information
davidharcombe committed Feb 27, 2013
1 parent a5f180b commit 0842757
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>com.codahale</groupId>
<artifactId>jerkson_2.9.1</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0-MDIALOG</version>
<name>Jerkson for Scala</name>

<properties>
Expand Down Expand Up @@ -45,12 +45,18 @@
</repository>
</repositories>

<distributionManagement>
<repository>
<id>repo.codahale.com</id>
<url>scp://codahale.com/home/codahale/repo.codahale.com</url>
</repository>
</distributionManagement>
<distributionManagement>
<repository>
<id>releases</id>
<name>mdialog-releases</name>
<url>http://artifactory.mdialog.com/artifactory/releases</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<name>mdialog-snapshots</name>
<url>http://artifactory.mdialog.com/artifactory/snapshots</url>
</snapshotRepository>
</distributionManagement>

<dependencies>
<dependency>
Expand Down

0 comments on commit 0842757

Please sign in to comment.