[java-identity-provider COMMIT] in /trunk: idp-attribute-filter-api/pom.xml idp-attribute-filter-impl/pom.xml idp-att...

noreply at shibboleth.net noreply at shibboleth.net
Wed Dec 12 15:40:00 EST 2012


Author: tzeller
Date: Wed Dec 12 15:40:00 2012
New Revision: 4247

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4247&view=rev
Log:
Cleaned up maven project <name/>s for consistency.

Modified:
    trunk/idp-attribute-filter-api/pom.xml
    trunk/idp-attribute-filter-impl/pom.xml
    trunk/idp-attribute-resolver-api/pom.xml
    trunk/idp-attribute-resolver-impl/pom.xml
    trunk/idp-authn-impl/pom.xml
    trunk/idp-profile-api/pom.xml
    trunk/idp-profile-impl/pom.xml
    trunk/idp-saml-api/pom.xml
    trunk/idp-saml-impl/pom.xml

Modified: trunk/idp-attribute-filter-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-api/pom.xml?rev=4247&r1=4246&r2=4247&view=diff
==============================================================================
--- trunk/idp-attribute-filter-api/pom.xml (original)
+++ trunk/idp-attribute-filter-api/pom.xml Wed Dec 12 15:40:00 2012
@@ -11,7 +11,7 @@
         <relativePath>../idp-parent</relativePath>
     </parent>
 
-    <name>Shibboleth IdP :: Attribute Filter APIs</name>
+    <name>Shibboleth IdP :: Attribute Filter API</name>
     <artifactId>idp-attribute-filter-api</artifactId>
     <packaging>jar</packaging>
 

Modified: trunk/idp-attribute-filter-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-impl/pom.xml?rev=4247&r1=4246&r2=4247&view=diff
==============================================================================
--- trunk/idp-attribute-filter-impl/pom.xml (original)
+++ trunk/idp-attribute-filter-impl/pom.xml Wed Dec 12 15:40:00 2012
@@ -11,7 +11,7 @@
         <relativePath>../idp-parent</relativePath>
     </parent>
 
-    <name>Shibboleth IdP :: Attribute Filter Engine Plugin Impl</name>
+    <name>Shibboleth IdP :: Attribute Filter Implementation</name>
     <artifactId>idp-attribute-filter-impl</artifactId>
     <packaging>jar</packaging>
 

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=4247&r1=4246&r2=4247&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-api/pom.xml (original)
+++ trunk/idp-attribute-resolver-api/pom.xml Wed Dec 12 15:40:00 2012
@@ -11,7 +11,7 @@
         <relativePath>../idp-parent</relativePath>
     </parent>
 
-    <name>Shibboleth IdP :: Attribute Resolver APIs</name>
+    <name>Shibboleth IdP :: Attribute Resolver API</name>
     <artifactId>idp-attribute-resolver-api</artifactId>
     <packaging>jar</packaging>
 

Modified: trunk/idp-attribute-resolver-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-impl/pom.xml?rev=4247&r1=4246&r2=4247&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-impl/pom.xml (original)
+++ trunk/idp-attribute-resolver-impl/pom.xml Wed Dec 12 15:40:00 2012
@@ -11,7 +11,7 @@
         <relativePath>../idp-parent</relativePath>
     </parent>
 
-    <name>Shibboleth IdP :: Attribute Resolver Plugin Implementations</name>
+    <name>Shibboleth IdP :: Attribute Resolver Implementation</name>
     <artifactId>idp-attribute-resolver-impl</artifactId>
     <packaging>jar</packaging>
 

Modified: trunk/idp-authn-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/pom.xml?rev=4247&r1=4246&r2=4247&view=diff
==============================================================================
--- trunk/idp-authn-impl/pom.xml (original)
+++ trunk/idp-authn-impl/pom.xml Wed Dec 12 15:40:00 2012
@@ -11,7 +11,7 @@
         <relativePath>../idp-parent</relativePath>
     </parent>
 
-    <name>Shibboleth IdP :: Authentication API Implementations</name>
+    <name>Shibboleth IdP :: Authentication Implementation</name>
     <artifactId>idp-authn-impl</artifactId>
     <packaging>jar</packaging>
 

Modified: trunk/idp-profile-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-api/pom.xml?rev=4247&r1=4246&r2=4247&view=diff
==============================================================================
--- trunk/idp-profile-api/pom.xml (original)
+++ trunk/idp-profile-api/pom.xml Wed Dec 12 15:40:00 2012
@@ -11,7 +11,7 @@
         <relativePath>../idp-parent</relativePath>
     </parent>
 
-    <name>Shibboleth IdP :: Profiles</name>
+    <name>Shibboleth IdP :: Profile API</name>
     <artifactId>idp-profile-api</artifactId>
     <packaging>jar</packaging>
 

Modified: trunk/idp-profile-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-impl/pom.xml?rev=4247&r1=4246&r2=4247&view=diff
==============================================================================
--- trunk/idp-profile-impl/pom.xml (original)
+++ trunk/idp-profile-impl/pom.xml Wed Dec 12 15:40:00 2012
@@ -11,7 +11,7 @@
         <relativePath>../idp-parent</relativePath>
     </parent>
 
-    <name>Shibboleth IdP :: Profile API Implementations</name>

[... 35 lines stripped ...]


More information about the commits mailing list