Skip to content

Commit

Permalink
[pom] Drop source 1.7 / target 1.7 as set to 8 in parent and javadocs…
Browse files Browse the repository at this point in the history
… set to 8
  • Loading branch information
hazendaz committed Oct 30, 2022
1 parent dbaf64a commit 17e35c5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
</issueManagement>
<distributionManagement>
<site>
<id>gh-pages-scm</id>
<name>gh-pages-scm</name>
<url>scm:git:ssh://[email protected]/hazendaz/jmockit1.git</url>
<id>gh-pages-scm</id>
<name>gh-pages-scm</name>
<url>scm:git:ssh://[email protected]/hazendaz/jmockit1.git</url>
</site>
</distributionManagement>

Expand Down Expand Up @@ -84,7 +84,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<encoding>UTF-8</encoding>
<source>1.7</source><target>1.7</target>
<compilerArgs><arg>-Xlint:none</arg></compilerArgs>
<useIncrementalCompilation>false</useIncrementalCompilation>
</configuration>
Expand Down

0 comments on commit 17e35c5

Please sign in to comment.