diff options
author | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-11-07 15:08:58 +0100 |
---|---|---|
committer | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-11-07 15:08:58 +0100 |
commit | c559071dcf6d1fc0f3dbea3cfb0820719c42439f (patch) | |
tree | 0e611fbded7ed3284319151a268ef2ad454483b9 /id/server/stork2-commons/pom.xml | |
parent | 244e3e0e95af0941ac0e27ec6e619e587fdce162 (diff) | |
download | moa-id-spss-c559071dcf6d1fc0f3dbea3cfb0820719c42439f.tar.gz moa-id-spss-c559071dcf6d1fc0f3dbea3cfb0820719c42439f.tar.bz2 moa-id-spss-c559071dcf6d1fc0f3dbea3cfb0820719c42439f.zip |
stork2-commons update
Diffstat (limited to 'id/server/stork2-commons/pom.xml')
-rw-r--r-- | id/server/stork2-commons/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/id/server/stork2-commons/pom.xml b/id/server/stork2-commons/pom.xml index 555d6cec7..d44c02b7e 100644 --- a/id/server/stork2-commons/pom.xml +++ b/id/server/stork2-commons/pom.xml @@ -65,6 +65,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml</artifactId> + <version>${opensaml.version}</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> @@ -129,8 +130,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> - <source>1.6</source> - <target>1.6</target> + <source>1.7</source> + <target>1.7</target> </configuration> </plugin> <plugin> |