Skip to content

Commit c99c0c0

Browse files
committed
POM: update parent to pom-scijava 34.1.0
And update imagej.net URLs, and copyright holders name.
1 parent ab312ef commit c99c0c0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.scijava</groupId>
77
<artifactId>pom-scijava</artifactId>
8-
<version>34.0.0</version>
8+
<version>34.1.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -31,7 +31,7 @@
3131
<developer>
3232
<id>ctrueden</id>
3333
<name>Curtis Rueden</name>
34-
<url>https://imagej.net/User:Rueden</url>
34+
<url>https://imagej.net/people/ctrueden</url>
3535
<roles>
3636
<role>lead</role>
3737
<role>developer</role>
@@ -45,7 +45,7 @@
4545
<contributors>
4646
<contributor>
4747
<name>Johannes Schindelin</name>
48-
<url>https://imagej.net/User:Schindelin</url>
48+
<url>https://imagej.net/people/dscho</url>
4949
<roles><role>founder</role></roles>
5050
<properties><id>dscho</id></properties>
5151
</contributor>
@@ -89,8 +89,7 @@
8989
<main-class>org.scijava.plugins.scripting.scala.Main</main-class>
9090

9191
<license.licenseName>bsd_2</license.licenseName>
92-
<license.copyrightOwners>Board of Regents of the University of
93-
Wisconsin-Madison.</license.copyrightOwners>
92+
<license.copyrightOwners>SciJava developers.</license.copyrightOwners>
9493
<license.excludes>**/script_templates/**</license.excludes>
9594

9695
<!-- NB: Deploy releases to the SciJava Maven repository. -->

0 commit comments

Comments
 (0)