Skip to content

Commit

Permalink
GH-4884 bump maven plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
hmottestad committed Jan 26, 2024
1 parent 8400bd2 commit 5f512b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/sail/elasticsearch-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
<plugin>
<groupId>com.github.alexcojocaru</groupId>
<artifactId>elasticsearch-maven-plugin</artifactId>
<version>6.26</version>
<version>6.28</version>
<configuration>
<skip>${skipITs}</skip>
<skip>${skipTests}</skip>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.1</version>
<configuration>
<fork>false</fork>
<encoding>utf8</encoding>
Expand All @@ -667,7 +667,7 @@
<plugin>
<groupId>au.com.acegi</groupId>
<artifactId>xml-format-maven-plugin</artifactId>
<version>3.2.2</version>
<version>3.3.1</version>
<configuration>
<tabIndent>true</tabIndent>
<excludes>eclipse-settings/**,**/target/**,**/site/themes/**,**/.*/**</excludes>
Expand Down Expand Up @@ -786,7 +786,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.1</version>
<version>3.2.5</version>
<configuration>
<encoding>UTF-8</encoding>
<argLine>-Xmx2048M</argLine>
Expand All @@ -795,7 +795,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.1</version>
<version>3.2.5</version>
<configuration>
<encoding>UTF-8</encoding>
<forkCount>1</forkCount>
Expand Down Expand Up @@ -1031,7 +1031,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>4.0.0-M11</version>
<version>4.0.0-M13</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit 5f512b6

Please sign in to comment.