Author: linsun
Date: Tue Dec  8 19:04:06 2009
New Revision: 888523

URL: http://svn.apache.org/viewvc?rev=888523&view=rev
Log:
missed a few other spots that uses testsupport.unit

Modified:
    incubator/aries/trunk/jndi/jndi-core/pom.xml
    incubator/aries/trunk/jndi/jndi-url/pom.xml
    incubator/aries/trunk/jndi/pom.xml

Modified: incubator/aries/trunk/jndi/jndi-core/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/aries/trunk/jndi/jndi-core/pom.xml?rev=888523&r1=888522&r2=888523&view=diff
==============================================================================
--- incubator/aries/trunk/jndi/jndi-core/pom.xml (original)
+++ incubator/aries/trunk/jndi/jndi-core/pom.xml Tue Dec  8 19:04:06 2009
@@ -39,7 +39,7 @@
       </dependency>
       <dependency>
           <groupId>org.apache.aries.testsupport</groupId>
-          <artifactId>aries-testsupport-unit</artifactId>
+          <artifactId>org.apache.aries.testsupport.unit</artifactId>
           <scope>test</scope>
       </dependency>
   </dependencies>

Modified: incubator/aries/trunk/jndi/jndi-url/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/aries/trunk/jndi/jndi-url/pom.xml?rev=888523&r1=888522&r2=888523&view=diff
==============================================================================
--- incubator/aries/trunk/jndi/jndi-url/pom.xml (original)
+++ incubator/aries/trunk/jndi/jndi-url/pom.xml Tue Dec  8 19:04:06 2009
@@ -44,7 +44,7 @@
       </dependency>
       <dependency>
           <groupId>org.apache.aries.testsupport</groupId>
-          <artifactId>aries-testsupport-unit</artifactId>
+          <artifactId>org.apache.aries.testsupport.unit</artifactId>
           <scope>test</scope>
       </dependency>
   </dependencies>

Modified: incubator/aries/trunk/jndi/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/aries/trunk/jndi/pom.xml?rev=888523&r1=888522&r2=888523&view=diff
==============================================================================
--- incubator/aries/trunk/jndi/pom.xml (original)
+++ incubator/aries/trunk/jndi/pom.xml Tue Dec  8 19:04:06 2009
@@ -60,7 +60,7 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.aries.testsupport</groupId>
-                <artifactId>aries-testsupport-unit</artifactId>
+                <artifactId>org.apache.aries.testsupport.unit</artifactId>
                 <version>${version}</version>
             </dependency>
             <dependency>


Reply via email to