We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc6ee4 commit ad382a0Copy full SHA for ad382a0
1 file changed
pom.xml
@@ -3,16 +3,16 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>au.com.origma</groupId>
5
<artifactId>PerspectiveAPI</artifactId>
6
- <version>0.0.1</version>
+ <version>0.0.2</version>
7
<build>
8
<sourceDirectory>src</sourceDirectory>
9
<plugins>
10
<plugin>
11
<artifactId>maven-compiler-plugin</artifactId>
12
<version>3.3</version>
13
<configuration>
14
- <source>1.3</source>
15
- <target>1.1</target>
+ <source>1.8</source>
+ <target>1.8</target>
16
</configuration>
17
</plugin>
18
</plugins>
0 commit comments