Repository: cloudstack
Updated Branches:
  refs/heads/bugfix/4.5-8011 65a63907d -> 4cb9c0da9


pom: downgrade reflections to 0.9.8

Apidocs fail to generate and get stuck with new reflections version, the fix
downgrades reflections pkg dependency version to 0.9.8

Signed-off-by: Rohit Yadav <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4cb9c0da
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/4cb9c0da
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/4cb9c0da

Branch: refs/heads/bugfix/4.5-8011
Commit: 4cb9c0da9b47ec858d99b16fde72c49f2fdb2968
Parents: 65a6390
Author: Rohit Yadav <[email protected]>
Authored: Thu Dec 4 01:11:58 2014 +0530
Committer: Rohit Yadav <[email protected]>
Committed: Thu Dec 4 01:11:58 2014 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4cb9c0da/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5c9af0f..e63769e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
     <cs.lang.version>2.6</cs.lang.version>
     <cs.commons-io.version>2.4</cs.commons-io.version>
     <cs.commons-validator.version>1.4.0</cs.commons-validator.version>
-    <cs.reflections.version>0.9.9</cs.reflections.version>
+    <cs.reflections.version>0.9.8</cs.reflections.version>
     <cs.java-ipv6.version>0.15</cs.java-ipv6.version>
     <cs.replace.properties>build/replace.properties</cs.replace.properties>
     <cs.libvirt-java.version>0.5.1</cs.libvirt-java.version>

Reply via email to