Skip to content

Commit 6f83f0b

Browse files
authored
deps: latest maven-deploy-plugin 3.1.4 (#1026)
Without explicitly declaring maven-deploy-plugin, it's possible that some release job uses its 2.x version, which doesn't recognize "local::file:${local_staging_dir}" parameter. cl/766852134
1 parent 1bed933 commit 6f83f0b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

java-shared-config/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,11 @@
224224
<artifactId>maven-install-plugin</artifactId>
225225
<version>3.1.3</version>
226226
</plugin>
227+
<plugin>
228+
<groupId>org.apache.maven.plugins</groupId>
229+
<artifactId>maven-deploy-plugin</artifactId>
230+
<version>3.1.4</version>
231+
</plugin>
227232
</plugins>
228233
</pluginManagement>
229234
<plugins>

0 commit comments

Comments
 (0)