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 6e1eda9 commit 4505c13Copy full SHA for 4505c13
pom.xml
@@ -85,6 +85,8 @@
85
<properties>
86
<maven.compiler.source>1.8</maven.compiler.source>
87
<maven.compiler.target>1.8</maven.compiler.target>
88
+ <maven.deploy.plugin.version>3.1.1</maven.deploy.plugin.version>
89
+ <log4j.version>2.20.0</log4j.version>
90
<log4j.version>2.22.0</log4j.version>
91
<slf4j.version>2.0.7</slf4j.version>
92
<jackson.version>2.15.3</jackson.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