|
13 | 13 | <version>0.2.1-SNAPSHOT</version> |
14 | 14 |
|
15 | 15 | <name>SciJava Table</name> |
16 | | - <description>Table structures for SciJava</description> |
| 16 | + <description>Table structures for SciJava.</description> |
17 | 17 | <url>https://github.com/scijava/scijava-table</url> |
18 | | - <inceptionYear>2018</inceptionYear> |
| 18 | + <inceptionYear>2012</inceptionYear> |
19 | 19 | <organization> |
20 | 20 | <name>SciJava</name> |
21 | | - <url>http://www.scijava.org/</url> |
| 21 | + <url>https://scijava.org/</url> |
22 | 22 | </organization> |
23 | 23 | <licenses> |
24 | 24 | <license> |
|
31 | 31 | <developer> |
32 | 32 | <id>ctrueden</id> |
33 | 33 | <name>Curtis Rueden</name> |
34 | | - <url>http://imagej.net/User:Rueden</url> |
| 34 | + <url>https://imagej.net/User:Rueden</url> |
35 | 35 | <roles> |
36 | 36 | <role>founder</role> |
37 | 37 | <role>lead</role> |
|
45 | 45 | <developer> |
46 | 46 | <id>imagejan</id> |
47 | 47 | <name>Jan Eglinger</name> |
48 | | - <url>http://imagej.net/User:Eglinger</url> |
| 48 | + <url>https://imagej.net/User:Eglinger</url> |
49 | 49 | <roles> |
50 | 50 | <role>founder</role> |
51 | 51 | <role>developer</role> |
|
58 | 58 | <contributors> |
59 | 59 | <contributor> |
60 | 60 | <name>Alison Walter</name> |
61 | | - <url>http://imagej.net/User:Awalter2</url> |
62 | | - <properties> |
63 | | - <id>awalter17</id> |
64 | | - </properties> |
| 61 | + <url>https://imagej.net/User:Awalter2</url> |
| 62 | + <properties><id>awalter17</id></properties> |
| 63 | + </contributor> |
| 64 | + <contributor> |
| 65 | + <name>Barry DeZonia</name> |
| 66 | + <url>https://imagej.net/User:Bdezonia</url> |
| 67 | + <properties><id>bdezonia</id></properties> |
65 | 68 | </contributor> |
66 | 69 | </contributors> |
67 | 70 |
|
|
91 | 94 | </ciManagement> |
92 | 95 |
|
93 | 96 | <properties> |
94 | | - <package-name>org.scijava</package-name> |
| 97 | + <package-name>org.scijava.table</package-name> |
95 | 98 |
|
96 | 99 | <license.licenseName>bsd_2</license.licenseName> |
97 | | - <license.projectName>SciJava Table.</license.projectName> |
98 | 100 | <license.copyrightOwners>Board of Regents of the University of |
99 | | -Wisconsin-Madison, Broad Institute of MIT and Harvard, Max Planck |
100 | | -Institute of Molecular Cell Biology and Genetics, University of |
101 | | -Konstanz, and KNIME GmbH.</license.copyrightOwners> |
| 101 | +Wisconsin-Madison, and Friedrich Miescher Institute for Biomedical Research.</license.copyrightOwners> |
102 | 102 |
|
103 | 103 | <!-- NB: Deploy releases to the ImageJ Maven repository. --> |
104 | 104 | <releaseProfiles>deploy-to-imagej</releaseProfiles> |
|
0 commit comments