Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Production #20

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
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
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.mt</groupId>
<artifactId>maven-web-application</artifactId>
<packaging>war</packaging>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOTS</version>

<name>maven-web-application</name>

Expand All @@ -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:3.238.135.186:9000/</sonar.host.url>
<sonar.host.url>http://54.164.229.19: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 @@ -93,17 +93,18 @@

</dependencies>


<distributionManagement>
<repository>
<id>nexus</id>
<name>Landmark Technologies Releases Nexus Repository</name>
<url> http://44.192.81.238:8888/mylandmarktech/repository/ebay-java-app-releases/</url>
<url>http://54.197.125.211:8081/repository/boa-releases/</url>
</repository>

<snapshotRepository>
<id>nexus</id>
<name>Landmark Technologies Snapshot Nexus Repository </name>
<url>http://44.192.81.238:8888/mylandmarktech/repository/ebay-java-app-snapshot/</url>
<url>http://54.197.125.211:8081/repository/boa-snapshot/</url>
</snapshotRepository>

</distributionManagement>
Expand Down
6 changes: 3 additions & 3 deletions src/main/webapp/jsps/home.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
</head>
</head>
<body>
<h1 align="center">Landmark Technologies</h1>
<h1 align="center">Landmark Technologies Worldwide - from production</h1>
<h2 align="center"> Welcome to Landmark Technology.
Special testimony and thanksgiving session coming up on Sunday June 27, 2021
Special testimony and thanksgiving session coming up on Sunday June 27, 2021 come and be blessed
Landmark Technology is a an ideal online training platform for DevOps, Plaform and Cloud Engineers.
We offer interview preparations and job assitance.
The shout of the King is in our midst. His name is JESUS. HE IS OUR SUCCESS ACCESS KEY</h2>
The shout of the King is in our midst. His name is JESUS. HE IS OUR SUCCESS ACCESS KEY THIS IS THE DEVELOPMENT ENVIRONMENT</h2>
<hr>
<div style="text-align: center;">
<span>
Expand Down