Skip to content

Commit 1d3d192

Browse files
committed
Rename references to nexus
1 parent 3c5f499 commit 1d3d192

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packer/provisioners/ansible/roles/security/files/maven-settings.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77
<!-- maven repository authentication for deployment or artifacts -->
88
<server>
99
<id>unidata-snapshots</id>
10-
<username>${nexus.username}</username>
11-
<password>${nexus.password}</password>
10+
<username>${artifacts.username}</username>
11+
<password>${artifacts.password}</password>
1212
</server>
1313
<server>
1414
<id>unidata-releases</id>
15-
<username>${nexus.username}</username>
16-
<password>${nexus.password}</password>
15+
<username>${artifacts.username}</username>
16+
<password>${artifacts.password}</password>
1717
</server>
1818
<server>
1919
<id>unidata-3rdparty</id>
20-
<username>${nexus.username}</username>
21-
<password>${nexus.password}</password>
20+
<username>${artifacts.username}</username>
21+
<password>${artifacts.password}</password>
2222
</server>
2323
</servers>
2424
</settings>

0 commit comments

Comments
 (0)