From d0b56bca795d0c8af1dc3689c08c787e9c029b79 Mon Sep 17 00:00:00 2001
From: Ramya44444 <102310243+Ramya44444@users.noreply.github.com>
Date: Fri, 20 May 2022 11:01:43 +0530
Subject: [PATCH] Update pom.xml

---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 85f2e2e2a..b47d3fd33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 	<groupId>com.efsavage</groupId>
 	<artifactId>hello-world-war</artifactId>
 	<version>1.0.0</version>
-	<packaging>war</packaging>
+	<packaging>jar</packaging>
 	<name>Hello World Web Application Repository</name>
 	<description>Simplest possible Java Webapp</description>
 
@@ -26,4 +26,4 @@
 		</plugins>
 	</build>
 
-</project>
\ No newline at end of file
+</project>