summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pom.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index a1037b5..683595a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,17 +30,17 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
-<!-- to avoid MDEPLOY-50 -->
+<!-- to avoid MDEPLOY-50 and to deploy to duns' github repository -->
<distributionManagement>
<repository>
- <id>repo</id>
- <name>Repository Name</name>
- <url>scp://host/path/to/repo</url>
+ <id>duns-maven-releases</id>
+ <name>Duns' Maven Releases</name>
+ <url>file:///Users/duns/sonatype/git/maven-releases</url>
</repository>
<snapshotRepository>
- <id>repo</id>
- <name>Repository Name</name>
- <url>scp://host/path/to/repo</url>
+ <id>duns-maven-snapshots</id>
+ <name>Duns' Maven Snapshots</name>
+ <url>file:///Users/duns/sonatype/git/maven-snapshots</url>
</snapshotRepository>
</distributionManagement>