aboutsummaryrefslogtreecommitdiff
path: root/id/server/stork2-commons/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'id/server/stork2-commons/pom.xml')
-rw-r--r--id/server/stork2-commons/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/id/server/stork2-commons/pom.xml b/id/server/stork2-commons/pom.xml
index b13035307..c1dd27924 100644
--- a/id/server/stork2-commons/pom.xml
+++ b/id/server/stork2-commons/pom.xml
@@ -122,8 +122,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
- <source>1.7</source>
- <target>1.7</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
<plugin>