Skip to content

Commit

Permalink
build: Update maven-plugin-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Feb 16, 2023
1 parent 80ae2ca commit 8b8a94e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pomchecker-gradle-plugin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ guavaVersion = 31.1-jre
guiceVersion = 5.1.0
httpVersion = 4.5.10
mavenProjectVersion = 2.2.1
mavenVersion = 3.8.7
mavenVersion = 3.9.0
mavenResolverVersion = 1.9.4
plexus2Version = 1.26
plexusVersion = 3.4.2
plexusVersion = 3.5.0
sisuVersion = 0.9.0.M1
slf4jVersion = 2.0.6

Expand Down
6 changes: 3 additions & 3 deletions pomchecker-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
<url>https://kordamp.org/pomchecker</url>

<prerequisites>
<maven>3.1.0</maven>
<maven>3.9.0</maven>
</prerequisites>

<dependencies>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.6.4</version>
<version>3.7.1</version>
</dependency>
<dependency>
<groupId>org.kordamp.maven</groupId>
Expand Down Expand Up @@ -84,7 +84,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.6.0</version>
<version>3.7.1</version>
<configuration>
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
</configuration>
Expand Down

0 comments on commit 8b8a94e

Please sign in to comment.