Skip to content

Commit e0c3b7d

Browse files
authored
Merge pull request #3 from imagejan/update-pom
Rename artifact and package, update POM and README
2 parents 9522543 + a97125a commit e0c3b7d

7 files changed

Lines changed: 223 additions & 179 deletions

File tree

LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Copyright (c) 2017, Board of Regents of the University of
2-
Wisconsin-Madison and University of Konstanz.
1+
Copyright (c) 2017 - 2018, Board of Regents of the University of
2+
Wisconsin-Madison and University of Konstanz.
33
All rights reserved.
44

55
Redistribution and use in source and binary forms, with or without modification,

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![](https://travis-ci.org/imagej/imagej-plugins-io-table.svg?branch=master)](https://travis-ci.org/imagej/imagej-plugins-io-table)
1+
[![Build Status](https://travis-ci.org/scijava/scijava-plugins-io-table.svg?branch=master)](https://travis-ci.org/scijava/scijava-plugins-io-table)
22

3-
ImageJ IO Plugins: Table
3+
SciJava IO Plugins: Table
44
------------------------
55

6-
I/O plugins for ImageJ `Table` objects.
6+
I/O plugins for SciJava `Table` objects.

pom.xml

Lines changed: 47 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
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>
@@ -36,6 +36,17 @@
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>
@@ -45,62 +56,60 @@
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>

src/main/java/net/imagej/table/CommonsCSVTableIOPlugin.java renamed to src/main/java/org/scijava/table/CommonsCSVTableIOPlugin.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/*
22
* #%L
3-
* ImageJ software for multidimensional image processing and analysis.
3+
* ImageJ software for multidimensional image
4+
* processing and analysis.
45
* %%
5-
* Copyright (C) 2017 Board of Regents of the University of
6-
* Wisconsin-Madison and University of Konstanz.
6+
* Copyright (C) 2017 - 2018 Board of Regents of the University of
7+
* Wisconsin-Madison and University of Konstanz.
78
* %%
89
* Redistribution and use in source and binary forms, with or without
910
* modification, are permitted provided that the following conditions are met:
@@ -28,7 +29,7 @@
2829
* #L%
2930
*/
3031

31-
package net.imagej.table;
32+
package org.scijava.table;
3233

3334
import java.io.File;
3435
import java.io.FileReader;

0 commit comments

Comments
 (0)