Skip to content

Commit 4cbb7ad

Browse files
Merge pull request #134 from sbesson/pom_metadata
POM: cleanup outdated metadata
2 parents fb24b26 + 8d06ab0 commit 4cbb7ad

File tree

1 file changed

+11
-36
lines changed

1 file changed

+11
-36
lines changed

pom.xml

Lines changed: 11 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,14 @@
6868

6969
<plugins>
7070
<plugin>
71-
<groupId>org.apache.maven.plugins</groupId>
71+
<groupId>org.apache.maven.plugins</groupId>
7272
<artifactId>maven-compiler-plugin</artifactId>
73-
<version>3.7.0</version>
73+
<version>3.14.0</version>
7474
<!-- Require the Java 8 platform. -->
7575
<configuration>
76-
<source>1.8</source>
77-
<target>1.8</target>
76+
<source>8</source>
77+
<target>8</target>
78+
<release>8</release>
7879
</configuration>
7980
</plugin>
8081
<plugin>
@@ -183,36 +184,19 @@
183184

184185
<organization>
185186
<name>Open Microscopy Environment</name>
186-
<url>http://www.openmicroscopy.org/</url>
187+
<url>https://www.openmicroscopy.org/</url>
187188
</organization>
188189

189190
<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>
192193
</issueManagement>
193194

194195
<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>
197198
</ciManagement>
198199

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-
216200
<scm>
217201
<connection>scm:git:https://github.com/ome/bio-formats-examples</connection>
218202
<developerConnection>scm:git:git@github.com:ome/bio-formats-examples</developerConnection>
@@ -234,20 +218,11 @@
234218
</repository>
235219
<repository>
236220
<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>
238222
<snapshots><enabled>false</enabled></snapshots>
239223
</repository>
240224
</repositories>
241225

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-
251226
<distributionManagement>
252227
<snapshotRepository>
253228
<id>ome.snapshots</id>

0 commit comments

Comments
 (0)