You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by m4...@apache.org on 2017/05/19 10:07:53 UTC

[1/2] brooklyn-ui git commit: Switch to Java 8

Repository: brooklyn-ui
Updated Branches:
  refs/heads/master a2042ab53 -> e9191a119


Switch to Java 8


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/1661942f
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/1661942f
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/1661942f

Branch: refs/heads/master
Commit: 1661942ff697e7c6490dd765305bc757c8664917
Parents: a2042ab
Author: Geoff Macartney <ge...@cloudsoftcorp.com>
Authored: Thu May 18 16:34:11 2017 +0100
Committer: Geoff Macartney <ge...@cloudsoftcorp.com>
Committed: Thu May 18 16:34:11 2017 +0100

----------------------------------------------------------------------
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/1661942f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9565564..1a851f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,6 +72,7 @@
         </project.build.webapp>
         <nodejs.path>${project.basedir}/target/nodejs/node</nodejs.path>
         <jasmine-maven-plugin.version>2.1</jasmine-maven-plugin.version>
+        <java.version>1.8</java.version>
         <phantomjs.version>2.1.1</phantomjs.version>
         <maven-dependency-plugin.version>2.8</maven-dependency-plugin.version>
         <nodejs-maven-plugin.version>1.0.3</nodejs-maven-plugin.version>
@@ -361,8 +362,8 @@
                     <artifactId>maven-compiler-plugin</artifactId>
                     <version>3.3</version>
                     <configuration>
-                        <source>1.7</source>
-                        <target>1.7</target>
+                        <source>${java.version}</source>
+                        <target>${java.version}</target>
                     </configuration>
                 </plugin>
             </plugins>


[2/2] brooklyn-ui git commit: This closes #44

Posted by m4...@apache.org.
This closes #44


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

Branch: refs/heads/master
Commit: e9191a1193417f90471d91b0721e9eec47ebbc66
Parents: a2042ab 1661942
Author: Mark McKenna <m4...@gmail.com>
Authored: Fri May 19 11:06:14 2017 +0100
Committer: Mark McKenna <m4...@gmail.com>
Committed: Fri May 19 11:06:14 2017 +0100

----------------------------------------------------------------------
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------