Skip to content

Commit a317fc9

Browse files
committed
Update parent to org.scijava:pom-scijava:12.0.0
See: http://forum.imagej.net/t/split-boms-from-parent-configuration/2563
1 parent 8603592 commit a317fc9

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed

Diff for: pom.xml

+29-4
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,22 @@
55
<parent>
66
<groupId>org.scijava</groupId>
77
<artifactId>pom-scijava</artifactId>
8-
<version>9.0.0</version>
8+
<version>12.0.0</version>
99
<relativePath />
1010
</parent>
1111

12+
<groupId>org.scijava</groupId>
1213
<artifactId>scijava-java3d</artifactId>
1314
<version>0.1.0-SNAPSHOT</version>
1415

1516
<name>SciJava Java 3D Tools</name>
1617
<description>Utility classes for working with Java 3D.</description>
1718
<url>https://github.com/scijava/scijava-java3d</url>
1819
<inceptionYear>2015</inceptionYear>
20+
<organization>
21+
<name>SciJava</name>
22+
<url>http://scijava.org/</url>
23+
</organization>
1924
<licenses>
2025
<license>
2126
<name>Simplified BSD License</name>
@@ -29,8 +34,12 @@
2934
<name>Curtis Rueden</name>
3035
<url>http://imagej.net/User:Rueden</url>
3136
<roles>
32-
<role>architect</role>
33-
<role>developer</role>
37+
<role>founder</role>
38+
<role>lead</role>
39+
<role>debugger</role>
40+
<role>reviewer</role>
41+
<role>support</role>
42+
<role>maintainer</role>
3443
</roles>
3544
</developer>
3645
</developers>
@@ -44,6 +53,16 @@
4453
</contributor>
4554
</contributors>
4655

56+
<mailingLists>
57+
<mailingList>
58+
<name>SciJava</name>
59+
<subscribe>https://groups.google.com/group/scijava</subscribe>
60+
<unsubscribe>https://groups.google.com/group/scijava</unsubscribe>
61+
<post>scijava.com</post>
62+
<archive>https://groups.google.com/group/scijava</archive>
63+
</mailingList>
64+
</mailingLists>
65+
4766
<scm>
4867
<connection>scm:git:git://github.com/scijava/scijava-java3d</connection>
4968
<developerConnection>scm:git:[email protected]:scijava/scijava-java3d</developerConnection>
@@ -59,6 +78,13 @@
5978
<url>http://jenkins.imagej.net/job/SciJava-java3d/</url>
6079
</ciManagement>
6180

81+
<properties>
82+
<package-name>org.scijava.java3d</package-name>
83+
<license.licenseName>bsd_2</license.licenseName>
84+
<license.copyrightOwners>Board of Regents of the University of
85+
Wisconsin-Madison.</license.copyrightOwners>
86+
</properties>
87+
6288
<dependencies>
6389
<!-- SciJava dependencies -->
6490
<dependency>
@@ -97,5 +123,4 @@ Wisconsin-Madison.</organizationName>
97123
</plugin>
98124
</plugins>
99125
</build>
100-
101126
</project>

0 commit comments

Comments
 (0)