Commit 0637673a authored by Johannes Schindelin's avatar Johannes Schindelin

Add source code repository information

It is easier to modify or delete that section than to research how
to specify the SCM information in Maven projects from scratch.
Signed-off-by: 's avatarJohannes Schindelin <johannes.schindelin@gmx.de>
parent 7c9c7525
......@@ -38,4 +38,11 @@
</repository>
</repositories>
<scm>
<connection>scm:git:git://github.com/imagej/minimal-ij1-plugin</connection>
<developerConnection>scm:git:git@github.com:imagej/minimal-ij1-plugin</developerConnection>
<tag>HEAD</tag>
<url>https://github.com/imagej/minimal-ij1-plugin</url>
</scm>
</project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment