Skip to content

Commit 5bcde1a

Browse files
reverted the maven compiler changes
reverted the maven compiler changes
1 parent 013ba2c commit 5bcde1a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

java/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@
133133
<plugin>
134134
<groupId>org.apache.maven.plugins</groupId>
135135
<artifactId>maven-compiler-plugin</artifactId>
136-
<version>3.3</version>
136+
<version>3.1</version>
137137
<configuration>
138-
<source>1.7</source>
139-
<target>1.7</target>
138+
<source>1.6</source>
139+
<target>1.6</target>
140140
</configuration>
141141
</plugin>
142142
<plugin>

0 commit comments

Comments
 (0)