diff --git a/JAVA/LofarUtils/pom.xml b/JAVA/LofarUtils/pom.xml index 0440c3cb7686a41c0d6ce2d8f3ebbd0591e3f258..c5604832fa2212bfbdf8114bad52988d6f5d300a 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.0</version> + <version>1.0.1-SNAPAHOT</version> <organization> <name>Astron</name> @@ -57,5 +57,13 @@ </dependency> </dependencies> + + <distributionManagement> + <snapshotRepository> + <id>snapshots</id> + <name>Astron Nexus Repository</name> + <url>https://support.astron.nl/nexus/content/repositories/snapshots/</url> + </snapshotRepository> + </distributionManagement> </project> \ No newline at end of file