Skip to content

Commit

Permalink
target java 6
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed Apr 2, 2021
1 parent 9cd34ec commit a052934
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.5</maven.compiler.source>
<maven.compiler.target>1.5</maven.compiler.target>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
</properties>

<build>
Expand Down Expand Up @@ -74,8 +74,8 @@
<version>2.3.2</version>
<configuration>
<encoding>UTF-8</encoding>
<source>1.5</source>
<target>1.5</target>
<source>1.6</source>
<target>1.6</target>
<excludes>
<exclude>**/.svn/*</exclude>
<exclude>**/.svn</exclude>
Expand Down

0 comments on commit a052934

Please sign in to comment.