Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
yesamer committed Dec 17, 2024
1 parent a1422c7 commit 15999bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions packages/maven-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,8 @@

<!-- Plugins version -->
<!-- Before adding a new Plugin version, please check if the "apache" parent POM defines it -->
<version.maven.artifact.plugin>3.5.3</version.maven.artifact.plugin>
<version.maven.helper.plugin>3.2.0</version.maven.helper.plugin>
<version.codehaus.flatten.plugin>1.6.0</version.codehaus.flatten.plugin>
<version.maven.artifact.plugin>3.5.3</version.maven.artifact.plugin>

<!-- Apache KIE -->
<version.org.kie.kogito>999-20241016-SNAPSHOT</version.org.kie.kogito>
Expand Down Expand Up @@ -272,11 +271,6 @@
>${session.executionRootDirectory}/node_modules/@kie-tools/maven-base/not-reproducible-plugins.properties</pluginIssues>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-helper-plugin</artifactId>
<version>${version.maven.helper.plugin}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<version.quarkus>2.13.1.Final</version.quarkus>
<skipITs>true</skipITs>
<surefire-plugin.version>3.3.0</surefire-plugin.version>
<surefire-plugin.version>3.0.0-M7</surefire-plugin.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 15999bd

Please sign in to comment.