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
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<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.27.227:9000/</sonar.host.url>
<sonar.host.url>http:172.31.30.142:9000/</sonar.host.url>
<sonar.login>admin</sonar.login>
<sonar.password>admin@123</sonar.password>
<sonar.password>admin</sonar.password>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

Expand Down Expand Up @@ -97,19 +97,19 @@
<repository>
<id>nexus</id>
<name>Landmark Technologies Releases Nexus Repository</name>
<url> http://172.31.18.29:8081/repository/ebay-bts-releases/</url>
<url>http://3.145.124.101:8081/repository/fintech-fe-releases/</url>
</repository>

<snapshotRepository>
<id>nexus</id>
<name>Landmark Technologies Snapshot Nexus Repository </name>
<url>http://172.31.18.29:8081/repository/ebay-bts-snapshot/</url>
<url>http://3.145.124.101:8081/repository/fintech-fe-snapshots/</url>
</snapshotRepository>

</distributionManagement>

<build>
<finalName>maven-web-app</finalName>
<finalName>fintech-web-app</finalName>

<plugins>
<plugin>
Expand Down
5 changes: 3 additions & 2 deletions src/main/webapp/jsps/home.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
</head>
<body>
<h1 align="center">Welcome to Landmark Technologies.</h1>
<h2 align="center"> We are supporting the Ebay Black Friday Project.
<h2 align="center"> We are supporting the Fintech-Web-app project.
Landmark Technologies is a software development company.
Class26 will run from October 2, 2021.
Class29 will run from June 9, 2022.
The shout of the King Jesus is in our midst. HE IS OUR SUCCESS ACCESS KEY</h2>
<h3 align="center"> SHALOM!</h3>
<hr>
<div style="text-align: center;">
<span>
Expand Down