You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2015/11/11 18:21:35 UTC

[08/21] incubator-brooklyn git commit: Moved assertj.version property to parent pom and added comment about version choice

Moved assertj.version property to parent pom and added comment about version choice


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/761e81f4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/761e81f4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/761e81f4

Branch: refs/heads/master
Commit: 761e81f4e573ad4010ff0b7be47968d35260963e
Parents: eaacdf0
Author: Mark McKenna <m4...@gmail.com>
Authored: Wed Nov 11 10:44:21 2015 +0000
Committer: Mark McKenna <m4...@gmail.com>
Committed: Wed Nov 11 10:44:21 2015 +0000

----------------------------------------------------------------------
 pom.xml                      | 1 +
 usage/test-framework/pom.xml | 4 ----
 2 files changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/761e81f4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 94101c8..67353b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,6 +80,7 @@
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
         <!-- Testing -->
+        <assertj.version>2.2.0</assertj.version> <!-- v 2.2.0 is being used as v 3.20 introduces Java8 dependencies-->
         <cobertura.plugin.version>2.7</cobertura.plugin.version>
         <surefire.version>2.18.1</surefire.version>
         <plantuml.version>6121</plantuml.version>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/761e81f4/usage/test-framework/pom.xml
----------------------------------------------------------------------
diff --git a/usage/test-framework/pom.xml b/usage/test-framework/pom.xml
index 2f6c0c2..1eaf3e1 100644
--- a/usage/test-framework/pom.xml
+++ b/usage/test-framework/pom.xml
@@ -13,10 +13,6 @@
     <artifactId>test-framework</artifactId>
     <name>Brooklyn Test Framework</name>
 
-    <properties>
-        <assertj.version>2.2.0</assertj.version>
-    </properties>
-
     <dependencies>
 
         <dependency>