Skip to content

Commit a4d6d45

Browse files
committed
POM: add missing URL and inception year
1 parent 6af08b9 commit a4d6d45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
<name>SciJava Common</name>
1515
<description>SciJava Common is a shared library for SciJava software. It provides a plugin framework, with an extensible mechanism for service discovery, backed by its own annotation processor, so that plugins can be loaded dynamically. It is used by both ImageJ and SCIFIO.</description>
16+
<url>http://scijava.org/</url>
17+
<inceptionYear>2009</inceptionYear>
1618

1719
<dependencies>
1820
<dependency>
@@ -60,7 +62,6 @@
6062
<configuration>
6163
<licenseName>scijava</licenseName>
6264
<licenseResolver>file://${basedir}/license</licenseResolver>
63-
<inceptionYear>2009</inceptionYear>
6465
<organizationName>Board of Regents of the University of
6566
Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
6667
Institute of Molecular Cell Biology and Genetics.</organizationName>

0 commit comments

Comments
 (0)