You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/03/12 13:11:53 UTC

git commit: [flex-falcon] [refs/heads/feature/maven-migration] - Updated the junit dependency

Repository: flex-falcon
Updated Branches:
  refs/heads/feature/maven-migration 9d43e31da -> 508897783


Updated the junit dependency


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/50889778
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/50889778
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/50889778

Branch: refs/heads/feature/maven-migration
Commit: 50889778360e20148582196adbbadda80a6af896
Parents: 9d43e31
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Sat Mar 12 13:11:48 2016 +0100
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Sat Mar 12 13:11:48 2016 +0100

----------------------------------------------------------------------
 compiler-build-tools/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/50889778/compiler-build-tools/pom.xml
----------------------------------------------------------------------
diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml
index 230c9fd..d773ee7 100644
--- a/compiler-build-tools/pom.xml
+++ b/compiler-build-tools/pom.xml
@@ -48,7 +48,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>4.10</version>
     </dependency>
   </dependencies>