Skip to content

Commit 95ff028

Browse files
committed
Bump vanilla tests down to 1.7
1 parent ce38b33 commit 95ff028

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@
144144
<artifactId>maven-compiler-plugin</artifactId>
145145
<version>3.1</version>
146146
<configuration>
147-
<source>1.8</source>
148-
<target>1.8</target>
147+
<source>1.7</source>
148+
<target>1.7</target>
149149
<showWarnings>true</showWarnings>
150150
<showDeprecation>true</showDeprecation>
151151
<compilerArgument>-Xlint:unchecked</compilerArgument>

test/vanilla/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
<artifactId>maven-compiler-plugin</artifactId>
8383
<version>3.1</version>
8484
<configuration>
85-
<source>1.8</source>
86-
<target>1.8</target>
85+
<source>1.7</source>
86+
<target>1.7</target>
8787
</configuration>
8888
</plugin>
8989

0 commit comments

Comments
 (0)