From 78df08a3d92cea8fd9c2a183f6d43d176b25dc77 Mon Sep 17 00:00:00 2001 From: Tim Levett <levett@wisc.edu> Date: Tue, 27 Oct 2015 13:26:02 -0500 Subject: [PATCH] cleanup pom --- pom.xml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index e166f79..4a486a6 100644 --- a/pom.xml +++ b/pom.xml @@ -5,17 +5,9 @@ <artifactId>root-webapp</artifactId> <packaging>war</packaging> <version>1.0.0-SNAPSHOT</version> - <name>root-webapp Maven Webapp</name> - <url>http://maven.apache.org</url> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - <scope>test</scope> - </dependency> - </dependencies> + <name>MyUW ROOT webapp</name> + <url>git@git.doit.wisc.edu:myuw/my-root.git</url> <build> - <finalName>root-webapp</finalName> + <finalName>ROOT</finalName> </build> </project> -- GitLab