You are viewing a plain text version of this content. The canonical link for it is here.
Posted to photark-commits@incubator.apache.org by lr...@apache.org on 2009/09/28 19:34:01 UTC

svn commit: r819688 - in /incubator/photark/trunk: photark-embedded/pom.xml photark-webapp/pom.xml photark/pom.xml

Author: lresende
Date: Mon Sep 28 19:34:00 2009
New Revision: 819688

URL: http://svn.apache.org/viewvc?rev=819688&view=rev
Log:
Updating Junit Version to 4.5

Modified:
    incubator/photark/trunk/photark-embedded/pom.xml
    incubator/photark/trunk/photark-webapp/pom.xml
    incubator/photark/trunk/photark/pom.xml

Modified: incubator/photark/trunk/photark-embedded/pom.xml
URL: http://svn.apache.org/viewvc/incubator/photark/trunk/photark-embedded/pom.xml?rev=819688&r1=819687&r2=819688&view=diff
==============================================================================
--- incubator/photark/trunk/photark-embedded/pom.xml (original)
+++ incubator/photark/trunk/photark-embedded/pom.xml Mon Sep 28 19:34:00 2009
@@ -162,7 +162,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.2</version>
+            <version>4.5</version>
             <scope>test</scope>
         </dependency>
 

Modified: incubator/photark/trunk/photark-webapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/photark/trunk/photark-webapp/pom.xml?rev=819688&r1=819687&r2=819688&view=diff
==============================================================================
--- incubator/photark/trunk/photark-webapp/pom.xml (original)
+++ incubator/photark/trunk/photark-webapp/pom.xml Mon Sep 28 19:34:00 2009
@@ -115,7 +115,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.2</version>
+            <version>4.5</version>
             <scope>test</scope>
         </dependency>
 

Modified: incubator/photark/trunk/photark/pom.xml
URL: http://svn.apache.org/viewvc/incubator/photark/trunk/photark/pom.xml?rev=819688&r1=819687&r2=819688&view=diff
==============================================================================
--- incubator/photark/trunk/photark/pom.xml (original)
+++ incubator/photark/trunk/photark/pom.xml Mon Sep 28 19:34:00 2009
@@ -140,7 +140,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.2</version>
+            <version>4.5</version>
             <scope>test</scope>
         </dependency>