Skip to content

Commit ad382a0

Browse files
author
Ben McLean
committed
Updated maven to correct java version
1 parent 7cc6ee4 commit ad382a0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>au.com.origma</groupId>
55
<artifactId>PerspectiveAPI</artifactId>
6-
<version>0.0.1</version>
6+
<version>0.0.2</version>
77
<build>
88
<sourceDirectory>src</sourceDirectory>
99
<plugins>
1010
<plugin>
1111
<artifactId>maven-compiler-plugin</artifactId>
1212
<version>3.3</version>
1313
<configuration>
14-
<source>1.3</source>
15-
<target>1.1</target>
14+
<source>1.8</source>
15+
<target>1.8</target>
1616
</configuration>
1717
</plugin>
1818
</plugins>

0 commit comments

Comments
 (0)