Skip to content

Commit

Permalink
Merge pull request #10 from lakshmiprasad2019/updatepom
Browse files Browse the repository at this point in the history
pom updated
  • Loading branch information
lakshmiprasad2019 authored Oct 26, 2024
2 parents 84ab71a + 5a6bb1a commit 6dfb522
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 @@ -23,7 +23,7 @@
</build>
<properties>
<docker.image.prefix>kammana</docker.image.prefix>
<sonar.host.url>http://54.158.180.253:9000/</sonar.host.url>
<sonar.host.url>http://18.215.172.223:9000/</sonar.host.url>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

Expand All @@ -44,12 +44,12 @@
<distributionManagement>
<snapshotRepository>
<id>nexusRepo</id>
<url>http://44.203.143.21:8081/repository/maven-snapshots/</url>
<url>http://34.224.166.142:8081/repository/mysnapshot/</url>
</snapshotRepository>

<repository>
<id>nexusRepo</id>
<url>http://44.203.143.21:8081/repository/maven-releases/</url>
<url>http://34.224.166.142:8081/repository/myrelease/</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit 6dfb522

Please sign in to comment.