|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 |
|
5 | 5 | <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> |
9 | 9 | <relativePath />
|
10 | 10 | </parent>
|
11 | 11 |
|
| 12 | + <groupId>net.imagej</groupId> |
12 | 13 | <artifactId>imagej-legacy</artifactId>
|
13 | 14 | <version>0.23.4-SNAPSHOT</version>
|
14 | 15 |
|
15 | 16 | <name>ImageJ Legacy Bridge</name>
|
16 | 17 | <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>
|
17 | 18 | <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> |
22 | 30 |
|
23 | 31 | <developers>
|
24 | 32 | <developer>
|
|
99 | 107 | </contributor>
|
100 | 108 | </contributors>
|
101 | 109 |
|
| 110 | + <mailingLists> |
| 111 | + <mailingList> |
| 112 | + <name>ImageJ Forum</name> |
| 113 | + <archive>http://forum.imagej.net/</archive> |
| 114 | + </mailingList> |
| 115 | + </mailingLists> |
| 116 | + |
102 | 117 | <scm>
|
103 | 118 | <connection>scm:git:git://github.com/imagej/imagej-legacy</connection>
|
104 | 119 | < developerConnection>scm:git: [email protected]:imagej/imagej-legacy</ developerConnection>
|
|
114 | 129 | <url>http://jenkins.imagej.net/job/ImageJ-legacy/</url>
|
115 | 130 | </ciManagement>
|
116 | 131 |
|
| 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 | + |
117 | 142 | <repositories>
|
118 | 143 | <repository>
|
119 | 144 | <id>imagej.public</id>
|
|
0 commit comments