Skip to content
Snippets Groups Projects
Commit 9bb0d41b authored by Hans Boom's avatar Hans Boom
Browse files

Task #1771: added support for snapshot distribution.

parent fe0d0acc
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment