Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit aadf22d

Browse files
committed
using explicite URLs , no properties
1 parent 8b47963 commit aadf22d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@
8888
</snapshots>
8989
<id>central</id>
9090
<name>libs-release</name>
91-
<url>${deploy-repo-url}</url>
91+
<!-- <url>${deploy-repo-url}</url>-->
92+
<url>http://jfrog-repo.sven-ruppert.de:8081/artifactory/libs-release</url>
9293
</repository>
9394
<repository>
9495
<snapshots>
@@ -97,7 +98,7 @@
9798
</snapshots>
9899
<id>snapshots</id>
99100
<name>libs-snapshot</name>
100-
<url>${deploy-repo-snapshots-url}</url>
101+
<url>http://jfrog-repo.sven-ruppert.de:8081/artifactory/libs-snapshot</url>
101102
</repository>
102103
</repositories>
103104
<pluginRepositories>
@@ -107,7 +108,8 @@
107108
</snapshots>
108109
<id>central</id>
109110
<name>libs-release</name>
110-
<url>${deploy-repo-url}</url>
111+
<url>http://jfrog-repo.sven-ruppert.de:8081/artifactory/libs-release</url>
112+
<!-- <url>${deploy-repo-url}</url>-->
111113
</pluginRepository>
112114
<pluginRepository>
113115
<snapshots>
@@ -116,7 +118,7 @@
116118
</snapshots>
117119
<id>snapshots</id>
118120
<name>libs-snapshot</name>
119-
<url>${deploy-repo-snapshots-url}</url>
121+
<url>http://jfrog-repo.sven-ruppert.de:8081/artifactory/libs-snapshot</url>
120122
</pluginRepository>
121123
</pluginRepositories>
122124

0 commit comments

Comments
 (0)