Skip to content

Commit 9894d12

Browse files
committed
FIX: pom.xml fixes to enable scijava's 'release-version':
- POM: use HTTPS for schema location URL - license tag bsd_2 - copyrightOwner expanded to full name (from GH login)
1 parent 5ecedd1 commit 9894d12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
@@ -74,10 +74,10 @@
7474
<properties>
7575
<package-name>net.celltrackingchallenge.measures</package-name>
7676

77-
<license.licenseName>BSD 2-Clause</license.licenseName>
77+
<license.licenseName>bsd_2</license.licenseName>
7878
<license.projectName>CTC-measures</license.projectName>
7979
<license.organizationName>Cell Tracking Challenge</license.organizationName>
80-
<license.copyrightOwners>xulman</license.copyrightOwners>
80+
<license.copyrightOwners>Vladimír Ulman</license.copyrightOwners>
8181

8282
<!-- NB: Deploy releases to the SciJava Maven repository. -->
8383
<releaseProfiles>sign,deploy-to-scijava</releaseProfiles>

0 commit comments

Comments
 (0)