We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aecc82e commit 865f36bCopy full SHA for 865f36b
pom.xml
@@ -78,6 +78,7 @@
78
<properties>
79
<maven.compiler.source>1.8</maven.compiler.source>
80
<maven.compiler.target>1.8</maven.compiler.target>
81
+ <maven.deploy.plugin.version>3.1.1</maven.deploy.plugin.version>
82
<log4j.version>2.20.0</log4j.version>
83
<jackson.version>2.15.3</jackson.version>
84
<aws.sdk.version>2.21.0</aws.sdk.version>
powertools-e2e-tests/pom.xml
@@ -184,7 +184,7 @@
184
<plugin>
185
<groupId>org.apache.maven.plugins</groupId>
186
<artifactId>maven-deploy-plugin</artifactId>
187
- <version>3.1.1</version>
+ <version>${maven.deploy.plugin.version}</version>
188
<configuration>
189
<skip>true</skip>
190
</configuration>
0 commit comments