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 @@ -2,10 +2,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.cloudifysource.examples</groupId>
<artifactId>java-hello-world-webapp</artifactId>
<artifactId>java-DevOps-Training-webapp</artifactId>
<packaging>war</packaging>
<version>1.0-SNAPSHOT</version>
<name>java-hello-world-webapp Maven Webapp</name>
<name>java-hello-world-webapp harshitha Webapp</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
Expand All @@ -16,6 +16,6 @@
</dependency>
</dependencies>
<build>
<finalName>java-hello-world</finalName>
<finalName>DevOps-Training</finalName>
</build>
</project>
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"http://java.sun.com/dtd/web-app_2_3.dtd" >

<web-app>
<display-name>Archetype Created Web Application</display-name>
<display-name>Harshitha Created Web Application DevOps-Training </display-name>
</web-app>
3 changes: 2 additions & 1 deletion src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<html>
<body>
<h2>Hello World ?</h2>
<h2>DevOps-Training by Manjunath</h2>
<h3> Head count is 15 the training will be held for 18 days</h3>
</body>
</html>