|
5 | 5 | <parent> |
6 | 6 | <groupId>org.scijava</groupId> |
7 | 7 | <artifactId>pom-scijava</artifactId> |
8 | | - <version>17.2.0</version> |
| 8 | + <version>23.1.1</version> |
9 | 9 | <relativePath /> |
10 | 10 | </parent> |
11 | 11 |
|
12 | | - <groupId>net.imagej</groupId> |
13 | | - <artifactId>imagej-plugins-io-table</artifactId> |
14 | | - <version>0.0.1-SNAPSHOT</version> |
| 12 | + <groupId>org.scijava</groupId> |
| 13 | + <artifactId>scijava-plugins-io-table</artifactId> |
| 14 | + <version>0.1.0-SNAPSHOT</version> |
15 | 15 |
|
16 | | - <name>ImageJ IO Plugin: Tables</name> |
17 | | - <description>I/O plugins for ImageJ table objects</description> |
18 | | - <url>https://imagej.net/ImageJ_Plugins_IO_Table</url> |
| 16 | + <name>SciJava IO Plugin: Tables</name> |
| 17 | + <description>I/O plugins for SciJava table objects</description> |
| 18 | + <url>https://imagej.net/SciJava_Plugins_IO_Table</url> |
19 | 19 | <inceptionYear>2017</inceptionYear> |
20 | 20 | <organization> |
21 | | - <name>ImageJ</name> |
22 | | - <url>https://imagej.net</url> |
| 21 | + <name>SciJava</name> |
| 22 | + <url>https://scijava.org</url> |
23 | 23 | </organization> |
24 | 24 | <licenses> |
25 | 25 | <license> |
|
52 | 52 | <url>http://imagej.net/User:Leon</url> |
53 | 53 | <properties><id>lnyng</id></properties> |
54 | 54 | </contributor> |
| 55 | + <contributor> |
| 56 | + <name>Jan Eglinger</name> |
| 57 | + <url>http://imagej.net/User:Eglinger</url> |
| 58 | + <properties><id>imagejan</id></properties> |
| 59 | + </contributor> |
55 | 60 | </contributors> |
56 | 61 |
|
57 | 62 | <mailingLists> |
58 | 63 | <mailingList> |
59 | | - <name>ImageJ Forum</name> |
60 | | - <archive>http://forum.imagej.net/</archive> |
| 64 | + <name>Image.sc Forum</name> |
| 65 | + <archive>https://forum.image.sc/</archive> |
61 | 66 | </mailingList> |
62 | 67 | </mailingLists> |
63 | 68 |
|
64 | 69 | <scm> |
65 | | - <connection>scm:git:git://github.com/imagej/imagej-plugins-io-table</connection> |
66 | | - <developerConnection>scm:git:git@github.com:imagej/imagej-plugins-io-table</developerConnection> |
| 70 | + <connection>scm:git:git://github.com/scijava/scijava-plugins-io-table</connection> |
| 71 | + <developerConnection>scm:git:git@github.com:scijava/scijava-plugins-io-table</developerConnection> |
67 | 72 | <tag>HEAD</tag> |
68 | | - <url>https://github.com/imagej/imagej-plugins-io-table</url> |
| 73 | + <url>https://github.com/scijava/scijava-plugins-io-table</url> |
69 | 74 | </scm> |
70 | 75 | <issueManagement> |
71 | 76 | <system>GitHub Issues</system> |
72 | | - <url>https://github.com/imagej/imagej-plugins-io-table/issues</url> |
| 77 | + <url>https://github.com/scijava/scijava-plugins-io-table/issues</url> |
73 | 78 | </issueManagement> |
74 | 79 | <ciManagement> |
75 | 80 | <system>None</system> |
76 | 81 | </ciManagement> |
77 | 82 |
|
78 | 83 | <properties> |
79 | | - <package-name>net.imagej.table</package-name> |
| 84 | + <package-name>org.scijava.table</package-name> |
80 | 85 | <license.licenseName>bsd_2</license.licenseName> |
81 | 86 | <license.copyrightOwners>Board of Regents of the University of |
82 | 87 | Wisconsin-Madison and University of Konstanz.</license.copyrightOwners> |
|
0 commit comments