Skip to content

Commit

Permalink
Fix reference done to maven-base
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobento committed Apr 16, 2024
1 parent 78960b2 commit e3c2911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/jbpm-quarkus-devui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<groupId>org.kie</groupId>
<artifactId>kie-tools-maven-base</artifactId>
<version>${revision}</version>
<relativePath>../maven-base/pom.xml</relativePath>
<relativePath>./node_modules/@kie-tools/maven-base/pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion packages/sonataflow-quarkus-devui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<groupId>org.kie</groupId>
<artifactId>kie-tools-maven-base</artifactId>
<version>${revision}</version>
<relativePath>../maven-base/pom.xml</relativePath>
<relativePath>./node_modules/@kie-tools/maven-base/pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit e3c2911

Please sign in to comment.