Skip to content

Commit 7b19cfa

Browse files
committed
Make sure our release profile isn't going to conflict with child pom
1 parent 5e033ba commit 7b19cfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@
539539
</build>
540540
</profile>
541541
<profile>
542-
<id>release</id>
542+
<id>release-as-parent-pom</id>
543543
<activation>
544544
<property>
545545
<name>performRelease</name>

vertx-parent-files/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
<profiles>
6363
<profile>
64-
<id>release</id>
64+
<id>release-as-parent-pom</id>
6565
<activation>
6666
<property>
6767
<name>performRelease</name>

0 commit comments

Comments
 (0)