From 68197bc81d55b2c887bd1fc23d8d4219846d4791 Mon Sep 17 00:00:00 2001 From: Paul Millar <paul.millar@desy.de> Date: Wed, 27 Nov 2024 12:04:38 +0100 Subject: [PATCH] Add SCM information to maven --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index dbb62a99..ae5f1020 100644 --- a/pom.xml +++ b/pom.xml @@ -474,4 +474,11 @@ <scope>test</scope> </dependency> </dependencies> + + <scm> + <url>https://github.com/paulmillar/storm-webdav.git</url> + <connection>scm:git:https://github.com/paulmillar/storm-webdav.git</connection> + <developerConnection>scm:git:ssh://git@github.com/paulmillar/storm-webdav.git</developerConnection> + <tag>v1.4.2-desy</tag> + </scm> </project>