Skip to content

Commit 5e26c48

Browse files
authored
Update pom.xml
1 parent 0a34564 commit 5e26c48

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,17 @@
153153
<jcommander.version>1.72</jcommander.version>
154154
<hdrhistogram.version>2.1.11</hdrhistogram.version>
155155
</properties>
156+
<distributionManagement>
157+
<snapshotRepository>
158+
<id>snapshots</id>
159+
<name>rajaweek5xray-snapshots</name>
160+
<url>http://localhost:8082/artifactory/libs-snapshot</url>
161+
</snapshotRepository>
162+
<repository>
163+
<id>central</id>
164+
<name>rajaweek5xray-releases</name>
165+
<url>http://localhost:8082/artifactory/libs-release</url>
166+
</repository>
167+
</distributionManagement>
168+
156169
</project>

0 commit comments

Comments
 (0)