Skip to content

Commit f614a57

Browse files
committed
Update parent to org.scijava:pom-scijava:12.0.0
See: http://forum.imagej.net/t/split-boms-from-parent-configuration/2563
1 parent 7aff6be commit f614a57

File tree

1 file changed

+32
-7
lines changed

1 file changed

+32
-7
lines changed

Diff for: pom.xml

+32-7
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,30 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<groupId>net.imagej</groupId>
7-
<artifactId>pom-imagej</artifactId>
8-
<version>16.4.0</version>
6+
<groupId>org.scijava</groupId>
7+
<artifactId>pom-scijava</artifactId>
8+
<version>12.0.0</version>
99
<relativePath />
1010
</parent>
1111

12+
<groupId>net.imagej</groupId>
1213
<artifactId>imagej-legacy</artifactId>
1314
<version>0.23.4-SNAPSHOT</version>
1415

1516
<name>ImageJ Legacy Bridge</name>
1617
<description>The legacy component enables backward compatibility with the legacy version of ImageJ (1.x). It contains the code necessary to translate ImageJ images into ImageJ1 format and back, so that legacy plugins can be executed faithfully.</description>
1718
<url>http://imagej.net/ImageJ_Legacy</url>
18-
19-
<properties>
20-
<package-name>net.imagej.legacy</package-name>
21-
</properties>
19+
<inceptionYear>2009</inceptionYear>
20+
<organization>
21+
<name>ImageJ</name>
22+
<url>http://imagej.net/</url>
23+
</organization>
24+
<licenses>
25+
<license>
26+
<name>Simplified BSD License</name>
27+
<distribution>repo</distribution>
28+
</license>
29+
</licenses>
2230

2331
<developers>
2432
<developer>
@@ -99,6 +107,13 @@
99107
</contributor>
100108
</contributors>
101109

110+
<mailingLists>
111+
<mailingList>
112+
<name>ImageJ Forum</name>
113+
<archive>http://forum.imagej.net/</archive>
114+
</mailingList>
115+
</mailingLists>
116+
102117
<scm>
103118
<connection>scm:git:git://github.com/imagej/imagej-legacy</connection>
104119
<developerConnection>scm:git:[email protected]:imagej/imagej-legacy</developerConnection>
@@ -114,6 +129,16 @@
114129
<url>http://jenkins.imagej.net/job/ImageJ-legacy/</url>
115130
</ciManagement>
116131

132+
<properties>
133+
<package-name>net.imagej.legacy</package-name>
134+
135+
<license.licenseName>bsd_2</license.licenseName>
136+
<license.copyrightOwners>Board of Regents of the University of
137+
Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
138+
Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
139+
<license.projectName>ImageJ software for multidimensional image processing and analysis.</license.projectName>
140+
</properties>
141+
117142
<repositories>
118143
<repository>
119144
<id>imagej.public</id>

0 commit comments

Comments
 (0)