Skip to content

Commit df86098

Browse files
Ajit GeorgeAjit George
authored andcommitted
Reverting maven-compiler-plugin to 1.6 from 1.8
1 parent c0cb34e commit df86098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
<artifactId>maven-compiler-plugin</artifactId>
5454
<version>2.3.2</version>
5555
<configuration>
56-
<source>1.8</source>
57-
<target>1.8</target>
56+
<source>1.6</source>
57+
<target>1.6</target>
5858
</configuration>
5959
</plugin>
6060
<plugin>

0 commit comments

Comments
 (0)