Skip to content

Commit

Permalink
latest parent pom for better Java9+ support
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryShea committed Sep 8, 2023
1 parent a019825 commit 4f20000
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>net.openhft</groupId>
<artifactId>java-parent-pom</artifactId>
<version>1.1.28</version>
<version>1.24.0</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -204,23 +204,6 @@
</configuration>
</plugin>

<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
<configuration>
<excludes>
<exclude>sun/**</exclude>
</excludes>
</configuration>
</execution>
</executions>
</plugin>

<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
Expand All @@ -236,7 +219,7 @@
</executions>
</plugin>


<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.0-M4</version>
Expand Down

0 comments on commit 4f20000

Please sign in to comment.