Skip to content

Commit 6d854b5

Browse files
committed
Update pom.xml
- rename artifact to scijava-plugins-io-table - change groupID to org.scijava - update URLs
1 parent 9522543 commit 6d854b5

1 file changed

Lines changed: 21 additions & 16 deletions

File tree

pom.xml

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
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>
@@ -52,31 +52,36 @@
5252
<url>http://imagej.net/User:Leon</url>
5353
<properties><id>lnyng</id></properties>
5454
</contributor>
55+
<contributor>
56+
<name>Jan Eglinger</name>
57+
<url>http://imagej.net/User:Eglinger</url>
58+
<properties><id>imagejan</id></properties>
59+
</contributor>
5560
</contributors>
5661

5762
<mailingLists>
5863
<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>
6166
</mailingList>
6267
</mailingLists>
6368

6469
<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>
6772
<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>
6974
</scm>
7075
<issueManagement>
7176
<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>
7378
</issueManagement>
7479
<ciManagement>
7580
<system>None</system>
7681
</ciManagement>
7782

7883
<properties>
79-
<package-name>net.imagej.table</package-name>
84+
<package-name>org.scijava.table</package-name>
8085
<license.licenseName>bsd_2</license.licenseName>
8186
<license.copyrightOwners>Board of Regents of the University of
8287
Wisconsin-Madison and University of Konstanz.</license.copyrightOwners>

0 commit comments

Comments
 (0)