This is an automated email from the ASF dual-hosted git repository.
cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new 52ae975eb2 [MINOR UPDATE] Prepare for Drill 1.22.0 (#2994)
52ae975eb2 is described below
commit 52ae975eb2aa551e9e2eda6927bebc6200d692f1
Author: James Turton <[email protected]>
AuthorDate: Mon Jun 16 14:44:20 2025 +0200
[MINOR UPDATE] Prepare for Drill 1.22.0 (#2994)
---
distribution/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 80ba9650a8..a865fc4607 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -245,7 +245,7 @@
<executions>
<execution>
<id>distro-assembly</id>
- <phase>install</phase>
+ <phase>package</phase>
<goals>
<goal>single</goal>
</goals>
@@ -296,7 +296,7 @@
-->
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
- <version>2.4.0</version>
+ <version>2.5.0</version>
<configuration>
<outputDirectory>src/main/resources</outputDirectory>
<thirdPartyFilename>LICENSE</thirdPartyFilename>