Skip to content

Commit c2d3466

Browse files
committed
Merged pull request #1 from manandbytes/master.
Define source/target levels
2 parents 448d76b + 3011c8a commit c2d3466

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

org.github.timeago/pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@
2525
</resource>
2626
</resources>
2727
<plugins>
28+
<plugin>
29+
<groupId>org.apache.maven.plugins</groupId>
30+
<artifactId>maven-compiler-plugin</artifactId>
31+
<configuration>
32+
<source>1.5</source>
33+
<target>1.5</target>
34+
</configuration>
35+
</plugin>
2836
<plugin>
2937
<groupId>org.apache.maven.plugins</groupId>
3038
<artifactId>maven-jar-plugin</artifactId>
@@ -48,4 +56,4 @@
4856
<scope>test</scope>
4957
</dependency>
5058
</dependencies>
51-
</project>
59+
</project>

0 commit comments

Comments
 (0)