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 2015/10/28 06:35:59 UTC

directory-kerby git commit: Revert "DIRKRB-437 Update the assertj version to 3.2.0."

Repository: directory-kerby
Updated Branches:
  refs/heads/master 9ce2a555e -> 487043cec


Revert "DIRKRB-437 Update the assertj version to 3.2.0."

This reverts commit 9ce2a555ead13d336ee2d719bc0bedd8557089c7.


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

Branch: refs/heads/master
Commit: 487043cec2020946fa151e6361509954f3cf3ce2
Parents: 9ce2a55
Author: plusplusjiajia <ji...@intel.com>
Authored: Wed Oct 28 13:41:21 2015 +0800
Committer: plusplusjiajia <ji...@intel.com>
Committed: Wed Oct 28 13:41:21 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/487043ce/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4118be2..96ea773 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
     <junit.version>4.12</junit.version>
     <nimbus.jose.version>3.10</nimbus.jose.version>
     <slf4j.version>1.7.12</slf4j.version>
-    <assertj.version>3.2.0</assertj.version>
+    <assertj.version>2.2.0</assertj.version>
     <findbugs.version>3.0.1</findbugs.version>
     <checkstyle.dir>${basedir}/docs</checkstyle.dir>
     <skipTests>false</skipTests>