Skip to content

Commit 8356343

Browse files
committed
HBX-2994: Backport automated releases to branch 6.4
- Update dependency on JBoss parent pom to 47 - Add goalPrefix to config of maven-plugin-plugin executions Signed-off-by: Koen Aers <[email protected]>
1 parent f5ba24d commit 8356343

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

maven/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,18 @@
130130
<execution>
131131
<id>default-descriptor</id>
132132
<phase>process-classes</phase>
133+
<configuration>
134+
<goalPrefix>hibernate-tools</goalPrefix>
135+
</configuration>
133136
</execution>
134137
<execution>
135138
<id>help-goal</id>
136139
<goals>
137140
<goal>helpmojo</goal>
138141
</goals>
142+
<configuration>
143+
<goalPrefix>hibernate-tools</goalPrefix>
144+
</configuration>
139145
</execution>
140146
</executions>
141147
</plugin>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.jboss</groupId>
2525
<artifactId>jboss-parent</artifactId>
26-
<version>40</version>
26+
<version>47</version>
2727
</parent>
2828

2929
<groupId>org.hibernate.tool</groupId>

0 commit comments

Comments
 (0)