Repository: flink
Updated Branches:
  refs/heads/master 8492d9b7b -> e2ba042c1


[FLINK-5489] maven release:prepare fails due to invalid JDOM comments in 
pom.xml.

This closes #3123


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

Branch: refs/heads/master
Commit: e2ba042c175b455cdb5388987f808bf61507b4ee
Parents: 8492d9b
Author: Haohui Mai <[email protected]>
Authored: Fri Jan 13 15:04:16 2017 -0800
Committer: Robert Metzger <[email protected]>
Committed: Sun Jan 15 16:31:53 2017 +0100

----------------------------------------------------------------------
 flink-examples/flink-examples-streaming/pom.xml | 2 +-
 pom.xml                                         | 4 ++--
 tools/force-shading/pom.xml                     | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/e2ba042c/flink-examples/flink-examples-streaming/pom.xml
----------------------------------------------------------------------
diff --git a/flink-examples/flink-examples-streaming/pom.xml 
b/flink-examples/flink-examples-streaming/pom.xml
index f46d3b9..c895a55 100644
--- a/flink-examples/flink-examples-streaming/pom.xml
+++ b/flink-examples/flink-examples-streaming/pom.xml
@@ -510,7 +510,7 @@ under the License.
                                                                </transformer>
                                                        </transformers>
                                                        
<finalName>Kafka</finalName>
-                                                       <!--- 
<outputFile>Kafka.jar</outputFile> -->
+                                                       <!-- 
<outputFile>Kafka.jar</outputFile> -->
                                                        <filters>
                                                                <filter>
                                                                        
<artifact>*</artifact>

http://git-wip-us.apache.org/repos/asf/flink/blob/e2ba042c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e382d2a..6c74d6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@ under the License.
        </scm>
 
        <modules>
-               <!--- Dummy module to force execution of the Maven Shade plugin 
(see Shade plugin below) -->
+               <!-- Dummy module to force execution of the Maven Shade plugin 
(see Shade plugin below) -->
                <module>tools/force-shading</module>
                <module>flink-annotations</module>
                <module>flink-shaded-hadoop</module>
@@ -269,7 +269,7 @@ under the License.
                                <version>2.4</version>
                        </dependency>
 
-                       <!--- commons collections needs to be pinned to this 
critical security fix version -->
+                       <!-- commons collections needs to be pinned to this 
critical security fix version -->
                        <dependency>
                                <groupId>commons-collections</groupId>
                                <artifactId>commons-collections</artifactId>

http://git-wip-us.apache.org/repos/asf/flink/blob/e2ba042c/tools/force-shading/pom.xml
----------------------------------------------------------------------
diff --git a/tools/force-shading/pom.xml b/tools/force-shading/pom.xml
index 4691f03..353674d 100644
--- a/tools/force-shading/pom.xml
+++ b/tools/force-shading/pom.xml
@@ -28,7 +28,7 @@ under the License.
                <version>14</version>
        </parent>
 
-       <!---
+       <!--
        This module is used a dependency in the root pom. It activates shading 
for all sub modules
        through an include rule in the shading configuration. This assures that 
Maven always generates
        an effective pom for all modules, i.e. get rid of Maven properties. In 
particular, this is needed

Reply via email to