Skip to content

Commit

Permalink
add maven-base as part of midstream project structure so PME tool can…
Browse files Browse the repository at this point in the history
… easily update the properties there
  • Loading branch information
rgdoliveira committed Nov 4, 2024
1 parent 703ea53 commit bcb2ba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/maven-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<groupId>org.kie</groupId>
<artifactId>kie-tools-maven-base</artifactId>
<version>${revision}</version>
<version>999-SNAPSHOT</version>

<modelVersion>4.0.0</modelVersion>
<name>KIE Tools :: Maven Base</name>
Expand Down
1 change: 1 addition & 0 deletions packages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<packaging>pom</packaging>

<modules>
<module>maven-base</module>
<module>sonataflow-quarkus-devui</module>
<module>sonataflow-management-console-webapp</module>
</modules>
Expand Down

0 comments on commit bcb2ba9

Please sign in to comment.