Skip to content

Commit

Permalink
Migrate from jboss-parent to Apache parent pom.
Browse files Browse the repository at this point in the history
  • Loading branch information
baldimir committed Oct 2, 2023
1 parent c8ec15d commit cb484aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion optaplanner-benchmarks/optaplanner-perf-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>${version.shade.plugin}</version>
<executions>
<execution>
<phase>package</phase>
Expand Down
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<!-- Keep in sync with jboss-parent version in kie-user-bom-parent/pom.xml -->
<version>36</version>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>30</version>
</parent>

<groupId>org.kie</groupId>
Expand All @@ -24,7 +23,7 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<version.jmh>1.35</version.jmh>
<version.jmh>1.37</version.jmh>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit cb484aa

Please sign in to comment.