Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
salagarsprabu authored Sep 11, 2021
1 parent 041ed74 commit b8d2f51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<sonar.host.url>http://20.204.10.240:9000</sonar.host.url>
<sonar.host.url>http://34.69.103.139:9000</sonar.host.url>
<sonar.login>admin</sonar.login>
<sonar.password>admin123</sonar.password>
<!-- JaCoCo Properties -->
Expand Down Expand Up @@ -55,7 +55,7 @@
<snapshotRepository>
<id>nexus</id>
<!-- <url>http://34.72.104.220:8081/nexus/content/repositories/snapshots</url> -->
<url>http://20.204.10.240:8081/repository/maven-snapshots</url>
<url>http://34.69.103.139:8081/repository/maven-snapshots</url>
</snapshotRepository>
<repository>
<id>nexus</id>
Expand Down Expand Up @@ -110,7 +110,7 @@
<!-- If ZAP is running on localhost, there is no need to define zapHost -->
<zapHost>http://34.86.51.193</zapHost>
<zapPort>8080</zapPort>
<targetUrl>http://34.86.51.193:8098/rest/demo</targetUrl>
<targetUrl>http://34.69.103.139:8098/rest/demo</targetUrl>
</configuration>
</plugin>
<!-- <plugin>
Expand Down

0 comments on commit b8d2f51

Please sign in to comment.