Skip to content

Commit

Permalink
ADDR-132: update target and source properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
Seremba committed Mar 2, 2024
1 parent ca8ffc2 commit e4a43fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<target>1.6</target>
<source>1.6</source>
<target>1.7</target>
<source>1.7</source>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
Expand Down

0 comments on commit e4a43fd

Please sign in to comment.