Skip to content

Commit

Permalink
updated maven plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Apr 4, 2023
1 parent 83c2b59 commit f546f4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<skipTests>false</skipTests>
<skipITs>${skipTests}</skipITs>
<skipUTs>${skipTests}</skipUTs>
<deployPluginVer>2.8.2</deployPluginVer>
<deployPluginVer>3.1.1</deployPluginVer>
<slf4jVer>1.7.36</slf4jVer>
<logbackVer>1.2.11</logbackVer>
<awsJdkVer>[2.20.35,)</awsJdkVer>
Expand Down Expand Up @@ -191,7 +191,6 @@
<mavenExecutorId>forked-path</mavenExecutorId>
<tagNameFormat>v@{project.version}</tagNameFormat>
<preparationGoals>clean</preparationGoals>
<useReleaseProfile>false</useReleaseProfile>
<releaseProfiles>release</releaseProfiles>
</configuration>
</plugin>
Expand Down

0 comments on commit f546f4e

Please sign in to comment.