Skip to content

Commit

Permalink
Fix maven-assembly-plugin setting in pinot-plugins to match apache re…
Browse files Browse the repository at this point in the history
…lease id
  • Loading branch information
Jackie-Jiang committed Nov 4, 2024
1 parent 9ddfe34 commit e3560eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.7.1</version>
<dependencies>
<dependency>
<groupId>@project.groupId@</groupId>
Expand All @@ -55,7 +54,7 @@
</dependencies>
<executions>
<execution>
<id>make-assembly</id>
<id>source-release-assembly</id>
<phase>package</phase>
<goals>
<goal>single</goal>
Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</dependencies>
<executions>
<execution>
<id>make-assembly</id>
<id>source-release-assembly</id>
<phase>package</phase>
<goals>
<goal>single</goal>
Expand Down

0 comments on commit e3560eb

Please sign in to comment.