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

noreply at shibboleth.net noreply at shibboleth.net
Mon Jun 22 12:34:40 EDT 2015


Author: tzeller
Date: Mon Jun 22 12:34:40 2015
New Revision: 68

URL: http://svn.shibboleth.net/view/java-idp-integration-tests?rev=68&view=rev
Log:
IDP-749 Cleanup stale testbed POM

https://issues.shibboleth.net/jira/browse/IDP-749
Remove building an executable testbed WAR.
Remove ability to run the testbed via 'mvn jetty:run'.
Don't build a testbed distribution.
Bump testbed version to 0.2.0-SNAPSHOT.

Modified:
    trunk/pom.xml

Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-idp-integration-tests/trunk/pom.xml?rev=68&r1=67&r2=68&view=diff
==============================================================================
--- trunk/pom.xml	(original)
+++ trunk/pom.xml	Mon Jun 22 12:34:40 2015
@@ -19,7 +19,7 @@
         <opensaml.version>3.2.0-SNAPSHOT</opensaml.version>
         <idp.version>3.2.0-SNAPSHOT</idp.version>
         <selenium.version>2.45.0</selenium.version>
-        <testbed.version>0.1.0-SNAPSHOT</testbed.version>
+        <testbed.version>0.2.0-SNAPSHOT</testbed.version>
         <test-distributions.directory>${basedir}/test-distributions</test-distributions.directory>
         <svn.relative.location>java-idp-integration-tests</svn.relative.location>
         <xalan.groupId>xalan</xalan.groupId>



More information about the commits mailing list