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

noreply at shibboleth.net noreply at shibboleth.net
Wed Oct 21 13:11:24 EDT 2015


Author: tzeller
Date: Wed Oct 21 13:11:24 2015
New Revision: 7848

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7848&view=rev
Log:
Consent POM name nits.

Modified:
    trunk/idp-consent-api/pom.xml
    trunk/idp-consent-impl/pom.xml

Modified: trunk/idp-consent-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-consent-api/pom.xml?rev=7848&r1=7847&r2=7848&view=diff
==============================================================================
--- trunk/idp-consent-api/pom.xml	(original)
+++ trunk/idp-consent-api/pom.xml	Wed Oct 21 13:11:24 2015
@@ -11,7 +11,7 @@
         <relativePath>../idp-parent</relativePath>
     </parent>
 
-    <name>idp-consent-api</name>
+    <name>Shibboleth IdP :: Consent API</name>
     <artifactId>idp-consent-api</artifactId>
     <packaging>jar</packaging>
 

Modified: trunk/idp-consent-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-consent-impl/pom.xml?rev=7848&r1=7847&r2=7848&view=diff
==============================================================================
--- trunk/idp-consent-impl/pom.xml	(original)
+++ trunk/idp-consent-impl/pom.xml	Wed Oct 21 13:11:24 2015
@@ -11,7 +11,7 @@
         <relativePath>../idp-parent</relativePath>
     </parent>
 
-    <name>Shibboleth IdP :: Consent</name>
+    <name>Shibboleth IdP :: Consent Implementation</name>
     <artifactId>idp-consent-impl</artifactId>
     <packaging>jar</packaging>
 



More information about the commits mailing list