Skip to content

Commit

Permalink
adds scm and developer information
Browse files Browse the repository at this point in the history
  • Loading branch information
hageldave committed Jan 1, 2016
1 parent ac2cee7 commit 3120040
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion ImagingKit_Core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>imagingkit-core</artifactId>
<name>ImagingKit-Core</name>
<groupId>com.github.hageldave.imagingkit</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<url>https://github.com/hageldave/ImagingKit</url>
<description>The ImagingKit-Core artifact provides the core classes of the ImagingKit framework.</description>

Expand Down Expand Up @@ -129,5 +129,17 @@
</profile>
</profiles>

<scm>
<url>https://github.com/hageldave/ImagingKit.git</url>
</scm>

<developers>
<developer>
<id>hageldave</id>
<name>David Haegele</name>
<email>[email protected]</email>
</developer>
</developers>

</project>

0 comments on commit 3120040

Please sign in to comment.