11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44
55 <parent >
66 <groupId >org.scijava</groupId >
77 <artifactId >pom-scijava</artifactId >
8- <version >17.2.0 </version >
8+ <version >23.1.1 </version >
99 <relativePath />
1010 </parent >
1111
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 >
1515
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 >
1919 <inceptionYear >2017</inceptionYear >
2020 <organization >
21- <name >ImageJ </name >
22- <url >https://imagej.net </url >
21+ <name >SciJava </name >
22+ <url >https://scijava.org </url >
2323 </organization >
2424 <licenses >
2525 <license >
3636 <url >https://imagej.net/User:stelfrich</url >
3737 <roles >
3838 <role >founder</role >
39+ <role >debugger</role >
40+ <role >reviewer</role >
41+ <role >support</role >
42+ <role >maintainer</role >
43+ </roles >
44+ </developer >
45+ <developer >
46+ <id >imagejan</id >
47+ <name >Jan Eglinger</name >
48+ <url >https://imagej.net/User:Eglinger</url >
49+ <roles >
3950 <role >lead</role >
4051 <role >developer</role >
4152 <role >debugger</role >
4556 </roles >
4657 </developer >
4758 </developers >
48-
4959 <contributors >
5060 <contributor >
5161 <name >Leon Yang</name >
5262 <url >http://imagej.net/User:Leon</url >
53- <properties ><id >lnyng</id ></properties >
63+ <properties >
64+ <id >lnyng</id >
65+ </properties >
5466 </contributor >
5567 </contributors >
5668
5769 <mailingLists >
5870 <mailingList >
59- <name >ImageJ Forum</name >
60- <archive >http ://forum.imagej.net /</archive >
71+ <name >Image.sc Forum</name >
72+ <archive >https ://forum.image.sc /</archive >
6173 </mailingList >
6274 </mailingLists >
6375
6476 <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 >
77+ <connection >scm:git:git://github.com/scijava/scijava -plugins-io-table</connection >
78+ <developerConnection >scm:git:git@github.com:scijava/scijava -plugins-io-table</developerConnection >
6779 <tag >HEAD</tag >
68- <url >https://github.com/imagej/imagej -plugins-io-table</url >
80+ <url >https://github.com/scijava/scijava -plugins-io-table</url >
6981 </scm >
7082 <issueManagement >
7183 <system >GitHub Issues</system >
72- <url >https://github.com/imagej/imagej -plugins-io-table/issues</url >
84+ <url >https://github.com/scijava/scijava -plugins-io-table/issues</url >
7385 </issueManagement >
7486 <ciManagement >
7587 <system >None</system >
7688 </ciManagement >
7789
7890 <properties >
79- <package-name >net.imagej .table</package-name >
91+ <package-name >org.scijava .table</package-name >
8092 <license .licenseName>bsd_2</license .licenseName>
8193 <license .copyrightOwners>Board of Regents of the University of
82- Wisconsin-Madison and University of Konstanz.</license .copyrightOwners>
83- <license .projectName>ImageJ software for multidimensional image processing and analysis.</license .projectName>
94+ Wisconsin-Madison and University of Konstanz.</license .copyrightOwners>
95+ <license .projectName>ImageJ software for multidimensional image
96+ processing and analysis.</license .projectName>
8497
8598 <!-- NB: Deploy releases to the ImageJ Maven repository. -->
8699 <releaseProfiles >deploy-to-imagej</releaseProfiles >
87- </properties >
88100
89- <repositories >
90- <repository >
91- <id >imagej.public</id >
92- <url >http://maven.imagej.net/content/groups/public</url >
93- </repository >
94- </repositories >
101+ <scijava-table .version>0.2.0</scijava-table .version>
102+ </properties >
95103
96104 <dependencies >
97105 <dependency >
98- <groupId >net.imagej </groupId >
99- <artifactId >imagej -common</artifactId >
106+ <groupId >org.scijava </groupId >
107+ <artifactId >scijava -common</artifactId >
100108 </dependency >
101109 <dependency >
102110 <groupId >org.scijava</groupId >
103- <artifactId >scijava-common</artifactId >
111+ <artifactId >scijava-table</artifactId >
112+ <version >${scijava-table.version} </version >
104113 </dependency >
105114 <dependency >
106115 <groupId >org.apache.commons</groupId >
@@ -115,4 +124,11 @@ Wisconsin-Madison and University of Konstanz.</license.copyrightOwners>
115124 <scope >test</scope >
116125 </dependency >
117126 </dependencies >
127+
128+ <repositories >
129+ <repository >
130+ <id >imagej.public</id >
131+ <url >http://maven.imagej.net/content/groups/public</url >
132+ </repository >
133+ </repositories >
118134</project >
0 commit comments