You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2016/06/07 17:40:46 UTC

[1/3] incubator-beam git commit: Add Xdoclint:missing to the Kafka connector

Repository: incubator-beam
Updated Branches:
  refs/heads/master 5dc46357c -> aaab15766


Add Xdoclint:missing to the Kafka connector

This makes the Javadoc build actually pass.


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

Branch: refs/heads/master
Commit: 3adc5e32cd53e4875b6f97d82deec517c5b71bc5
Parents: 5dc4635
Author: Davor Bonaci <da...@google.com>
Authored: Tue Jun 7 10:36:42 2016 -0700
Committer: Davor Bonaci <da...@google.com>
Committed: Tue Jun 7 10:36:42 2016 -0700

----------------------------------------------------------------------
 sdks/java/io/kafka/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/3adc5e32/sdks/java/io/kafka/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/java/io/kafka/pom.xml b/sdks/java/io/kafka/pom.xml
index bc76b9e..be19a83 100644
--- a/sdks/java/io/kafka/pom.xml
+++ b/sdks/java/io/kafka/pom.xml
@@ -47,6 +47,13 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <additionalparam>-Xdoclint:missing</additionalparam>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 


[3/3] incubator-beam git commit: This closes #427

Posted by da...@apache.org.
This closes #427


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

Branch: refs/heads/master
Commit: aaab15766616ddedb06023d9c6c43a671f5dbf65
Parents: 5dc4635 42c7447
Author: Davor Bonaci <da...@google.com>
Authored: Tue Jun 7 10:40:30 2016 -0700
Committer: Davor Bonaci <da...@google.com>
Committed: Tue Jun 7 10:40:30 2016 -0700

----------------------------------------------------------------------
 runners/flink/pom.xml      | 2 --
 sdks/java/io/kafka/pom.xml | 7 +++++++
 2 files changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------



[2/3] incubator-beam git commit: Update Flink's pom.xml

Posted by da...@apache.org.
Update Flink's pom.xml

Remove unnecessary version specifier.


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

Branch: refs/heads/master
Commit: 42c74477a1553ac4bf98da7da3126fab286d6d2f
Parents: 3adc5e3
Author: Davor Bonaci <da...@google.com>
Authored: Tue Jun 7 10:38:20 2016 -0700
Committer: Davor Bonaci <da...@google.com>
Committed: Tue Jun 7 10:38:20 2016 -0700

----------------------------------------------------------------------
 runners/flink/pom.xml | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/42c74477/runners/flink/pom.xml
----------------------------------------------------------------------
diff --git a/runners/flink/pom.xml b/runners/flink/pom.xml
index ed5db38..1c60a7b 100644
--- a/runners/flink/pom.xml
+++ b/runners/flink/pom.xml
@@ -27,8 +27,6 @@
   </parent>
 
   <artifactId>beam-runners-flink-parent</artifactId>
-  <version>0.2.0-incubating-SNAPSHOT</version>
-
   <name>Apache Beam :: Runners :: Flink</name>
 
   <packaging>pom</packaging>