Skip to content

Commit f56b59d

Browse files
committed
Set language level back to 1.5
1 parent 6eb7fdf commit f56b59d

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
@@ -93,8 +93,8 @@ limitations under the License.
9393
<groupId>org.apache.maven.plugins</groupId>
9494
<artifactId>maven-compiler-plugin</artifactId>
9595
<configuration>
96-
<source>1.6</source>
97-
<target>1.6</target>
96+
<source>1.5</source>
97+
<target>1.5</target>
9898
</configuration>
9999
</plugin>
100100
</plugins>

0 commit comments

Comments
 (0)