Skip to content

Commit d144fce

Browse files
committed
Reverted change to mvn build
Signed-off-by: James Turnbull <[email protected]>
1 parent 0235e06 commit d144fce

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
@@ -64,8 +64,8 @@
6464
<artifactId>maven-compiler-plugin</artifactId>
6565
<version>3.8.0</version>
6666
<configuration>
67-
<source>8</source>
68-
<target>8</target>
67+
<source>1.8</source>
68+
<target>1.8</target>
6969
</configuration>
7070
</plugin>
7171

riemann-java-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989
<artifactId>maven-compiler-plugin</artifactId>
9090
<version>3.8.0</version>
9191
<configuration>
92-
<source>8</source>
93-
<target>8</target>
92+
<source>1.8</source>
93+
<target>1.8</target>
9494
</configuration>
9595
</plugin>
9696
</plugins>

0 commit comments

Comments
 (0)