From 9bb0d41bc9ed40615bb57009d46e4c121a3d3d6c Mon Sep 17 00:00:00 2001 From: Hans Boom <boom@astron.nl> Date: Wed, 25 Apr 2012 10:06:07 +0000 Subject: [PATCH] Task #1771: added support for snapshot distribution. --- JAVA/LofarUtils/pom.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/JAVA/LofarUtils/pom.xml b/JAVA/LofarUtils/pom.xml index c5604832fa2..7bd8aba45bf 100644 --- a/JAVA/LofarUtils/pom.xml +++ b/JAVA/LofarUtils/pom.xml @@ -9,7 +9,7 @@ <groupId>nl.astron.lofar</groupId> <artifactId>lofarutils</artifactId> <name>Lofar Utils</name> - <version>1.0.1-SNAPAHOT</version> + <version>1.0.1-SNAPSHOT</version> <organization> <name>Astron</name> @@ -22,9 +22,7 @@ </properties> <build> - <sourceDirectory>src</sourceDirectory> - <resources> <resource> <directory>src</directory> @@ -45,17 +43,14 @@ </configuration> </plugin> </plugins> - </build> <dependencies> - <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.16</version> </dependency> - </dependencies> <distributionManagement> -- GitLab