Skip to content

Commit 7ef81c4

Browse files
Update pom.xml
1 parent f5d4977 commit 7ef81c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<spring.version>5.1.2.RELEASE</spring.version>
2222
<junit.version>4.11</junit.version>
2323
<log4j.version>1.2.17</log4j.version>
24-
<sonar.host.url>http://172.31.21.231:9000/</sonar.host.url>
24+
<sonar.host.url>http://172.31.21.231:7000/</sonar.host.url>
2525
<sonar.login>admin</sonar.login>
2626
<sonar.password>admin</sonar.password>
2727
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -97,13 +97,13 @@
9797
<repository>
9898
<id>nexus</id>
9999
<name>ACADA Learning Releases Nexus Repository</name>
100-
<url>http://172.31.85.41:8081/repository/new-project-release/</url>
100+
<url>http://172.31.27.56:8081/repository/rbc-release/</url>
101101
</repository>
102102

103103
<snapshotRepository>
104104
<id>nexus</id>
105105
<name>ACADA Learning Snapshot Nexus Repository </name>
106-
<url>http://172.31.85.41:8081/repository/new-project-snapshot/</url>
106+
<url>http://172.31.27.56:8081/repository/rbc-snapshot/</url>
107107
</snapshotRepository>
108108

109109
</distributionManagement>

0 commit comments

Comments
 (0)