Commit Graph

5 Commits (aa4f15a6364227d39fa2c586b4fdac507f627fc7)

Author SHA1 Message Date
Qingsheng Ren 0c8f5eaf0a [build] Use flink-shaded-force-shading to force all submodules to generate dependency-reduced-pom.xml
This will erase all properties in dependency-reduced-pom.xml and
pin all properties to a constant value. For example, ${flink.version}
will be replaced by the actual Flink version, which is safer for users
to reference it.
joyCurry30 d01f0a9791
[pom] Use ${revision} replace specific version. ()
Kunni 0714688aee
[build] Add vcs.xml for IDEA ()
Leonard Xu 7d7ca57e24 [doc] Use sphinx-rtd-theme to manage project documents
Jark Wu cb7e0f47ff
[build] Initialize project