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 @@ -20,7 +20,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://54.176.76.14:9000/</sonar.host.url>
<sonar.host.url>http://13.56.157.151: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 @@ -96,13 +96,13 @@
<repository>
<id>nexus</id>
<name>Landmark Technologies Releases Nexus Repository</name>
<url>http://52.53.227.31:8191/landmark/repository/tesla-fe-releases/</url>
<url>http://54.176.159.125:8081/repository/tesla-app-uat-releases/</url>
</repository>

<snapshotRepository>
<id>nexus</id>
<name>Landmark Technologies Snapshot Nexus Repository </name>
<url>http://52.53.227.31:8191/landmark/repository/tesla-fe-snapshots/</url>
<url>http://54.176.159.125:8081/repository/tesla-app-uat-snapshot/</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 @@ -10,7 +10,7 @@
</head>
<body>
<h1 align="center">Landmark Technology - Leaders in Software Delivery and DevOps Automation</h1>
<h2 align="center"> Welcome to Landmark Technology.......We have a demo on DevOps E Degree with Linux and AWS on Sunday Oct 9, 2022 at 3PM EST for our new batch.
<h2 align="center"> Welcome to Landmark Technology.......We have a demo on DevOps E Degree with Linux and AWS on Sunday Oct 09, 2022 at 3PM EST for our new batch.
Landmark Technology Tesla web application project2.
</h2>
<h2 align="center" >DevOps is good. JESUS IS LORD. I AM BLESSED. Production</h2>
Expand Down