Skip to content

Commit

Permalink
Update maven-build-plugins
Browse files Browse the repository at this point in the history
* build-helper-maven-plugin 3.3.0 -> 3.4.0
* maven-dependency-plugin no_version -> 3.6.1
* jacoco-maven-plugin - 0.8.8 -> 0.8.11
  • Loading branch information
akurtakov committed Nov 15, 2023
1 parent a802ab5 commit 729a999
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.jdt.ls.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
<executions>
<execution>
<phase>validate</phase>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version>
<executions>
<execution>
<?m2e execute onConfiguration?>
Expand Down Expand Up @@ -237,7 +238,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<version>0.8.11</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 729a999

Please sign in to comment.