Skip to content

Commit

Permalink
Bump versions (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctubbsii authored Oct 1, 2022
1 parent a422b62 commit bcef813
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
<plugin>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId>
<version>2.19.0</version>
<version>2.20.0</version>
<configuration>
<configFile>${project.basedir}/src/main/resources/formatter-maven-plugin/eclipse/java.xml</configFile>
<configJsFile>${project.basedir}/src/main/resources/formatter-maven-plugin/eclipse/javascript.xml</configJsFile>
Expand Down Expand Up @@ -430,7 +430,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.2</version>
<version>3.3.0</version>
<configuration>
<archive>
<manifestEntries>
Expand Down Expand Up @@ -477,7 +477,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.12.1</version>
<version>4.0.0-M3</version>
<dependencies>
<!-- Fluido is listed here for version update checking only -->
<dependency>
Expand All @@ -501,7 +501,7 @@
<!-- this is kept to more easily run manual checks for updates -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.11.0</version>
<version>2.12.0</version>
</plugin>
<plugin>
<groupId>org.gaul</groupId>
Expand Down

0 comments on commit bcef813

Please sign in to comment.