Skip to content

Commit

Permalink
Upgrade build plugin versions.
Browse files Browse the repository at this point in the history
Closes #205
  • Loading branch information
mp911de committed Feb 20, 2024
1 parent 713cead commit 58e5b96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bom-client/pom.xml
Expand Up @@ -40,7 +40,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.1</version>
<executions>
<execution>
<id>purge-local-repository</id>
Expand Down
8 changes: 4 additions & 4 deletions bom/pom.xml
Expand Up @@ -192,7 +192,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.4.1</version>
<version>1.6.0</version>
<executions>
<execution>
<id>flatten</id>
Expand Down Expand Up @@ -237,7 +237,7 @@
<plugin>
<groupId>org.jfrog.buildinfo</groupId>
<artifactId>artifactory-maven-plugin</artifactId>
<version>3.6.1</version>
<version>3.6.2</version>
<executions>
<execution>
<id>build-info</id>
Expand Down Expand Up @@ -336,7 +336,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand All @@ -360,7 +360,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.1</version>
<executions>
<execution>
<id>enforce-release-rules</id>
Expand Down

0 comments on commit 58e5b96

Please sign in to comment.