This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-shaded.git
The following commit(s) were added to refs/heads/master by this push:
new 63ee4f8 [hotfix] Switch to 1.17-SNAPSHOT flink-ci-tools
63ee4f8 is described below
commit 63ee4f8e2948d0b846af749c65abcc3a0efa49f8
Author: Chesnay Schepler <[email protected]>
AuthorDate: Wed Nov 16 16:24:42 2022 +0100
[hotfix] Switch to 1.17-SNAPSHOT flink-ci-tools
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index edc2946..7eb4ae7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -351,7 +351,7 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-ci-tools</artifactId>
- <version>1.16-SNAPSHOT</version>
+ <version>1.17-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>