This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch release-1.13
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.13 by this push:
     new da3ab63  [hotfix] Update for 1.13.3
da3ab63 is described below

commit da3ab63a132faa6b3c12c653ed336e0611413b54
Author: Chesnay Schepler <[email protected]>
AuthorDate: Wed Oct 20 11:07:31 2021 +0200

    [hotfix] Update for 1.13.3
---
 docs/config.toml | 2 +-
 pom.xml          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index dfa880a..525428b 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -34,7 +34,7 @@ pygmentsUseClasses = true
   # we change the version for the complete docs when forking of a release 
branch
   # etc.
   # The full version string as referenced in Maven (e.g. 1.2.1)
-  Version = "1.13.2"
+  Version = "1.13.3"
 
   # For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot
   # release this should be the same as the regular version
diff --git a/pom.xml b/pom.xml
index 499d283..613dc9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@ under the License.
                        For Hadoop 2.7, the minor Hadoop version supported for 
flink-shaded-hadoop-2-uber is 2.7.5
                -->
                
<hivemetastore.hadoop.version>2.7.5</hivemetastore.hadoop.version>
-               <japicmp.referenceVersion>1.13.2</japicmp.referenceVersion>
+               <japicmp.referenceVersion>1.13.3</japicmp.referenceVersion>
                <japicmp.outputDir>tools/japicmp-output</japicmp.outputDir>
                <spotless.version>2.4.2</spotless.version>
 

Reply via email to