You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2016/11/01 16:51:58 UTC

[1/2] incubator-beam git commit: Closes #1247

Repository: incubator-beam
Updated Branches:
  refs/heads/master 75bfd781f -> 7745c91ba


Closes #1247


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/7745c91b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/7745c91b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/7745c91b

Branch: refs/heads/master
Commit: 7745c91ba178fd746d4d4f0713ef3cae82b9dc53
Parents: 75bfd78 2952702
Author: Dan Halperin <dh...@google.com>
Authored: Tue Nov 1 09:51:55 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Tue Nov 1 09:51:55 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 4 ++--
 pom.xml     | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------



[2/2] incubator-beam git commit: [BEAM-859] Move Eclipse precommit build to Java 8

Posted by dh...@apache.org.
[BEAM-859] Move Eclipse precommit build to Java 8

Also reorder env variables so it's clear what the precommit is.


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

Branch: refs/heads/master
Commit: 29527027c76adadf48d228781ca2dc7133c11dd8
Parents: 75bfd78
Author: Dan Halperin <dh...@google.com>
Authored: Fri Oct 28 09:20:17 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Tue Nov 1 09:51:55 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 4 ++--
 pom.xml     | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/29527027/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 6a8b604..3234f0c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,9 +44,9 @@ matrix:
     - os: linux
       env: CUSTOM_JDK="oraclejdk7" MAVEN_OVERRIDE="$MAVEN_OVERRIDE $MAVEN_CONTAINER_OVERRIDE"
     - os: linux
-      env: CUSTOM_JDK="oraclejdk7" MAVEN_OVERRIDE="$MAVEN_OVERRIDE $MAVEN_CONTAINER_OVERRIDE -Peclipse-jdt"
-    - os: linux
       env: CUSTOM_JDK="openjdk7" MAVEN_OVERRIDE="$MAVEN_OVERRIDE $MAVEN_CONTAINER_OVERRIDE"
+    - os: linux
+      env: MAVEN_OVERRIDE="-Peclipse-jdt -DskipTests $MAVEN_OVERRIDE $MAVEN_CONTAINER_OVERRIDE" CUSTOM_JDK="oraclejdk8"
 
 before_install:
   - echo 'MAVEN_OPTS="$MAVEN_OPTS -Xmx1024m -XX:MaxPermSize=512m -XX:+BytecodeVerificationLocal"' >> ~/.mavenrc

http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/29527027/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2820732..51518ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -243,8 +243,7 @@
                 <dependency>
                   <groupId>org.eclipse.tycho</groupId>
                   <artifactId>tycho-compiler-jdt</artifactId>
-                  <!-- 0.24.0 is last version to support Java7 -->
-                  <version>0.24.0</version>
+                  <version>0.26.0</version>
                 </dependency>
               </dependencies>
             </plugin>