Skip to content

Commit 3defdc0

Browse files
Merge pull request #453 from OneBusAway/claude/fix-warning-N5YNs
Fix missing maven-shade-plugin version warning
2 parents 71b14a3 + e7b8b60 commit 3defdc0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

onebusaway-api-key-cli/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@
8181
<build>
8282
<plugins>
8383
<plugin>
84+
<groupId>org.apache.maven.plugins</groupId>
8485
<artifactId>maven-shade-plugin</artifactId>
86+
<version>${maven-shade-plugin-version}</version>
8587
<executions>
8688
<execution>
8789
<phase>package</phase>

0 commit comments

Comments
 (0)