Skip to content

Commit 9b508c6

Browse files
committed
maven: change repositories order to prioritize Digi repo
https://onedigi.atlassian.net/browse/XBJAPI-541 Signed-off-by: Ruben Moral <[email protected]>
1 parent 803f266 commit 9b508c6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -380,19 +380,19 @@
380380
<!-- Repositories -->
381381
<repositories>
382382
<repository>
383-
<id>maven-central-repo</id>
384-
<name>Central Maven Repository</name>
385-
<url>https://repo.maven.apache.org/maven2</url>
383+
<id>digi-repo</id>
384+
<name>Digi Releases Repository</name>
386385
<layout>default</layout>
386+
<url>https://ftp1.digi.com/support/m-repo/</url>
387387
<snapshots>
388388
<enabled>false</enabled>
389389
</snapshots>
390390
</repository>
391391
<repository>
392-
<id>digi-repo</id>
393-
<name>Digi Releases Repository</name>
392+
<id>maven-central-repo</id>
393+
<name>Central Maven Repository</name>
394+
<url>https://repo.maven.apache.org/maven2</url>
394395
<layout>default</layout>
395-
<url>https://ftp1.digi.com/support/m-repo/</url>
396396
<snapshots>
397397
<enabled>false</enabled>
398398
</snapshots>

0 commit comments

Comments
 (0)