Skip to content

Commit 30cff48

Browse files
committed
POM: update parent to pom-scijava 44.0.0
1 parent 93e2ce5 commit 30cff48

25 files changed

Lines changed: 25 additions & 386 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.scijava</groupId>
77
<artifactId>pom-scijava</artifactId>
8-
<version>43.0.0</version>
8+
<version>44.0.0</version>
99
<relativePath />
1010
</parent>
1111

scijava-collections/pom.xml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.scijava</groupId>
77
<artifactId>pom-scijava</artifactId>
8-
<version>43.0.0</version>
8+
<version>44.0.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -93,21 +93,6 @@
9393

9494
<license.licenseName>bsd_2</license.licenseName>
9595
<license.copyrightOwners>SciJava developers.</license.copyrightOwners>
96-
97-
<!--
98-
NB: Older versions of OpenJDK 11 have a bug in the javadoc tool,
99-
which causes errors like:
100-
101-
[ERROR] javadoc: error - The code being documented uses packages
102-
in the unnamed module, but the packages defined in
103-
https://github.com/scijava/scijava/apidocs/ are in named modules.
104-
105-
The most recent version of OpenJDK 11 known to have this problem
106-
is 11.0.8; the oldest version known to have fixed it is 11.0.17.
107-
Therefore, we set the minimum build JDK version to 11.0.17 here.
108-
-->
109-
<scijava.jvm.build.version>[11.0.17,)</scijava.jvm.build.version>
110-
<scijava.jvm.version>11</scijava.jvm.version>
11196
</properties>
11297

11398
<dependencies>

scijava-common3/pom.xml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.scijava</groupId>
77
<artifactId>pom-scijava</artifactId>
8-
<version>43.0.0</version>
8+
<version>44.0.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -94,21 +94,6 @@
9494
<license.licenseName>bsd_2</license.licenseName>
9595
<license.copyrightOwners>SciJava developers.</license.copyrightOwners>
9696

97-
<!--
98-
NB: Older versions of OpenJDK 11 have a bug in the javadoc tool,
99-
which causes errors like:
100-
101-
[ERROR] javadoc: error - The code being documented uses packages
102-
in the unnamed module, but the packages defined in
103-
https://github.com/scijava/scijava/apidocs/ are in named modules.
104-
105-
The most recent version of OpenJDK 11 known to have this problem
106-
is 11.0.8; the oldest version known to have fixed it is 11.0.17.
107-
Therefore, we set the minimum build JDK version to 11.0.17 here.
108-
-->
109-
<scijava.jvm.build.version>[11.0.17,)</scijava.jvm.build.version>
110-
<scijava.jvm.version>11</scijava.jvm.version>
111-
11297
<!-- Note: These versions must match across all component POMs! -->
11398
<scijava-testutil.version>1.0.1-SNAPSHOT</scijava-testutil.version>
11499
</properties>

scijava-concurrent/pom.xml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.scijava</groupId>
77
<artifactId>pom-scijava</artifactId>
8-
<version>43.0.0</version>
8+
<version>44.0.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -85,21 +85,6 @@
8585

8686
<license.licenseName>bsd_2</license.licenseName>
8787
<license.copyrightOwners>SciJava developers.</license.copyrightOwners>
88-
89-
<!--
90-
NB: Older versions of OpenJDK 11 have a bug in the javadoc tool,
91-
which causes errors like:
92-
93-
[ERROR] javadoc: error - The code being documented uses packages
94-
in the unnamed module, but the packages defined in
95-
https://github.com/scijava/scijava/apidocs/ are in named modules.
96-
97-
The most recent version of OpenJDK 11 known to have this problem
98-
is 11.0.8; the oldest version known to have fixed it is 11.0.17.
99-
Therefore, we set the minimum build JDK version to 11.0.17 here.
100-
-->
101-
<scijava.jvm.build.version>[11.0.17,)</scijava.jvm.build.version>
102-
<scijava.jvm.version>11</scijava.jvm.version>
10388
</properties>
10489

