Skip to content

Commit

Permalink
fixed pom issues as well as added more verbose module description
Browse files Browse the repository at this point in the history
  • Loading branch information
ldetmer committed Aug 23, 2024
1 parent a815942 commit 7819e20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>

Expand Down Expand Up @@ -399,7 +399,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<doclint>none</doclint>
<source>8</source>
<source>7</source>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 7819e20

Please sign in to comment.