This is an automated email from the ASF dual-hosted git repository. snuyanzin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit a922643b248fe22e21a8a4701bc4603a76fe678a Author: Sergey Nuyanzin <[email protected]> AuthorDate: Mon Aug 31 13:41:35 2026 +0200 [hotfix][build] Bump `directory-maven-plugin` to 1.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4118c436be4..b93744a0140 100644 --- a/pom.xml +++ b/pom.xml @@ -2094,7 +2094,7 @@ under the License. <plugin> <groupId>org.commonjava.maven.plugins</groupId> <artifactId>directory-maven-plugin</artifactId> - <version>0.1</version> + <version>1.0</version> <executions> <execution> <id>directories</id>
