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 @@ ...@@ -9,7 +9,7 @@
<groupId>nl.astron.lofar</groupId> <groupId>nl.astron.lofar</groupId>
<artifactId>lofarutils</artifactId> <artifactId>lofarutils</artifactId>
<name>Lofar Utils</name> <name>Lofar Utils</name>
<version>1.0.1-SNAPAHOT</version> <version>1.0.1-SNAPSHOT</version>
<organization> <organization>
<name>Astron</name> <name>Astron</name>
...@@ -22,9 +22,7 @@ ...@@ -22,9 +22,7 @@
</properties> </properties>
<build> <build>
<sourceDirectory>src</sourceDirectory> <sourceDirectory>src</sourceDirectory>
<resources> <resources>
<resource> <resource>
<directory>src</directory> <directory>src</directory>
...@@ -45,17 +43,14 @@ ...@@ -45,17 +43,14 @@
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>log4j</groupId> <groupId>log4j</groupId>
<artifactId>log4j</artifactId> <artifactId>log4j</artifactId>
<version>1.2.16</version> <version>1.2.16</version>
</dependency> </dependency>
</dependencies> </dependencies>
<distributionManagement> <distributionManagement>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment