From fe0d0acc529a9338700b58d00f7fe2ce5369ad1e Mon Sep 17 00:00:00 2001 From: Hans Boom <boom@astron.nl> Date: Wed, 25 Apr 2012 09:59:45 +0000 Subject: [PATCH] Task #1771: added support for snapshot distribution. --- JAVA/LofarUtils/pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/JAVA/LofarUtils/pom.xml b/JAVA/LofarUtils/pom.xml index 0440c3cb768..c5604832fa2 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 -- GitLab