We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a34564 commit 5e26c48Copy full SHA for 5e26c48
1 file changed
pom.xml
@@ -153,4 +153,17 @@
153
<jcommander.version>1.72</jcommander.version>
154
<hdrhistogram.version>2.1.11</hdrhistogram.version>
155
</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
+
169
</project>
0 commit comments