diff options
Diffstat (limited to 'id/server/stork-saml-engine/pom.xml')
-rw-r--r-- | id/server/stork-saml-engine/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/id/server/stork-saml-engine/pom.xml b/id/server/stork-saml-engine/pom.xml index c10e4daf7..41bfde6d1 100644 --- a/id/server/stork-saml-engine/pom.xml +++ b/id/server/stork-saml-engine/pom.xml @@ -17,8 +17,8 @@ <groupId>org.apache.maven.plugins</groupId>
<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>
@@ -90,4 +90,4 @@ <!-- scope>runtime</scope -->
</dependency>
</dependencies>
-</project>
\ No newline at end of file +</project>
|