[java-identity-provider COMMIT] /trunk/idp-attribute-resolver-api/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri May 31 21:40:45 EDT 2013
Author: putmanb
Date: Fri May 31 21:40:45 2013
New Revision: 4504
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4504&view=rev
Log:
Fix a couple of POM property name typos.
Modified:
trunk/idp-attribute-resolver-api/pom.xml
Modified: trunk/idp-attribute-resolver-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-api/pom.xml?rev=4504&r1=4503&r2=4504&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-api/pom.xml (original)
+++ trunk/idp-attribute-resolver-api/pom.xml Fri May 31 21:40:45 2013
@@ -26,7 +26,7 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-api</artifactId>
- <version>${project.version}</version>
+ <version>${opensaml.version}</version>
</dependency>
@@ -46,7 +46,7 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-impl</artifactId>
- <version>${project.version}</version>
+ <version>${opensaml.version}</version>
<scope>test</scope>
</dependency>
More information about the commits
mailing list