diff --git a/pom.xml b/pom.xml
index 5b80673..70d5075 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,11 +8,11 @@
jar
maven-stanalone-application
- http://mylandmarktech.com
+ http://e&ecloudtech.com
- Landmark Technologies
- http://mylandmarktech.com/
+ E&E Cloudtechs
+ http://e&ecloudtech.com/
Maven Standalone Application
diff --git a/src/main/java/com/mt/sample/HelloWorld.java b/src/main/java/com/mt/sample/HelloWorld.java
index cf96736..e325418 100644
--- a/src/main/java/com/mt/sample/HelloWorld.java
+++ b/src/main/java/com/mt/sample/HelloWorld.java
@@ -9,12 +9,12 @@
public class HelloWorld {
public static void main(String[] args) {
- System.out.println("Hello Engineers, Welcome to Landmark Technologies DevOps Master Class. You are sudying Maven Build Tool. !! Today Date is: " + getLocalCurrentDate());
+ System.out.println("Hello Engineers, Welcome to E&E CLOUDTECH SOLUTIONS DevOps Master Class. You are sudying Maven Build Tool. !! Today Date is: " + getLocalCurrentDate());
}
private static Date getLocalCurrentDate() {
- String m = "Landmark Technologies";
+ String m = "E&E CLOUDTECH SOLUTIONS";
return new Date();
}