Skip to content

Commit

Permalink
Ensure the release profile names match.
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <[email protected]>
  • Loading branch information
jamezp committed Jun 28, 2023
1 parent ecf84b2 commit 20b7606
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,12 @@

<profiles>
<profile>
<id>wildfly-release</id>
<id>maven-central-release</id>
<activation>
<property>
<name>maven.central.release</name>
</property>
</activation>
<build>
<plugins>
<!-- Semantically ordered -->
Expand Down

0 comments on commit 20b7606

Please sign in to comment.