|
5 | 5 | <parent> |
6 | 6 | <groupId>org.scijava</groupId> |
7 | 7 | <artifactId>pom-scijava</artifactId> |
8 | | - <version>9.0.0</version> |
| 8 | + <version>12.0.0</version> |
9 | 9 | <relativePath /> |
10 | 10 | </parent> |
11 | 11 |
|
| 12 | + <groupId>org.scijava</groupId> |
12 | 13 | <artifactId>scijava-java3d</artifactId> |
13 | 14 | <version>0.1.0-SNAPSHOT</version> |
14 | 15 |
|
15 | 16 | <name>SciJava Java 3D Tools</name> |
16 | 17 | <description>Utility classes for working with Java 3D.</description> |
17 | 18 | <url>https://github.com/scijava/scijava-java3d</url> |
18 | 19 | <inceptionYear>2015</inceptionYear> |
| 20 | + <organization> |
| 21 | + <name>SciJava</name> |
| 22 | + <url>http://scijava.org/</url> |
| 23 | + </organization> |
19 | 24 | <licenses> |
20 | 25 | <license> |
21 | 26 | <name>Simplified BSD License</name> |
|
29 | 34 | <name>Curtis Rueden</name> |
30 | 35 | <url>http://imagej.net/User:Rueden</url> |
31 | 36 | <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> |
34 | 43 | </roles> |
35 | 44 | </developer> |
36 | 45 | </developers> |
|
44 | 53 | </contributor> |
45 | 54 | </contributors> |
46 | 55 |
|
| 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 | + |
47 | 66 | <scm> |
48 | 67 | <connection>scm:git:git://github.com/scijava/scijava-java3d</connection> |
49 | 68 | <developerConnection>scm:git:git@github.com:scijava/scijava-java3d</developerConnection> |
|
59 | 78 | <url>http://jenkins.imagej.net/job/SciJava-java3d/</url> |
60 | 79 | </ciManagement> |
61 | 80 |
|
| 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 | + |
62 | 88 | <dependencies> |
63 | 89 | <!-- SciJava dependencies --> |
64 | 90 | <dependency> |
@@ -97,5 +123,4 @@ Wisconsin-Madison.</organizationName> |
97 | 123 | </plugin> |
98 | 124 | </plugins> |
99 | 125 | </build> |
100 | | - |
101 | 126 | </project> |
0 commit comments