summaryrefslogtreecommitdiffstats
path: root/junit4/build/maven/sample_project_template/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'junit4/build/maven/sample_project_template/pom.xml')
-rw-r--r--junit4/build/maven/sample_project_template/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/junit4/build/maven/sample_project_template/pom.xml b/junit4/build/maven/sample_project_template/pom.xml
index 5d8c6f7b..37ca75d5 100644
--- a/junit4/build/maven/sample_project_template/pom.xml
+++ b/junit4/build/maven/sample_project_template/pom.xml
@@ -52,8 +52,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>