10590
<dependencies>

scijava-discovery-test/pom.xml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.scijava</groupId>
77
<artifactId>pom-scijava</artifactId>
8-
<version>43.0.0</version>
8+
<version>44.0.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -89,21 +89,6 @@
8989
<maven.deploy.skip>true</maven.deploy.skip>
9090
<maven.install.skip>true</maven.install.skip>
9191

92-
<!--
93-
NB: Older versions of OpenJDK 11 have a bug in the javadoc tool,
94-
which causes errors like:
95-
96-
[ERROR] javadoc: error - The code being documented uses packages
97-
in the unnamed module, but the packages defined in
98-
https://github.com/scijava/scijava/apidocs/ are in named modules.
99-
100-
The most recent version of OpenJDK 11 known to have this problem
101-
is 11.0.8; the oldest version known to have fixed it is 11.0.17.
102-
Therefore, we set the minimum build JDK version to 11.0.17 here.
103-
-->
104-
<scijava.jvm.build.version>[11.0.17,)</scijava.jvm.build.version>
105-
<scijava.jvm.version>11</scijava.jvm.version>
106-
10792
<!-- Note: These versions must match across all component POMs! -->
10893
<scijava-discovery.version>1.0.1-SNAPSHOT</scijava-discovery.version>
10994
<scijava-ops-spi.version>1.0.1-SNAPSHOT</scijava-ops-spi.version>

scijava-discovery/pom.xml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.scijava</groupId>
77
<artifactId>pom-scijava</artifactId>
8-
<version>43.0.0</version>
8+
<version>44.0.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -84,21 +84,6 @@
8484

8585
<license.licenseName>bsd_2</license.licenseName>
8686
<license.copyrightOwners>SciJava developers.</license.copyrightOwners>
87-
88-
<!--
89-
NB: Older versions of OpenJDK 11 have a bug in the javadoc tool,
90-
which causes errors like:
91-
92-
[ERROR] javadoc: error - The code being documented uses packages
93-
in the unnamed module, but the packages defined in
94-
https://github.com/scijava/scijava/apidocs/ are in named modules.
95-
96-
The most recent version of OpenJDK 11 known to have this problem
97-
is 11.0.8; the oldest version known to have fixed it is 11.0.17.
98-
Therefore, we set the minimum build JDK version to 11.0.17 here.
99-
-->
100-
<scijava.jvm.build.version>[11.0.17,)</scijava.jvm.build.version>
101-
<scijava.jvm.version>11</scijava.jvm.version>
10287
</properties>
10388

10489
<build>

scijava-function/pom.xml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.scijava</groupId>
77
<artifactId>pom-scijava</artifactId>
8-
<version>43.0.0</version>
8+
<version>44.0.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -88,21 +88,6 @@
8888

8989
<license.licenseName>bsd_2</license.licenseName>
9090
<license.copyrightOwners>SciJava developers.</license.copyrightOwners>
91-
92-
<!--
93-
NB: Older versions of OpenJDK 11 have a bug in the javadoc tool,
94-
which causes errors like:
95-
96-
[ERROR] javadoc: error - The code being documented uses packages
97-
in the unnamed module, but the packages defined in
98-
https://github.com/scijava/scijava/apidocs/ are in named modules.
99-
100-
The most recent version of OpenJDK 11 known to have this problem
101-
is 11.0.8; the oldest version known to have fixed it is 11.0.17.
102-
Therefore, we set the minimum build JDK version to 11.0.17 here.
103-
-->
104-
<scijava.jvm.build.version>[11.0.17,)</scijava.jvm.build.version>
105-
<scijava.jvm.version>11</scijava.jvm.version>
10691
</properties>
10792

10893
<build>

