Skip to content

Commit

Permalink
Add SCM information to maven
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillar committed Nov 27, 2024
1 parent 3c26a47 commit 68197bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected]/paulmillar/storm-webdav.git</developerConnection>
<tag>v1.4.2-desy</tag>
</scm>
</project>

0 comments on commit 68197bc

Please sign in to comment.