|
68 | 68 |
|
69 | 69 | <plugins> |
70 | 70 | <plugin> |
71 | | - <groupId>org.apache.maven.plugins</groupId> |
| 71 | + <groupId>org.apache.maven.plugins</groupId> |
72 | 72 | <artifactId>maven-compiler-plugin</artifactId> |
73 | | - <version>3.7.0</version> |
| 73 | + <version>3.14.0</version> |
74 | 74 | <!-- Require the Java 8 platform. --> |
75 | 75 | <configuration> |
76 | | - <source>1.8</source> |
77 | | - <target>1.8</target> |
| 76 | + <source>8</source> |
| 77 | + <target>8</target> |
| 78 | + <release>8</release> |
78 | 79 | </configuration> |
79 | 80 | </plugin> |
80 | 81 | <plugin> |
|
183 | 184 |
|
184 | 185 | <organization> |
185 | 186 | <name>Open Microscopy Environment</name> |
186 | | - <url>http://www.openmicroscopy.org/</url> |
| 187 | + <url>https://www.openmicroscopy.org/</url> |
187 | 188 | </organization> |
188 | 189 |
|
189 | 190 | <issueManagement> |
190 | | - <system>Trac</system> |
191 | | - <url>https://trac.openmicroscopy.org/ome</url> |
| 191 | + <system>GitHub</system> |
| 192 | + <url>https://github.com/ome/bio-formats-examples/issues</url> |
192 | 193 | </issueManagement> |
193 | 194 |
|
194 | 195 | <ciManagement> |
195 | | - <system>Jenkins</system> |
196 | | - <url>https://ci.openmicroscopy.org/</url> |
| 196 | + <system>GitHub Actions</system> |
| 197 | + <url>https://github.com/ome/bio-formats-examples/issues</url> |
197 | 198 | </ciManagement> |
198 | 199 |
|
199 | | - <mailingLists> |
200 | | - <mailingList> |
201 | | - <name>OME-users</name> |
202 | | - <subscribe>http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users/</subscribe> |
203 | | - <unsubscribe>http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users/</unsubscribe> |
204 | | - <post>ome-users@lists.openmicroscopy.org.uk</post> |
205 | | - <archive>http://lists.openmicroscopy.org.uk/pipermail/ome-users/</archive> |
206 | | - </mailingList> |
207 | | - <mailingList> |
208 | | - <name>OME-devel</name> |
209 | | - <subscribe>http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-devel/</subscribe> |
210 | | - <unsubscribe>http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-devel/</unsubscribe> |
211 | | - <post>ome-devel@lists.openmicroscopy.org.uk</post> |
212 | | - <archive>http://lists.openmicroscopy.org.uk/pipermail/ome-devel/</archive> |
213 | | - </mailingList> |
214 | | - </mailingLists> |
215 | | - |
216 | 200 | <scm> |
217 | 201 | <connection>scm:git:https://github.com/ome/bio-formats-examples</connection> |
218 | 202 | <developerConnection>scm:git:git@github.com:ome/bio-formats-examples</developerConnection> |
|
234 | 218 | </repository> |
235 | 219 | <repository> |
236 | 220 | <id>unidata.releases</id> |
237 | | - <url>https://artifacts.unidata.ucar.edu/content/repositories/unidata-releases</url> |
| 221 | + <url>https://artifacts.unidata.ucar.edu/repository/unidata-releases/</url> |
238 | 222 | <snapshots><enabled>false</enabled></snapshots> |
239 | 223 | </repository> |
240 | 224 | </repositories> |
241 | 225 |
|
242 | | - <pluginRepositories> |
243 | | - <pluginRepository> |
244 | | - <id>central</id> |
245 | | - <name>Central Repository</name> |
246 | | - <url>https://repo.maven.apache.org/maven2</url> |
247 | | - <layout>default</layout> |
248 | | - </pluginRepository> |
249 | | - </pluginRepositories> |
250 | | - |
251 | 226 | <distributionManagement> |
252 | 227 | <snapshotRepository> |
253 | 228 | <id>ome.snapshots</id> |
|
0 commit comments