|
17 | 17 | <url>http://scijava.org/</url> |
18 | 18 | <inceptionYear>2009</inceptionYear> |
19 | 19 |
|
| 20 | + <licenses> |
| 21 | + <license> |
| 22 | + <name>Simplified BSD License</name> |
| 23 | + <distribution>repo</distribution> |
| 24 | + </license> |
| 25 | + </licenses> |
| 26 | + |
| 27 | + <developers> |
| 28 | + <developer> |
| 29 | + <id>ctrueden</id> |
| 30 | + <name>Curtis Rueden</name> |
| 31 | + <email>ctrueden@wisc.edu</email> |
| 32 | + <url>http://loci.wisc.edu/people/curtis-rueden</url> |
| 33 | + <organization>UW-Madison LOCI</organization> |
| 34 | + <organizationUrl>http://loci.wisc.edu/</organizationUrl> |
| 35 | + <roles> |
| 36 | + <role>architect</role> |
| 37 | + <role>developer</role> |
| 38 | + </roles> |
| 39 | + <timezone>-6</timezone> |
| 40 | + </developer> |
| 41 | + <developer> |
| 42 | + <id>dscho</id> |
| 43 | + <name>Johannes Schindelin</name> |
| 44 | + <email>schindelin@wisc.edu</email> |
| 45 | + <url>http://loci.wisc.edu/people/johannes-schindelin</url> |
| 46 | + <organization>UW-Madison LOCI</organization> |
| 47 | + <organizationUrl>http://loci.wisc.edu/</organizationUrl> |
| 48 | + <roles> |
| 49 | + <role>architect</role> |
| 50 | + <role>developer</role> |
| 51 | + </roles> |
| 52 | + <timezone>-6</timezone> |
| 53 | + </developer> |
| 54 | + </developers> |
| 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@googlegroups.com</post> |
| 62 | + <archive>https://groups.google.com/group/scijava</archive> |
| 63 | + </mailingList> |
| 64 | + </mailingLists> |
| 65 | + |
| 66 | + <scm> |
| 67 | + <connection>scm:git:git://github.com/scijava/scijava-common</connection> |
| 68 | + <developerConnection>scm:git:git@github.com:scijava/scijava-common</developerConnection> |
| 69 | + <tag>HEAD</tag> |
| 70 | + <url>https://github.com/scijava/scijava-common</url> |
| 71 | + </scm> |
| 72 | + |
| 73 | + <issueManagement> |
| 74 | + <system>GitHub Issues</system> |
| 75 | + <url>https://github.com/scijava/scijava-common/issues</url> |
| 76 | + </issueManagement> |
| 77 | + |
| 78 | + <ciManagement> |
| 79 | + <system>Jenkins</system> |
| 80 | + <url>https://jenkins.imagej.net/job/SciJava-common/</url> |
| 81 | + </ciManagement> |
| 82 | + |
20 | 83 | <dependencies> |
21 | 84 | <!-- Third-party dependencies --> |
22 | 85 | <dependency> |
@@ -86,69 +149,6 @@ Institute of Molecular Cell Biology and Genetics.</organizationName> |
86 | 149 | </plugins> |
87 | 150 | </build> |
88 | 151 |
|
89 | | - <mailingLists> |
90 | | - <mailingList> |
91 | | - <name>SciJava</name> |
92 | | - <subscribe>https://groups.google.com/group/scijava</subscribe> |
93 | | - <unsubscribe>https://groups.google.com/group/scijava</unsubscribe> |
94 | | - <post>scijava@googlegroups.com</post> |
95 | | - <archive>https://groups.google.com/group/scijava</archive> |
96 | | - </mailingList> |
97 | | - </mailingLists> |
98 | | - |
99 | | - <developers> |
100 | | - <developer> |
101 | | - <id>ctrueden</id> |
102 | | - <name>Curtis Rueden</name> |
103 | | - <email>ctrueden@wisc.edu</email> |
104 | | - <url>http://loci.wisc.edu/people/curtis-rueden</url> |
105 | | - <organization>UW-Madison LOCI</organization> |
106 | | - <organizationUrl>http://loci.wisc.edu/</organizationUrl> |
107 | | - <roles> |
108 | | - <role>architect</role> |
109 | | - <role>developer</role> |
110 | | - </roles> |
111 | | - <timezone>-6</timezone> |
112 | | - </developer> |
113 | | - <developer> |
114 | | - <id>dscho</id> |
115 | | - <name>Johannes Schindelin</name> |
116 | | - <email>schindelin@wisc.edu</email> |
117 | | - <url>http://loci.wisc.edu/people/johannes-schindelin</url> |
118 | | - <organization>UW-Madison LOCI</organization> |
119 | | - <organizationUrl>http://loci.wisc.edu/</organizationUrl> |
120 | | - <roles> |
121 | | - <role>architect</role> |
122 | | - <role>developer</role> |
123 | | - </roles> |
124 | | - <timezone>-6</timezone> |
125 | | - </developer> |
126 | | - </developers> |
127 | | - |
128 | | - <issueManagement> |
129 | | - <system>GitHub Issues</system> |
130 | | - <url>https://github.com/scijava/scijava-common/issues</url> |
131 | | - </issueManagement> |
132 | | - |
133 | | - <ciManagement> |
134 | | - <system>Jenkins</system> |
135 | | - <url>https://jenkins.imagej.net/job/SciJava-common/</url> |
136 | | - </ciManagement> |
137 | | - |
138 | | - <licenses> |
139 | | - <license> |
140 | | - <name>Simplified BSD License</name> |
141 | | - <distribution>repo</distribution> |
142 | | - </license> |
143 | | - </licenses> |
144 | | - |
145 | | - <scm> |
146 | | - <connection>scm:git:git://github.com/scijava/scijava-common</connection> |
147 | | - <developerConnection>scm:git:git@github.com:scijava/scijava-common</developerConnection> |
148 | | - <tag>HEAD</tag> |
149 | | - <url>https://github.com/scijava/scijava-common</url> |
150 | | - </scm> |
151 | | - |
152 | 152 | <profiles> |
153 | 153 | <profile> |
154 | 154 | <id>only-eclipse</id> |
@@ -191,4 +191,5 @@ Institute of Molecular Cell Biology and Genetics.</organizationName> |
191 | 191 | </build> |
192 | 192 | </profile> |
193 | 193 | </profiles> |
| 194 | + |
194 | 195 | </project> |
0 commit comments