[java-identity-provider COMMIT] /trunk/idp-parent/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu Aug 25 16:00:47 BST 2011


Author: lajoie
Date: Thu Aug 25 16:00:47 2011
New Revision: 4034

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4034&view=rev
Log:
works better if I don't typo the module name...

Modified:
    trunk/idp-parent/pom.xml

Modified: trunk/idp-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-parent/pom.xml?rev=4034&r1=4033&r2=4034&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml (original)
+++ trunk/idp-parent/pom.xml Thu Aug 25 16:00:47 2011
@@ -20,7 +20,7 @@
     <modules>
         <module>../idp-core</module>
         <module>../idp-authn-api</module>
-        <module>../idp-authn-api</module>
+        <module>../idp-authn-impl</module>
         <module>../idp-attribute-api</module>
         <module>../idp-attribute-impl</module>
         <module>../idp-attribute-resolver-api</module>



More information about the commits mailing list