Print

Print


Author: [log in to unmask]
Date: Tue Oct 27 08:33:06 2015
New Revision: 3890

Log:
Correct war name from the copy pasta.

Modified:
    webapps/trunk/data-quality-webapp/pom.xml

Modified: webapps/trunk/data-quality-webapp/pom.xml
 =============================================================================
--- webapps/trunk/data-quality-webapp/pom.xml	(original)
+++ webapps/trunk/data-quality-webapp/pom.xml	Tue Oct 27 08:33:06 2015
@@ -103,7 +103,7 @@
     </dependencies>
     <build>
         <defaultGoal>war:war tomcat7:redeploy</defaultGoal>
-        <finalName>hps-run-webapp</finalName>
+        <finalName>data-quality</finalName>
         <plugins>
             <plugin>
                 <groupId>org.apache.tomcat.maven</groupId>