Skip to content

Commit

Permalink
HBX-2951: Backport automated releases to branch 6.6
Browse files Browse the repository at this point in the history
  - Update dependency on JBoss parent pom to 47
  - Add goalPrefix to config of maven-plugin-plugin executions

Signed-off-by: Koen Aers <koen.aers@gmail.com>
  • Loading branch information
koentsje committed Jan 15, 2025
1 parent 9b41135 commit 641f7f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,18 @@
<execution>
<id>default-descriptor</id>
<phase>process-classes</phase>
<configuration>
<goalPrefix>hibernate-tools</goalPrefix>
</configuration>
</execution>
<execution>
<id>help-goal</id>
<goals>
<goal>helpmojo</goal>
</goals>
<configuration>
<goalPrefix>hibernate-tools</goalPrefix>
</configuration>
</execution>
</executions>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>40</version>
<version>47</version>
</parent>

<groupId>org.hibernate.tool</groupId>
Expand Down

0 comments on commit 641f7f9

Please sign in to comment.