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

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: default avatarJohannes Schindelin <johannes.schindelin@gmx.de>
parent 7c9c7525
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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>