scijava-legacy/pom.xml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.scijava</groupId>
77
<artifactId>pom-scijava</artifactId>
8-
<version>43.0.0</version>
8+
<version>44.0.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -84,21 +84,6 @@
8484
<license.licenseName>bsd_2</license.licenseName>
8585
<license.copyrightOwners>SciJava developers.</license.copyrightOwners>
8686

87-
<!--
88-
NB: Older versions of OpenJDK 11 have a bug in the javadoc tool,
89-
which causes errors like:
90-
91-
[ERROR] javadoc: error - The code being documented uses packages
92-
in the unnamed module, but the packages defined in
93-
https://github.com/scijava/scijava/apidocs/ are in named modules.
94-
95-
The most recent version of OpenJDK 11 known to have this problem
96-
is 11.0.8; the oldest version known to have fixed it is 11.0.17.
97-
Therefore, we set the minimum build JDK version to 11.0.17 here.
98-
-->
99-
<scijava.jvm.build.version>[11.0.17,)</scijava.jvm.build.version>
100-
<scijava.jvm.version>11</scijava.jvm.version>
101-
10287
<!-- Note: These versions must match across all component POMs! -->
10388
<scijava-common3.version>1.0.1-SNAPSHOT</scijava-common3.version>
10489
<scijava-discovery.version>1.0.1-SNAPSHOT</scijava-discovery.version>

scijava-meta/pom.xml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.scijava</groupId>
77
<artifactId>pom-scijava</artifactId>
8-
<version>43.0.0</version>
8+
<version>44.0.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -93,21 +93,6 @@
9393
<license.licenseName>bsd_2</license.licenseName>
9494
<license.copyrightOwners>SciJava developers.</license.copyrightOwners>
9595

96-
<!--
97-
NB: Older versions of OpenJDK 11 have a bug in the javadoc tool,
98-
which causes errors like:
99-
100-
[ERROR] javadoc: error - The code being documented uses packages
101-
in the unnamed module, but the packages defined in
102-
https://github.com/scijava/scijava/apidocs/ are in named modules.
103-
104-
The most recent version of OpenJDK 11 known to have this problem
105-
is 11.0.8; the oldest version known to have fixed it is 11.0.17.
106-
Therefore, we set the minimum build JDK version to 11.0.17 here.
107-
-->
108-
<scijava.jvm.build.version>[11.0.17,)</scijava.jvm.build.version>
109-
<scijava.jvm.version>11</scijava.jvm.version>
110-
11196
<!-- Note: These versions must match across all component POMs! -->
11297
<scijava-common3.version>1.0.1-SNAPSHOT</scijava-common3.version>
11398
</properties>

scijava-ops-api/pom.xml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.scijava</groupId>
77
<artifactId>pom-scijava</artifactId>
8-
<version>43.0.0</version>
8+
<version>44.0.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -94,21 +94,6 @@
9494
<license.licenseName>bsd_2</license.licenseName>
9595
<license.copyrightOwners>SciJava developers.</license.copyrightOwners>
9696

97-
<!--
98-
NB: Older versions of OpenJDK 11 have a bug in the javadoc tool,
99-
which causes errors like:
100-
101-
[ERROR] javadoc: error - The code being documented uses packages
102-
in the unnamed module, but the packages defined in
103-
https://github.com/scijava/scijava/apidocs/ are in named modules.
104-
105-
The most recent version of OpenJDK 11 known to have this problem
106-
is 11.0.8; the oldest version known to have fixed it is 11.0.17.
107-
Therefore, we set the minimum build JDK version to 11.0.17 here.
108-
-->
109-
<scijava.jvm.build.version>[11.0.17,)</scijava.jvm.build.version>
110-
<scijava.jvm.version>11</scijava.jvm.version>
111-
11297
<!-- Note: These versions must match across all component POMs! -->
11398
<scijava-common3.version>1.0.1-SNAPSHOT</scijava-common3.version>
11499
<scijava-discovery.version>1.0.1-SNAPSHOT</scijava-discovery.version>

0 commit comments

Comments
 (0)