[java-idp-integration-tests COMMIT] /trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Apr 22 18:45:51 EDT 2014


Author: tzeller
Date: Tue Apr 22 18:45:50 2014
New Revision: 3

URL: http://svn.shibboleth.net/view/java-idp-integration-tests?rev=3&view=rev
Log:
Remove the java- prefix from the name and artifactId.

Modified:
    trunk/pom.xml

Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-idp-integration-tests/trunk/pom.xml?rev=3&r1=2&r2=3&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Tue Apr 22 18:45:50 2014
@@ -10,9 +10,9 @@
         <version>TRUNK-SNAPSHOT</version>
     </parent>
 
-    <name>java-idp-integration-tests</name>
+    <name>idp-integration-tests</name>
     <groupId>net.shibboleth.idp</groupId>
-    <artifactId>java-idp-integration-tests</artifactId>
+    <artifactId>idp-integration-tests</artifactId>
     <packaging>jar</packaging>
 
     <dependencies>



More information about the commits mailing list