You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2008/01/29 18:54:37 UTC

svn commit: r616464 - /webservices/axis2/trunk/java/modules/parent/pom.xml

Author: dims
Date: Tue Jan 29 09:54:35 2008
New Revision: 616464

URL: http://svn.apache.org/viewvc?rev=616464&view=rev
Log:
fix a typo and use property for junit version

Modified:
    webservices/axis2/trunk/java/modules/parent/pom.xml

Modified: webservices/axis2/trunk/java/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/parent/pom.xml?rev=616464&r1=616463&r2=616464&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/parent/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/parent/pom.xml Tue Jan 29 09:54:35 2008
@@ -88,7 +88,7 @@
       	<ping.mar.version>SNAPSHOT</ping.mar.version>
       	<scripting.mar.version>SNAPSHOT</scripting.mar.version>
 
-        <!-- Version #'s of all out dependencies -->
+        <!-- Version #'s of all our dependencies -->
         <activemq.version>5.0.0</activemq.version>
         <activemq.version-jdk14>4.1.1</activemq.version-jdk14>
         <annogen.version>0.1.0</annogen.version>
@@ -985,7 +985,7 @@
                 <dependency>
                     <groupId>junit</groupId>
                     <artifactId>junit</artifactId>
-                    <version>3.8.2</version>
+                    <version>${junit.version-jdk1.4}</version>
                 </dependency>
             </dependencies>
         </profile>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org