[java-idp-testbed COMMIT] /trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Dec 16 21:09:33 EST 2013


Author: tzeller
Date: Mon Dec 16 21:09:32 2013
New Revision: 85

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=85&view=rev
Log:
Maven coordinates are now net.shibboleth.idp:idp-testbed instead of net.shibboleth:java-idp-testbed, to match our Nexus repository paths. This is the only artifact with a groupId of net.shibboleth.idp which is not in the java-identity-provider Subversion repository, which will likely change.

Modified:
    trunk/pom.xml

Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/pom.xml?rev=85&r1=84&r2=85&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Mon Dec 16 21:09:32 2013
@@ -8,7 +8,8 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>java-idp-testbed</artifactId>
+    <groupId>net.shibboleth.idp</groupId>
+    <artifactId>idp-testbed</artifactId>
     <version>0.1.0-SNAPSHOT</version>
     <packaging>war</packaging>
 



More information about the commits mailing list