Skip to content

Commit

Permalink
added variable for version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdoherty committed Dec 13, 2023
1 parent 6e1eda9 commit 4505c13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.deploy.plugin.version>3.1.1</maven.deploy.plugin.version>
<log4j.version>2.20.0</log4j.version>
<log4j.version>2.22.0</log4j.version>
<slf4j.version>2.0.7</slf4j.version>
<jackson.version>2.15.3</jackson.version>
Expand Down
2 changes: 1 addition & 1 deletion powertools-e2e-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.1</version>
<version>${maven.deploy.plugin.version}</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down

0 comments on commit 4505c13

Please sign in to comment.