Skip to content

Commit 415a2e8

Browse files
authored
Merge pull request #146 from lewisheadden/DeployPluginVersion
Use a version of deploy-plugin that exists in Maven Central
2 parents 411814d + 7d1314f commit 415a2e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<plugin>
4646
<groupId>org.apache.maven.plugins</groupId>
4747
<artifactId>maven-deploy-plugin</artifactId>
48-
<version>2.5.3</version>
48+
<version>2.8.2</version>
4949
<configuration>
5050
<skip>true</skip>
5151
</configuration>

proto/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<plugin>
2626
<groupId>org.apache.maven.plugins</groupId>
2727
<artifactId>maven-deploy-plugin</artifactId>
28-
<version>2.5.3</version>
28+
<version>2.8.2</version>
2929
<configuration>
3030
<skip>true</skip>
3131
</configuration>

0 commit comments

Comments
 (0)