Update pom.xml

updating packaging to pom from war
This commit is contained in:
Ralph O'Flinn 2021-10-18 00:35:08 -05:00 committed by GitHub
parent fc8b92fcf6
commit e011fc72fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
<groupId>org.vivoweb</groupId> <groupId>org.vivoweb</groupId>
<artifactId>vitro-installer-webapp</artifactId> <artifactId>vitro-installer-webapp</artifactId>
<version>1.12.1-SNAPSHOT</version> <version>1.12.1-SNAPSHOT</version>
<packaging>war</packaging> <packaging>pom</packaging>
<parent> <parent>
<groupId>org.vivoweb</groupId> <groupId>org.vivoweb</groupId>