Skip to content

Commit 513b3a8

Browse files
committed
java 6 as source/target for compile otherwise cannot test with java9
Signed-off-by: olivier lamy <olamy@apache.org>
1 parent 658fb00 commit 513b3a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ limitations under the License.
5050
</site>
5151
</distributionManagement>
5252

53+
<properties>
54+
<javaVersion>6</javaVersion>
55+
</properties>
56+
5357
<dependencies>
5458
<dependency>
5559
<groupId>org.apache.maven.shared</groupId>

0 commit comments

Comments
 (0)