You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pl...@apache.org on 2016/02/01 07:47:02 UTC

directory-kerby git commit: Change assertj version to 2.3.0, version 3.3.0 for Java 8.

Repository: directory-kerby
Updated Branches:
  refs/heads/trunk 8eb310de7 -> e27511bd5


Change assertj version to 2.3.0, version 3.3.0 for Java 8.


Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/e27511bd
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/e27511bd
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/e27511bd

Branch: refs/heads/trunk
Commit: e27511bd5daf05846dca44b4a4bfa150b7c37435
Parents: 8eb310d
Author: plusplusjiajia <ji...@intel.com>
Authored: Mon Feb 1 14:52:52 2016 +0800
Committer: plusplusjiajia <ji...@intel.com>
Committed: Mon Feb 1 14:52:52 2016 +0800

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/e27511bd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6ed8cc3..54375db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
     <junit.version>4.12</junit.version>
     <nimbus.jose.version>3.10</nimbus.jose.version>
     <slf4j.version>1.7.14</slf4j.version>
-    <assertj.version>3.3.0</assertj.version>
+    <assertj.version>2.3.0</assertj.version>
     <findbugs.version>3.0.3</findbugs.version>
     <buildtools.dir>${basedir}/build-tools</buildtools.dir>
     <skipTests>false</skipTests>