Skip to content

Commit 23bb052

Browse files
committed
Maven Version Fix
Signed-off-by: Joshua Gager <jlgager@outlook.com>
1 parent f56b249 commit 23bb052

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
<plugin>
1313
<groupId>org.apache.maven.plugins</groupId>
1414
<artifactId>maven-compiler-plugin</artifactId>
15+
<version>3.1</version>
1516
<configuration>
16-
<source>1.7</source>
17-
<target>1.7</target>
17+
<source>1.8</source>
18+
<target>1.8</target>
1819
</configuration>
1920
</plugin>
2021
</plugins>

0 commit comments

Comments
 (0)