Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<spring.version>5.1.2.RELEASE</spring.version>
<junit.version>4.11</junit.version>
<log4j.version>1.2.17</log4j.version>
<sonar.host.url>http://172.31.81.112:7000/</sonar.host.url>
<sonar.host.url>http://172.31.22.128:9000/</sonar.host.url>
<sonar.login>admin</sonar.login>
<sonar.password>admin</sonar.password>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -97,13 +97,13 @@
<repository>
<id>nexus</id>
<name>ACADA Learning Releases Nexus Repository</name>
<url>http://172.31.86.108:8081/repository/rbc-app-release/</url>
<url>http://172.31.21.238:8081/repository/rbc-aoo-rel/</url>
</repository>

<snapshotRepository>
<id>nexus</id>
<name>ACADA Learning Snapshot Nexus Repository </name>
<url>http://172.31.86.108:8081/repository/rbc-app-snapshot/</url>
<url>http://172.31.21.238:8081/repository/rbc-app-snap//</url>
</snapshotRepository>

</distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/jsps/home.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<body>
<h1 align="center">Welcome to Acada Learning, Calgary, Canada Office.</h1>
<h1 align="center">We are developing and supporting quality Software Solutions to millions of clients.
We offer Training for DevOps with Linux and Cloud equipping IT Engineers for best performance. God Loves you. Everyone will be hired </h1>
We offer Training for DevOps with Linux and Cloud equipping IT Engineers for best performance. God Loves you. Everyone will be hired. Thanks and God bless </h1>
<hr>
<br>
<h1><h3> Server Side IP Address </h3><br>
Expand Down