#3096 (comment)
I want to stop the current version sharing style. (Referring java/pom.xml from C++, Python, C, Ruby, ....)
It introduces complexity. For example, we generates version.rb dynamically to create a Ruby package: https://github.com/apache/arrow/blob/master/ruby/red-arrow/version.rb
I think that we can just replace all versions in cpp/CMakeLists.txt, python/setup.py, c_glib/configure.ac, ruby/*/lib/*/version.rb, rust/Cargo.toml, ... by sed in the release process.
Reporter: Kouhei Sutou / @kou
Assignee: Kouhei Sutou / @kou
PRs and other links:
Note: This issue was originally created as ARROW-3938. Please see the migration documentation for further details.
#3096 (comment)
I want to stop the current version sharing style. (Referring
java/pom.xmlfrom C++, Python, C, Ruby, ....)It introduces complexity. For example, we generates
version.rbdynamically to create a Ruby package: https://github.com/apache/arrow/blob/master/ruby/red-arrow/version.rbI think that we can just replace all versions in
cpp/CMakeLists.txt,python/setup.py,c_glib/configure.ac,ruby/*/lib/*/version.rb,rust/Cargo.toml, ... bysedin the release process.Reporter: Kouhei Sutou / @kou
Assignee: Kouhei Sutou / @kou
PRs and other links:
Note: This issue was originally created as ARROW-3938. Please see the migration documentation for further details.