Skip to content

Commit

Permalink
Change jboss-parent to apache parent pom. (#3232)
Browse files Browse the repository at this point in the history
  • Loading branch information
baldimir authored Oct 4, 2023
1 parent 0b929b5 commit 2103ef9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
7 changes: 5 additions & 2 deletions kogito-build/kogito-build-no-bom-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@
<version.versions.plugin>2.5</version.versions.plugin>
<version.org.jsonschema2pojo-maven-plugin>1.0.1</version.org.jsonschema2pojo-maven-plugin>
<version.org.codehaus.gmavenplus.plugin>1.5</version.org.codehaus.gmavenplus.plugin>

<!-- These are added as part of the migration from JBoss to Apache parent pom.xml. They may be extracted to a KIE parent bom. -->
<version.maven-checkstyle>3.3.0</version.maven-checkstyle>
</properties>

<build>
Expand Down Expand Up @@ -181,7 +184,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>${version.checkstyle.plugin}</version>
<version>${version.maven-checkstyle}</version>
<configuration>
<checkstyleRules>
<module name="Checker">
Expand Down Expand Up @@ -332,7 +335,7 @@
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>${version.failsafe.plugin}</version>
<version>${version.maven-surefire}</version>
<executions>
<execution>
<id>integration-test</id>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<parent>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>39</version>
<relativePath/>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>30</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion quarkus/addons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>${version.failsafe.plugin}</version>
<version>${version.maven-surefire}</version>
<configuration>
<systemPropertyVariables>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>@version.failsafe.plugin@</version>
<version>@version.maven-surefire@</version>
<configuration>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
<systemPropertyVariables>
Expand Down

0 comments on commit 2103ef9

Please sign in to comment.