commit | e048375b17a90f89d1d4996b8d2dd72a759b9a4d | [log] [tgz] |
---|---|---|
author | Ajayvarma8142 <46514718+Ajayvarma8142@users.noreply.github.com> | Wed Apr 03 11:39:39 2019 +0530 |
committer | GitHub <noreply@github.com> | Wed Apr 03 11:39:39 2019 +0530 |
tree | 6164285b53f933b668902ab0f0bfa0499dba7b95 | |
parent | 7afbda6e3c56fdb6089130d0a92820501c0d1bd1 [diff] |
Update pom.xml
diff --git a/pom.xml b/pom.xml index cd70c26..05f40ad 100644 --- a/pom.xml +++ b/pom.xml
@@ -90,10 +90,10 @@ </plugin> <plugin> <groupId>org.apache.tomcat.maven</groupId> - <artifactId>tomcat8.5-maven-plugin</artifactId> + <artifactId>tomcat7-maven-plugin</artifactId> <version>2.2</version> <configuration> - <url>http://localhost:8085/</url> + <url>http://localhost:8000/</url> <server>TomcatServer</server> <path>/myapp</path> </configuration>