File tree Expand file tree Collapse file tree 6 files changed +7
-6
lines changed
Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ github:
5151
5252 protected_branches :
5353 master : {}
54+ release-2.70 : {}
5455 release-2.69.0-postrelease : {}
5556 release-2.69 : {}
5657 release-2.68.0-postrelease : {}
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ signing.gnupg.useLegacyGpg=true
3030# buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy.
3131# To build a custom Beam version make sure you change it in both places, see
3232# https://github.com/apache/beam/issues/21302.
33- version =2.70 .0-SNAPSHOT
34- sdk_version =2.70 .0.dev
33+ version =2.71 .0-SNAPSHOT
34+ sdk_version =2.71 .0.dev
3535
3636javaVersion =1.8
3737
Original file line number Diff line number Diff line change 2222set -e # Exit immediately if a command exits with a non-zero status.
2323
2424# --- Configuration ---
25- DEFAULT_BEAM_VERSION=" 2.70 .0"
25+ DEFAULT_BEAM_VERSION=" 2.71 .0"
2626MAIN_CLASS=" org.apache.beam.sdk.extensions.sql.jdbc.BeamSqlLine"
2727# Directory to store cached executable JAR files
2828CACHE_DIR=" ${HOME} /.beam/cache"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const (
2727 // SdkName is the human readable name of the SDK for UserAgents.
2828 SdkName = "Apache Beam SDK for Go"
2929 // SdkVersion is the current version of the SDK.
30- SdkVersion = "2.70 .0.dev"
30+ SdkVersion = "2.71 .0.dev"
3131
3232 // DefaultDockerImage represents the associated image for this release.
3333 DefaultDockerImage = "apache/beam_go_sdk:" + SdkVersion
Original file line number Diff line number Diff line change 1717
1818"""Apache Beam SDK version information and utilities."""
1919
20- __version__ = '2.70 .0.dev'
20+ __version__ = '2.71 .0.dev'
Original file line number Diff line number Diff line change 11{
22 "name" : " apache-beam" ,
3- "version" : " 2.70 .0-SNAPSHOT" ,
3+ "version" : " 2.71 .0-SNAPSHOT" ,
44 "devDependencies" : {
55 "@google-cloud/bigquery" : " ^5.12.0" ,
66 "@types/mocha" : " ^9.0.0" ,
You can’t perform that action at this time.
0 commit comments