You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ds...@apache.org on 2009/07/21 18:20:59 UTC

svn commit: r796364 - in /felix/trunk/sigil/common: core.tests/sigil.properties junit/sigil.properties

Author: dsavage
Date: Tue Jul 21 16:20:58 2009
New Revision: 796364

URL: http://svn.apache.org/viewvc?rev=796364&view=rev
Log:
Downgrade version of junit used 4.5.0 no longer seems to be hosted by spring enterprise repository?

Modified:
    felix/trunk/sigil/common/core.tests/sigil.properties
    felix/trunk/sigil/common/junit/sigil.properties

Modified: felix/trunk/sigil/common/core.tests/sigil.properties
URL: http://svn.apache.org/viewvc/felix/trunk/sigil/common/core.tests/sigil.properties?rev=796364&r1=796363&r2=796364&view=diff
==============================================================================
--- felix/trunk/sigil/common/core.tests/sigil.properties (original)
+++ felix/trunk/sigil/common/core.tests/sigil.properties Tue Jul 21 16:20:58 2009
@@ -13,6 +13,6 @@
 	org.apache.felix.sigil.common.core, \
 
 -imports: \
-	junit.framework;version=4.5.0, \
+	junit.framework;version=4.4.0, \
 
 # end

Modified: felix/trunk/sigil/common/junit/sigil.properties
URL: http://svn.apache.org/viewvc/felix/trunk/sigil/common/junit/sigil.properties?rev=796364&r1=796363&r2=796364&view=diff
==============================================================================
--- felix/trunk/sigil/common/junit/sigil.properties (original)
+++ felix/trunk/sigil/common/junit/sigil.properties Tue Jul 21 16:20:58 2009
@@ -15,7 +15,7 @@
 	org.apache.felix.sigil.junit.server, \
 
 -imports: \
-	junit.framework;version=4.5.0, \
+	junit.framework;version=4.4.0, \
 	org.apache.felix.sigil.junit.server, \
 	org.osgi.framework;version=1.4.0, \
 	org.osgi.util.tracker;version=1.3.3, \