Skip to content
Snippets Groups Projects
Commit b1a6c28c authored by Curtis Rueden's avatar Curtis Rueden
Browse files

Update parent to org.scijava:pom-scijava:14.0.0

parent 76a9884c
No related branches found
No related tags found
No related merge requests found
...@@ -3,11 +3,13 @@ ...@@ -3,11 +3,13 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>sc.fiji</groupId> <groupId>org.scijava</groupId>
<artifactId>pom-bigdataviewer</artifactId> <artifactId>pom-scijava</artifactId>
<version>4.0.1</version> <version>14.0.0</version>
<relativePath />
</parent> </parent>
<groupId>sc.fiji</groupId>
<artifactId>bigdataviewer-core</artifactId> <artifactId>bigdataviewer-core</artifactId>
<version>4.0.2-SNAPSHOT</version> <version>4.0.2-SNAPSHOT</version>
...@@ -15,6 +17,10 @@ ...@@ -15,6 +17,10 @@
<description>BigDataViewer core classes with minimal dependencies.</description> <description>BigDataViewer core classes with minimal dependencies.</description>
<url>https://github.com/bigdataviewer/bigdataviewer-core</url> <url>https://github.com/bigdataviewer/bigdataviewer-core</url>
<inceptionYear>2012</inceptionYear> <inceptionYear>2012</inceptionYear>
<organization>
<name>BigDataViewer</name>
<url>https://imagej.net/BigDataViewer</url>
</organization>
<licenses> <licenses>
<license> <license>
<name>Simplified BSD License</name> <name>Simplified BSD License</name>
...@@ -80,6 +86,13 @@ ...@@ -80,6 +86,13 @@
</contributor> </contributor>
</contributors> </contributors>
<mailingLists>
<mailingList>
<name>ImageJ Forum</name>
<archive>http://forum.imagej.net/</archive>
</mailingList>
</mailingLists>
<scm> <scm>
<connection>scm:git:git://github.com/bigdataviewer/bigdataviewer-core</connection> <connection>scm:git:git://github.com/bigdataviewer/bigdataviewer-core</connection>
<developerConnection>scm:git:git@github.com:bigdataviewer/bigdataviewer-core</developerConnection> <developerConnection>scm:git:git@github.com:bigdataviewer/bigdataviewer-core</developerConnection>
...@@ -96,6 +109,7 @@ ...@@ -96,6 +109,7 @@
</ciManagement> </ciManagement>
<properties> <properties>
<package-name>bdv</package-name>
<license.licenseName>bsd_2</license.licenseName> <license.licenseName>bsd_2</license.licenseName>
<license.copyrightOwners>Tobias Pietzsch, Stephan Saalfeld, Stephan Preibisch, <license.copyrightOwners>Tobias Pietzsch, Stephan Saalfeld, Stephan Preibisch,
Jean-Yves Tinevez, HongKee Moon, Johannes Schindelin, Curtis Rueden, John Bogovic</license.copyrightOwners> Jean-Yves Tinevez, HongKee Moon, Johannes Schindelin, Curtis Rueden, John Bogovic</license.copyrightOwners>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment