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 2017/01/31 02:58:59 UTC

[1/2] beam git commit: [BEAM-1357] Upgrade error-prone-annotations to get Java7 support back

Repository: beam
Updated Branches:
  refs/heads/master d2b8b2886 -> 1eb06d0c2


[BEAM-1357] Upgrade error-prone-annotations to get Java7 support back

They accidentally released 2 incremental versions, .13 and .14, which do not work with JDK7


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

Branch: refs/heads/master
Commit: e33231294417d74ea45eb57117cd5078f67a2fd9
Parents: d2b8b28
Author: Dan Halperin <dh...@google.com>
Authored: Mon Jan 30 18:28:38 2017 -0800
Committer: Dan Halperin <dh...@google.com>
Committed: Mon Jan 30 18:29:05 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/beam/blob/e3323129/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index eb2b886..f499326 100644
--- a/pom.xml
+++ b/pom.xml
@@ -755,7 +755,7 @@
       <dependency>
         <groupId>com.google.errorprone</groupId>
         <artifactId>error_prone_annotations</artifactId>
-        <version>2.0.13</version>
+        <version>2.0.15</version>
       </dependency>
 
       <dependency>


[2/2] beam git commit: This closes #1875

Posted by dh...@apache.org.
This closes #1875


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

Branch: refs/heads/master
Commit: 1eb06d0c2ecb6668f56457b020576cd3015ae286
Parents: d2b8b28 e332312
Author: Dan Halperin <dh...@google.com>
Authored: Mon Jan 30 18:58:50 2017 -0800
Committer: Dan Halperin <dh...@google.com>
Committed: Mon Jan 30 18:58:50 2017 -0800

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