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

noreply at shibboleth.net noreply at shibboleth.net
Mon Jul 21 19:44:21 EDT 2014


Author: tzeller
Date: Mon Jul 21 19:44:21 2014
New Revision: 6328

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6328&view=rev
Log:
Missing trailing slash.

Modified:
    trunk/idp-core/pom.xml

Modified: trunk/idp-core/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-core/pom.xml?rev=6328&r1=6327&r2=6328&view=diff
==============================================================================
--- trunk/idp-core/pom.xml (original)
+++ trunk/idp-core/pom.xml Mon Jul 21 19:44:21 2014
@@ -82,7 +82,7 @@
                                 </manifestEntries>
                                 <manifestSections>
                                     <manifestSection>
-                                        <name>net/shibboleth/idp</name>
+                                        <name>net/shibboleth/idp/</name>
                                         <manifestEntries>
                                             <Implementation-Title>${project.artifactId}</Implementation-Title>
                                             <Implementation-Version>${project.version}</Implementation-Version>



More information about the commits mailing list