Skip to content

Commit 7de787f

Browse files
committed
226: Upgrade JDK to Java 11 or higher
Task-Url: #226
1 parent 1742e7c commit 7de787f

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

pom.xml

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
</license>
2323
</licenses>
2424
<parent>
25-
<groupId>org.sonatype.oss</groupId>
26-
<artifactId>oss-parent</artifactId>
27-
<version>9</version>
25+
<groupId>tech.uom</groupId>
26+
<artifactId>uom-parent</artifactId>
27+
<version>2.1</version>
2828
</parent>
2929

3030
<!-- Issue managements and mailing lists. -->
@@ -70,19 +70,9 @@
7070
<thisYear>2021</thisYear>
7171

7272
<!-- Plugins -->
73-
<felix.version>4.2.1</felix.version>
7473
<github.maven.version>0.12</github.maven.version>
75-
<github.global.server>github</github.global.server>
76-
<maven.resources.version>3.1.0</maven.resources.version>
77-
<maven.compile.version>3.8.1</maven.compile.version>
78-
<maven.site.version>3.9.1</maven.site.version>
79-
<maven.jar.version>3.2.0</maven.jar.version>
80-
<maven.javadoc.version>3.2.0</maven.javadoc.version>
81-
<maven.source.version>3.2.0</maven.source.version>
82-
<maven.surefire.version>2.22.2</maven.surefire.version>
74+
<github.global.server>github</github.global.server>
8375
<maven.surefire-report.version>2.22.2</maven.surefire-report.version>
84-
<jacoco.plugin.version>0.8.6</jacoco.plugin.version>
85-
<junit.jupiter.version>5.7.0</junit.jupiter.version>
8676

8777
<!--Exclude the files here -->
8878
<sonar.exclusions>src/main/java/javax/measure/BinaryPrefix.java,src/main/java/javax/measure/MetricPrefix.java</sonar.exclusions>
@@ -356,7 +346,7 @@
356346
<plugin>
357347
<groupId>org.apache.maven.plugins</groupId>
358348
<artifactId>maven-compiler-plugin</artifactId>
359-
<version>${maven.compile.version}</version>
349+
<version>${maven.compiler.version}</version>
360350
</plugin>
361351
<plugin>
362352
<groupId>org.apache.maven.plugins</groupId>
@@ -637,7 +627,7 @@
637627
<plugin>
638628
<groupId>org.apache.felix</groupId>
639629
<artifactId>maven-bundle-plugin</artifactId>
640-
<version>${felix.version}</version>
630+
<version>${felix.plugin.version}</version>
641631
<extensions>true</extensions>
642632
</plugin>
643633

0 commit comments

Comments
 (0)