Skip to content

Commit

Permalink
update maven versions plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavinshah7 authored Nov 4, 2022
1 parent a750e4b commit 8f0aecb
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,22 @@
<modules>
<module>com.intuit.graphql.parent</module>
</modules>

<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.7</version>
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.13.0</version>
</plugin>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>${maven-gpg-plugin.version}</version>
Expand Down

0 comments on commit 8f0aecb

Please sign in to comment.